* [PATCH] perf mem: Document uncorrect and missing options
@ 2018-04-22 7:29 Sangwon Hong
2018-04-22 16:18 ` Jiri Olsa
2018-04-26 5:55 ` [tip:perf/urgent] perf mem: Document incorrect " tip-bot for Sangwon Hong
0 siblings, 2 replies; 3+ messages in thread
From: Sangwon Hong @ 2018-04-22 7:29 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Taeung Song, Sangwon Hong
Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
---
tools/perf/Documentation/perf-mem.txt | 41 +++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 12 deletions(-)
diff --git a/tools/perf/Documentation/perf-mem.txt b/tools/perf/Documentation/perf-mem.txt
index b021141..139f30f 100644
--- a/tools/perf/Documentation/perf-mem.txt
+++ b/tools/perf/Documentation/perf-mem.txt
@@ -28,29 +28,46 @@ OPTIONS
<command>...::
Any command you can specify in a shell.
+-i::
+--input=<file>::
+ Input file name.
+
-f::
--force::
Don't do ownership validation
-t::
---type=::
+--type=<type>::
Select the memory operation type: load or store (default: load,store)
-D::
---dump-raw-samples=::
+--dump-raw-samples::
Dump the raw decoded samples on the screen in a format that is easy to parse with
one sample per line.
-x::
---field-separator::
+--field-separator=<separator>::
Specify the field separator used when dump raw samples (-D option). By default,
The separator is the space character.
-C::
---cpu-list::
- Restrict dump of raw samples to those provided via this option. Note that the same
- option can be passed in record mode. It will be interpreted the same way as perf
- record.
+--cpu=<cpu>::
+ Monitor only on 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 monitor all CPUS.
+-U::
+--hide-unresolved::
+ Only display entries resolved to a symbol.
+
+-p::
+--phys-data::
+ Record/Report sample physical addresses
+
+RECORD OPTIONS
+--------------
+-e::
+--event <event>::
+ Event selector. Use 'perf mem record -e list' to list available events.
-K::
--all-kernel::
@@ -60,12 +77,12 @@ OPTIONS
--all-user::
Configure all used events to run in user space.
---ldload::
- Specify desired latency for loads event.
+-v::
+--verbose::
+ Be more verbose (show counter open errors, etc)
--p::
---phys-data::
- Record/Report sample physical addresses
+--ldlat <n>::
+ Specify desired latency for loads event.
SEE ALSO
--------
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf mem: Document uncorrect and missing options
2018-04-22 7:29 [PATCH] perf mem: Document uncorrect and missing options Sangwon Hong
@ 2018-04-22 16:18 ` Jiri Olsa
2018-04-26 5:55 ` [tip:perf/urgent] perf mem: Document incorrect " tip-bot for Sangwon Hong
1 sibling, 0 replies; 3+ messages in thread
From: Jiri Olsa @ 2018-04-22 16:18 UTC (permalink / raw)
To: Sangwon Hong
Cc: Arnaldo Carvalho de Melo, linux-kernel, Jiri Olsa, Namhyung Kim,
Taeung Song
On Sun, Apr 22, 2018 at 04:29:06PM +0900, Sangwon Hong wrote:
SNIP
> -C::
> ---cpu-list::
> - Restrict dump of raw samples to those provided via this option. Note that the same
> - option can be passed in record mode. It will be interpreted the same way as perf
> - record.
> +--cpu=<cpu>::
> + Monitor only on 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 monitor all CPUS.
> +-U::
> +--hide-unresolved::
> + Only display entries resolved to a symbol.
> +
> +-p::
> +--phys-data::
> + Record/Report sample physical addresses
> +
> +RECORD OPTIONS
> +--------------
> +-e::
> +--event <event>::
> + Event selector. Use 'perf mem record -e list' to list available events.
extra white space at the end of above line..
other than that it looks ok, thanks for doing this
Acked-by: Jiri Olsa <jolsa@kernel.org>
thanks,
jirka
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/urgent] perf mem: Document incorrect and missing options
2018-04-22 7:29 [PATCH] perf mem: Document uncorrect and missing options Sangwon Hong
2018-04-22 16:18 ` Jiri Olsa
@ 2018-04-26 5:55 ` tip-bot for Sangwon Hong
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Sangwon Hong @ 2018-04-26 5:55 UTC (permalink / raw)
To: linux-tip-commits
Cc: jolsa, hpa, namhyung, linux-kernel, tglx, mingo, acme, qpakzk,
treeze.taeung
Commit-ID: 3138a2ef62667b6ac8eb5fb33a9e0b84ec3ab165
Gitweb: https://git.kernel.org/tip/3138a2ef62667b6ac8eb5fb33a9e0b84ec3ab165
Author: Sangwon Hong <qpakzk@gmail.com>
AuthorDate: Sun, 22 Apr 2018 16:29:06 +0900
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 23 Apr 2018 11:59:18 -0300
perf mem: Document incorrect and missing options
Several options were incorrectly described, some lacked describing
required arguments while others were simply not documented, fix it.
Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Link: http://lkml.kernel.org/r/1524382146-19609-1-git-send-email-qpakzk@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/Documentation/perf-mem.txt | 41 +++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 12 deletions(-)
diff --git a/tools/perf/Documentation/perf-mem.txt b/tools/perf/Documentation/perf-mem.txt
index 8806ed5f3802..f8d2167cf3e7 100644
--- a/tools/perf/Documentation/perf-mem.txt
+++ b/tools/perf/Documentation/perf-mem.txt
@@ -28,29 +28,46 @@ OPTIONS
<command>...::
Any command you can specify in a shell.
+-i::
+--input=<file>::
+ Input file name.
+
-f::
--force::
Don't do ownership validation
-t::
---type=::
+--type=<type>::
Select the memory operation type: load or store (default: load,store)
-D::
---dump-raw-samples=::
+--dump-raw-samples::
Dump the raw decoded samples on the screen in a format that is easy to parse with
one sample per line.
-x::
---field-separator::
+--field-separator=<separator>::
Specify the field separator used when dump raw samples (-D option). By default,
The separator is the space character.
-C::
---cpu-list::
- Restrict dump of raw samples to those provided via this option. Note that the same
- option can be passed in record mode. It will be interpreted the same way as perf
- record.
+--cpu=<cpu>::
+ Monitor only on 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 monitor all CPUS.
+-U::
+--hide-unresolved::
+ Only display entries resolved to a symbol.
+
+-p::
+--phys-data::
+ Record/Report sample physical addresses
+
+RECORD OPTIONS
+--------------
+-e::
+--event <event>::
+ Event selector. Use 'perf mem record -e list' to list available events.
-K::
--all-kernel::
@@ -60,12 +77,12 @@ OPTIONS
--all-user::
Configure all used events to run in user space.
---ldload::
- Specify desired latency for loads event.
+-v::
+--verbose::
+ Be more verbose (show counter open errors, etc)
--p::
---phys-data::
- Record/Report sample physical addresses
+--ldlat <n>::
+ Specify desired latency for loads event.
In addition, for report all perf report options are valid, and for record
all perf record options.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-26 5:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 7:29 [PATCH] perf mem: Document uncorrect and missing options Sangwon Hong
2018-04-22 16:18 ` Jiri Olsa
2018-04-26 5:55 ` [tip:perf/urgent] perf mem: Document incorrect " tip-bot for Sangwon Hong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox