summaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perfconfig.example
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2012-05-30 01:06:30 (GMT)
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-05-30 01:06:30 (GMT)
commitc323cf0400c1fed853738e6d81e83c6ac7ff5105 (patch)
treed66f12ac74bf798ca9e7a9b52b29c11ff890f353 /tools/perf/Documentation/perfconfig.example
parent8dc7c651dd7d95b548adef8cd56908392d3ba432 (diff)
downloadlinux-fsl-qoriq-c323cf0400c1fed853738e6d81e83c6ac7ff5105.tar.xz
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/perfconfig.example')
-rw-r--r--tools/perf/Documentation/perfconfig.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perfconfig.example b/tools/perf/Documentation/perfconfig.example
index 42c6fd2..767ea24 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