Commit-ID: 893c5c798be99bcff5b235402dbd21e5aa03d76e Gitweb: http://git.kernel.org/tip/893c5c798be99bcff5b235402dbd21e5aa03d76e Author: Milian Wolff <milian.wolff@xxxxxxxx> AuthorDate: Tue, 30 Aug 2016 15:41:06 +0200 Committer: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> CommitDate: Thu, 1 Sep 2016 09:44:13 -0300 perf config: Show default report configuration in example and docs Signed-off-by: Milian Wolff <milian.wolff@xxxxxxxx> LPU-Reference: 20160830134106.21240-2-milian.wolff@xxxxxxxx Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> --- tools/perf/Documentation/perf-config.txt | 8 ++++++++ tools/perf/Documentation/perfconfig.example | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 68c8919..cb081ac5 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 1d8d5bc..2b477c1 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |