diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-05-29 22:06:30 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-05-29 22:06:30 -0300 |
commit | c323cf0400c1fed853738e6d81e83c6ac7ff5105 (patch) | |
tree | d66f12ac74bf798ca9e7a9b52b29c11ff890f353 /tools/perf/Documentation | |
parent | 8dc7c651dd7d95b548adef8cd56908392d3ba432 (diff) | |
download | linux-3.10-c323cf0400c1fed853738e6d81e83c6ac7ff5105.tar.gz linux-3.10-c323cf0400c1fed853738e6d81e83c6ac7ff5105.tar.bz2 linux-3.10-c323cf0400c1fed853738e6d81e83c6ac7ff5105.zip |
perf annotate browser: Read perf config file for settings
The defaults are:
[annotate]
hide_src_code = false
use_offset = true
jump_arrows = true
show_nr_jumps = false
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-q4egci70rjgxh7bogbbfpcyf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perfconfig.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perfconfig.example b/tools/perf/Documentation/perfconfig.example index 42c6fd2ae85..767ea2436e1 100644 --- a/tools/perf/Documentation/perfconfig.example +++ b/tools/perf/Documentation/perfconfig.example @@ -19,3 +19,11 @@ # Default, disable using /dev/null dir = /root/.debug + +[annotate] + + # Defaults + hide_src_code = false + use_offset = true + jump_arrows = true + show_nr_jumps = false |