diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-05-30 11:02:00 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-05-30 11:02:00 +0400 |
commit | 59cd358a7a5b2f6b61faa01dae6cfda3830ac62a (patch) | |
tree | 1cefdeac3112e790afc275d9e57cd56674084fa4 /tools/perf/Documentation | |
parent | 55b78e34b12d07b8ab7d7732fd24892df8eea5c7 (diff) | |
parent | 05e8b0804ec423a440882e7adecb36e7ac43e56f (diff) | |
download | linux-59cd358a7a5b2f6b61faa01dae6cfda3830ac62a.tar.xz |
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Annotation fixes/improvements from Arnaldo Carvalho de Melo:
. Make the annotatation toggles (hide_src_code, jump_arrows, use_offset, etc)
global so that navigation doesn't resets them on new annotations.
. Introduce an '[annotate]' config file section to allow permanent changes
to the annotate browser defaults.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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 42c6fd2ae85d..767ea2436e1c 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 |