Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1325491

[PATCH 2/4] perf report: Update document of --percent-limit option

From Namhyung Kim <namhyung@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 2/4] perf report: Update document of --percent-limit option
Date 2016-02-03 15:20 +0100
Message-ID <qY6rL-31V-13@gated-at.bofh.it> (permalink)
References <qY6rL-31V-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The --percent-limit option was changed to be applied to callchains as
well as 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>
---
 tools/perf/Documentation/perf-report.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index f6faec969e2e..369663b37361 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -351,7 +351,10 @@ OPTIONS
 
 --percent-limit::
 	Do not show entries which have an overhead under that percent.
-	(Default: 0).
+	(Default: 0).  Note that this option also sets percent limit (threshold)
+	of callchains at once.  However the default value of callchain threshold
+	is different than the default value of hist entries.  Please see
+	--call-graph option for details.
 
 --percentage::
 	Determine how to display the overhead percentage of filtered entries.
-- 
2.7.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/4] perf report: Update document of --percent-limit option Namhyung Kim <namhyung@kernel.org> - 2016-02-03 15:20 +0100
  [tip:perf/core] perf report:   Update documention of --percent-limit option tip-bot for Namhyung Kim <tipbot@zytor.com> - 2016-02-04 13:50 +0100

csiph-web