aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-08-12 19:41:01 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-08-23 14:37:33 -0400
commitfa1f456592347c6f40c9d37ea407b029fda5324a (patch)
tree4f4f5fafb736c60ea9f153455a30976fd071152d /tools/perf/Documentation
parent39ff526350059e61234d58676c13bcfcaac3a451 (diff)
perf report: Allow configuring the default sort order in ~/.perfconfig
Allows changing the default sort order from "comm,dso,symbol" to some other default, for instance "sym,dso" may be more fitting for kernel developers. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-pm1h5puxua8nsxksd68fjm8r@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/perf-config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index 15949e2a7805..68c89190e79c 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -382,6 +382,10 @@ call-graph.*::
382 histogram entry. Default is 0 which means no limitation. 382 histogram entry. Default is 0 which means no limitation.
383 383
384report.*:: 384report.*::
385 report.sort_order::
386 Allows changing the default sort order from "comm,dso,symbol" to
387 some other default, for instance "sym,dso" may be more fitting for
388 kernel developers.
385 report.percent-limit:: 389 report.percent-limit::
386 This one is mostly the same as call-graph.threshold but works for 390 This one is mostly the same as call-graph.threshold but works for
387 histogram entries. Entries having an overhead lower than this 391 histogram entries. Entries having an overhead lower than this