summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaeung Song2017-08-18 10:46:53 +0200
committerArnaldo Carvalho de Melo2017-08-18 15:34:08 +0200
commit01c85629f5e99958606da816f1df058c0722a570 (patch)
tree488db6ebbd05eb76e31136775d7fd2d67c98a8e8
parentperf annotate stdio: Support --show-nr-samples option (diff)
downloadkernel-qcow2-linux-01c85629f5e99958606da816f1df058c0722a570.tar.gz
kernel-qcow2-linux-01c85629f5e99958606da816f1df058c0722a570.tar.xz
kernel-qcow2-linux-01c85629f5e99958606da816f1df058c0722a570.zip
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@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Martin Liška <mliska@suse.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@redhat.com>
-rw-r--r--tools/perf/Documentation/perf-annotate.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index 2a5975c91cbd..c635eab6af54 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.