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


Groups > linux.kernel > #1325491 > unrolled thread

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

Started byNamhyung Kim <namhyung@kernel.org>
First post2016-02-03 15:20 +0100
Last post2016-02-04 13:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromNamhyung Kim <namhyung@kernel.org>
Date2016-02-03 15:20 +0100
Subject[PATCH 2/4] perf report: Update document of --percent-limit option
Message-ID<qY6rL-31V-13@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1326751 — [tip:perf/core] perf report: Update documention of --percent-limit option

Fromtip-bot for Namhyung Kim <tipbot@zytor.com>
Date2016-02-04 13:50 +0100
Subject[tip:perf/core] perf report: Update documention of --percent-limit option
Message-ID<qYrwe-gw-7@gated-at.bofh.it>
In reply to#1325491
Commit-ID:  1ba2fc6de4ac1a87e3ece65651795760ea5cf658
Gitweb:     http://git.kernel.org/tip/1ba2fc6de4ac1a87e3ece65651795760ea5cf658
Author:     Namhyung Kim <namhyung@kernel.org>
AuthorDate: Wed, 3 Feb 2016 23:11:21 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 3 Feb 2016 12:24:21 -0300

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>
---
 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 1cb8fac..89cab84 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 the percent limit (threshold)
+	of callchains.  However the default value of callchain threshold is
+	different than the default value of hist entries.  Please see the
+	--call-graph option for details.
 
 --percentage::
 	Determine how to display the overhead percentage of filtered entries.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web