[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-01c85629f5e99958606da816f1df058c0722a570@git.kernel.org>
Date: Tue, 22 Aug 2017 03:26:36 -0700
From: tip-bot for Taeung Song <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, namhyung@...nel.org, mingo@...nel.org,
treeze.taeung@...il.com, mliska@...e.cz, hpa@...or.com,
jolsa@...hat.com, linux-kernel@...r.kernel.org, tglx@...utronix.de
Subject: [tip:perf/core] perf annotate: Document --show-total-period option
Commit-ID: 01c85629f5e99958606da816f1df058c0722a570
Gitweb: http://git.kernel.org/tip/01c85629f5e99958606da816f1df058c0722a570
Author: Taeung Song <treeze.taeung@...il.com>
AuthorDate: Fri, 18 Aug 2017 17:46:53 +0900
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 18 Aug 2017 10:34:08 -0300
perf annotate: Document --show-total-period option
When the --show-total-period option was introduced we forgot to add an
entry in the man page, fix it.
Signed-off-by: Taeung Song <treeze.taeung@...il.com>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Martin Liška <mliska@...e.cz>
Fixes: 0c4a5bcea460 ("perf annotate: Display total number of samples with --show-total-period")
Link: http://lkml.kernel.org/r/1503046013-5555-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/Documentation/perf-annotate.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index 2a5975c..c635eab 100644
--- a/tools/perf/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
@@ -92,6 +92,8 @@ OPTIONS
--asm-raw::
Show raw instruction encoding of assembly instructions.
+--show-total-period:: Show a column with the sum of periods.
+
--source::
Interleave source code with assembly code. Enabled by default,
disable with --no-source.
Powered by blists - more mailing lists