mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf lock: Document missing options
@ 2017-11-16 13:06 Sihyeon Jang
  2017-11-18  8:36 ` [tip:perf/core] " tip-bot for Sihyeon Jang
  0 siblings, 1 reply; 3+ messages in thread
From: Sihyeon Jang @ 2017-11-16 13:06 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Sihyeon Jang

Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>
---
 tools/perf/Documentation/perf-lock.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
index ab25be2..74d7745 100644
--- a/tools/perf/Documentation/perf-lock.txt
+++ b/tools/perf/Documentation/perf-lock.txt
@@ -42,6 +42,10 @@ COMMON OPTIONS
 --dump-raw-trace::
         Dump raw trace in ASCII.
 
+-f::
+--force::
+	Don't complan, do it.
+
 REPORT OPTIONS
 --------------
 
-- 
2.7.4

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

* [tip:perf/core] perf lock: Document missing options
  2017-11-16 13:06 [PATCH] perf lock: Document missing options Sihyeon Jang
@ 2017-11-18  8:36 ` tip-bot for Sihyeon Jang
  0 siblings, 0 replies; 3+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:36 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, namhyung, uneedsihyeon, linux-kernel, mingo, tglx, acme, jolsa

Commit-ID:  38ba1daf8164d43d48b45c8e8deee4b20c21484d
Gitweb:     https://git.kernel.org/tip/38ba1daf8164d43d48b45c8e8deee4b20c21484d
Author:     Sihyeon Jang <uneedsihyeon@gmail.com>
AuthorDate: Thu, 16 Nov 2017 22:06:49 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 16 Nov 2017 14:50:04 -0300

perf lock: Document missing options

Add man page entry for --force.

Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1510837609-6277-1-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-lock.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
index ab25be2..74d7745 100644
--- a/tools/perf/Documentation/perf-lock.txt
+++ b/tools/perf/Documentation/perf-lock.txt
@@ -42,6 +42,10 @@ COMMON OPTIONS
 --dump-raw-trace::
         Dump raw trace in ASCII.
 
+-f::
+--force::
+	Don't complan, do it.
+
 REPORT OPTIONS
 --------------
 

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

* [tip:perf/core] perf lock: Document missing options
  2010-12-01  1:57 [PATCH 06/14] perf: Document missing lock options Shawn Bohrer
@ 2010-12-02 11:44 ` tip-bot for Shawn Bohrer
  0 siblings, 0 replies; 3+ messages in thread
From: tip-bot for Shawn Bohrer @ 2010-12-02 11:44 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, linux-kernel, paulus, hpa, mingo, a.p.zijlstra,
	shawn.bohrer, tglx, mingo

Commit-ID:  4aace251519745977f4b5ddf625b630b4807be3a
Gitweb:     http://git.kernel.org/tip/4aace251519745977f4b5ddf625b630b4807be3a
Author:     Shawn Bohrer <shawn.bohrer@gmail.com>
AuthorDate: Tue, 30 Nov 2010 19:57:14 -0600
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 1 Dec 2010 18:22:46 -0200

perf lock: Document missing options

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1291168642-11402-7-git-send-email-shawn.bohrer@gmail.com>
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-lock.txt |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
index b317102..921de25 100644
--- a/tools/perf/Documentation/perf-lock.txt
+++ b/tools/perf/Documentation/perf-lock.txt
@@ -24,6 +24,21 @@ and statistics with this 'perf lock' command.
 
   'perf lock report' reports statistical data.
 
+OPTIONS
+-------
+
+-i::
+--input=<file>::
+        Input file name.
+
+-v::
+--verbose::
+        Be more verbose (show symbol address, etc).
+
+-D::
+--dump-raw-trace::
+        Dump raw trace in ASCII.
+
 SEE ALSO
 --------
 linkperf:perf[1]

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

end of thread, other threads:[~2017-11-18  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 13:06 [PATCH] perf lock: Document missing options Sihyeon Jang
2017-11-18  8:36 ` [tip:perf/core] " tip-bot for Sihyeon Jang
  -- strict thread matches above, loose matches on Subject: below --
2010-12-01  1:57 [PATCH 06/14] perf: Document missing lock options Shawn Bohrer
2010-12-02 11:44 ` [tip:perf/core] perf lock: Document missing options tip-bot for Shawn Bohrer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome