From: Milian Wolff Date: Tue, 30 Aug 2016 13:41:06 +0000 (+0200) Subject: perf config: Show default report configuration in example and docs X-Git-Tag: v4.9-rc1~164^2~9^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=893c5c798be99bcff5b235402dbd21e5aa03d76e;p=thirdparty%2Flinux.git perf config: Show default report configuration in example and docs Signed-off-by: Milian Wolff LPU-Reference: 20160830134106.21240-2-milian.wolff@kdab.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 68c89190e79ce..cb081ac59fd11 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -110,6 +110,14 @@ Given a $HOME/.perfconfig like this: order = caller sort-key = function + [report] + # Defaults + sort-order = comm,dso,symbol + percent-limit = 0 + queue-size = 0 + children = true + group = true + Variables ~~~~~~~~~ diff --git a/tools/perf/Documentation/perfconfig.example b/tools/perf/Documentation/perfconfig.example index 1d8d5bc4cd2de..2b477c1d1efe6 100644 --- a/tools/perf/Documentation/perfconfig.example +++ b/tools/perf/Documentation/perfconfig.example @@ -27,3 +27,12 @@ use_offset = true jump_arrows = true show_nr_jumps = false + +[report] + + # Defaults + sort-order = comm,dso,symbol + percent-limit = 0 + queue-size = 0 + children = true + group = true