All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] perf kmem: Document a missing option & an argument
@ 2018-02-11 20:38 Sangwon Hong
  2018-02-11 20:38 ` [PATCH 2/2] perf mem: Document a missing option Sangwon Hong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sangwon Hong @ 2018-02-11 20:38 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Taeung Song, Sangwon Hong

First, perf kmem has --force option, but didn't document it on the man
page. So add missing --force option.

Second, --time option has to get a value, but didn't specify it on the
man page. So describe --time option's argument.

Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
---
 tools/perf/Documentation/perf-kmem.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-kmem.txt b/tools/perf/Documentation/perf-kmem.txt
index 479fc32..c4aa843 100644
--- a/tools/perf/Documentation/perf-kmem.txt
+++ b/tools/perf/Documentation/perf-kmem.txt
@@ -25,6 +25,9 @@ OPTIONS
 --input=<file>::
 	Select the input file (default: perf.data unless stdin is a fifo)
 
+-f::
+--force::
+	Don't do ownership validation
 -v::
 --verbose::
         Be more verbose. (show symbol address, etc)
@@ -61,7 +64,7 @@ OPTIONS
 	default, but this option shows live (currently allocated) pages
 	instead.  (This option works with --page option only)
 
---time::
+--time=<start>,<stop>::
 	Only analyze samples within given time window: <start>,<stop>. Times
 	have the format seconds.microseconds. If start is not given (i.e., time
 	string is ',x.y') then analysis starts at the beginning of the file. If
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-17 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-11 20:38 [PATCH 1/2] perf kmem: Document a missing option & an argument Sangwon Hong
2018-02-11 20:38 ` [PATCH 2/2] perf mem: Document a missing option Sangwon Hong
2018-02-12  1:51   ` Namhyung Kim
2018-02-17 11:31   ` [tip:perf/core] " tip-bot for Sangwon Hong
2018-02-12  1:51 ` [PATCH 1/2] perf kmem: Document a missing option & an argument Namhyung Kim
2018-02-15 15:01   ` Arnaldo Carvalho de Melo
2018-02-17 11:31 ` [tip:perf/core] " tip-bot for Sangwon Hong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.