File perf-annotate-document-show-total-period-option.patch of Package perf
42
1
From: Taeung Song <treeze.taeung@gmail.com>
2
Date: Fri, 18 Aug 2017 17:46:53 +0900
3
Subject: perf annotate: Document --show-total-period option
4
MIME-Version: 1.0
5
Content-Type: text/plain; charset=UTF-8
6
Content-Transfer-Encoding: 8bit
7
References: bsc#1070010 (git-fixes)
8
Signed-off-By: Tony Jones <tonyj@suse.de>
9
Git-commit: 01c85629f5e99958606da816f1df058c0722a570
10
Patch-mainline: v4.14-rc1
11
References: bsc#1070010 (git-fixes)
12
Signed-off-By: Tony Jones <tonyj@suse.de>
13
14
When the --show-total-period option was introduced we forgot to add an
15
entry in the man page, fix it.
16
17
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
18
Cc: Jiri Olsa <jolsa@redhat.com>
19
Cc: Namhyung Kim <namhyung@kernel.org>
20
Cc: Martin Liška <mliska@suse.cz>
21
Fixes: 0c4a5bcea460 ("perf annotate: Display total number of samples with --show-total-period")
22
Link: http://lkml.kernel.org/r/1503046013-5555-1-git-send-email-treeze.taeung@gmail.com
23
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
24
---
25
tools/perf/Documentation/perf-annotate.txt | 2 ++
26
1 file changed, 2 insertions(+)
27
28
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
29
index 2a5975c91cbd..c635eab6af54 100644
30
--- a/tools/perf/Documentation/perf-annotate.txt
31
+++ b/tools/perf/Documentation/perf-annotate.txt
32
33
--asm-raw::
34
Show raw instruction encoding of assembly instructions.
35
36
+--show-total-period:: Show a column with the sum of periods.
37
+
38
--source::
39
Interleave source code with assembly code. Enabled by default,
40
disable with --no-source.
41
42