* [PATCH] perf annotate: Add missing arguments in Man page
@ 2018-02-07 9:52 Jaecheol Shin
2018-02-15 15:01 ` Arnaldo Carvalho de Melo
2018-02-17 11:30 ` [tip:perf/core] " tip-bot for Jaecheol Shin
0 siblings, 2 replies; 3+ messages in thread
From: Jaecheol Shin @ 2018-02-07 9:52 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Taeung Song, jcgod413
From: jcgod413 <jcgod413@gmail.com>
Some options must require an argument. But input, stdio-color, cpu have no them.
So I added it.
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Signed-off-by: Jaecheol Shin <jcgod413@gmail.com>
---
tools/perf/Documentation/perf-annotate.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index c635eab6af54..292809c3c0ca 100644
--- a/tools/perf/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
@@ -21,7 +21,7 @@ If there is no debug info in the object, then annotated assembly is displayed.
OPTIONS
-------
-i::
---input=::
+--input=<file>::
Input file name. (default: perf.data unless stdin is a fifo)
-d::
@@ -69,7 +69,7 @@ OPTIONS
--stdio:: Use the stdio interface.
---stdio-color::
+--stdio-color=<mode>::
'always', 'never' or 'auto', allowing configuring color output
via the command line, in addition to via "color.ui" .perfconfig.
Use '--stdio-color always' to generate color even when redirecting
@@ -84,7 +84,7 @@ OPTIONS
--gtk:: Use the GTK interface.
-C::
---cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
+--cpu=<cpu>:: Only report samples for the list of CPUs provided. Multiple CPUs can
be provided as a comma-separated list with no space: 0,1. Ranges of
CPUs are specified with -: 0-2. Default is to report samples on all
CPUs.
--
2.14.3 (Apple Git-98)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf annotate: Add missing arguments in Man page
2018-02-07 9:52 [PATCH] perf annotate: Add missing arguments in Man page Jaecheol Shin
@ 2018-02-15 15:01 ` Arnaldo Carvalho de Melo
2018-02-17 11:30 ` [tip:perf/core] " tip-bot for Jaecheol Shin
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2018-02-15 15:01 UTC (permalink / raw)
To: Jaecheol Shin; +Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Taeung Song
Em Wed, Feb 07, 2018 at 06:52:05PM +0900, Jaecheol Shin escreveu:
> From: jcgod413 <jcgod413@gmail.com>
>
> Some options must require an argument. But input, stdio-color, cpu have no them.
> So I added it.
Thanks, applied.
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf annotate: Add missing arguments in Man page
2018-02-07 9:52 [PATCH] perf annotate: Add missing arguments in Man page Jaecheol Shin
2018-02-15 15:01 ` Arnaldo Carvalho de Melo
@ 2018-02-17 11:30 ` tip-bot for Jaecheol Shin
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jaecheol Shin @ 2018-02-17 11:30 UTC (permalink / raw)
To: linux-tip-commits
Cc: mingo, linux-kernel, tglx, hpa, jolsa, jcgod413, treeze.taeung,
namhyung, acme
Commit-ID: ac2c30683803b08bdf35c08d712eafa1ca496164
Gitweb: https://git.kernel.org/tip/ac2c30683803b08bdf35c08d712eafa1ca496164
Author: Jaecheol Shin <jcgod413@gmail.com>
AuthorDate: Wed, 7 Feb 2018 18:52:05 +0900
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Fri, 16 Feb 2018 14:55:41 -0300
perf annotate: Add missing arguments in Man page
Some options must require an argument. But input, stdio-color, cpu have
no them. So I added it.
Signed-off-by: Jaecheol Shin <jcgod413@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Link: http://lkml.kernel.org/r/20180207095205.62715-1-jcgod413@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/Documentation/perf-annotate.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index c635eab..292809c3 100644
--- a/tools/perf/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
@@ -21,7 +21,7 @@ If there is no debug info in the object, then annotated assembly is displayed.
OPTIONS
-------
-i::
---input=::
+--input=<file>::
Input file name. (default: perf.data unless stdin is a fifo)
-d::
@@ -69,7 +69,7 @@ OPTIONS
--stdio:: Use the stdio interface.
---stdio-color::
+--stdio-color=<mode>::
'always', 'never' or 'auto', allowing configuring color output
via the command line, in addition to via "color.ui" .perfconfig.
Use '--stdio-color always' to generate color even when redirecting
@@ -84,7 +84,7 @@ OPTIONS
--gtk:: Use the GTK interface.
-C::
---cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
+--cpu=<cpu>:: Only report samples for the list of CPUs provided. Multiple CPUs can
be provided as a comma-separated list with no space: 0,1. Ranges of
CPUs are specified with -: 0-2. Default is to report samples on all
CPUs.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-17 11:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07 9:52 [PATCH] perf annotate: Add missing arguments in Man page Jaecheol Shin
2018-02-15 15:01 ` Arnaldo Carvalho de Melo
2018-02-17 11:30 ` [tip:perf/core] " tip-bot for Jaecheol Shin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox