summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2016-02-03 09:11:21 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-02-03 10:24:21 -0500
commit1ba2fc6de4ac1a87e3ece65651795760ea5cf658 (patch)
treef93252294f465440448fe346424126de6ea647d1 /tools/perf/Documentation
parentc6f5f6b662719ded53700deefec7dbc4227c9778 (diff)
perf report: Update documention of --percent-limit option
The --percent-limit option was changed to be applied to callchains as well as to hist entries recently, but it missed to update the doc. Reported-by: Arnaldo Carvalho de Melo <acme@kernel.org> Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/r/1454508683-5735-2-git-send-email-namhyung@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-report.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index 1cb8fac596b1..89cab84e92fd 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -351,7 +351,10 @@ OPTIONS
351 351
352--percent-limit:: 352--percent-limit::
353 Do not show entries which have an overhead under that percent. 353 Do not show entries which have an overhead under that percent.
354 (Default: 0). 354 (Default: 0). Note that this option also sets the percent limit (threshold)
355 of callchains. However the default value of callchain threshold is
356 different than the default value of hist entries. Please see the
357 --call-graph option for details.
355 358
356--percentage:: 359--percentage::
357 Determine how to display the overhead percentage of filtered entries. 360 Determine how to display the overhead percentage of filtered entries.