All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] perf inject: Document missing options
@ 2017-11-16 14:26 Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 2/6] perf trace: Document missing option, colons Sihyeon Jang
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-inject.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-inject.txt b/tools/perf/Documentation/perf-inject.txt
index 87b2588..a64d658 100644
--- a/tools/perf/Documentation/perf-inject.txt
+++ b/tools/perf/Documentation/perf-inject.txt
@@ -60,6 +60,10 @@ include::itrace.txt[]
 	found in the jitdumps files captured in the input perf.data file. Use this option
 	if you are monitoring environment using JIT runtimes, such as Java, DART or V8.
 
+-f::
+--force::
+	Don't complain, do it.
+
 SEE ALSO
 --------
 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]
-- 
2.7.4

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

* [PATCH 2/6] perf trace: Document missing option, colons
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
@ 2017-11-16 14:26 ` Sihyeon Jang
  2017-11-18  8:37   ` [tip:perf/core] " tip-bot for Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 3/6] perf timechart: Document missing option Sihyeon Jang
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-trace.txt | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index d53bea6..6909cf1 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -86,18 +86,18 @@ comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-
 In per-thread mode with inheritance mode on (default), Events are captured only when
 the thread executes on the designated CPUs. Default is to monitor all CPUs.
 
---duration:
+--duration::
 	Show only events that had a duration greater than N.M ms.
 
---sched:
+--sched::
 	Accrue thread runtime and provide a summary at the end of the session.
 
--i
---input
+-i::
+--input::
 	Process events from a given perf data file.
 
--T
---time
+-T::
+--time::
 	Print full timestamp rather time relative to first sample.
 
 --comm::
@@ -117,6 +117,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
 	Show tool stats such as number of times fd->pathname was discovered thru
 	hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc.
 
+-f::
+--force::
+	Don't complain, do it.
+
 -F=[all|min|maj]::
 --pf=[all|min|maj]::
 	Trace pagefaults. Optionally, you can specify whether you want minor,
-- 
2.7.4

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

* [PATCH 3/6] perf timechart: Document missing option
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 2/6] perf trace: Document missing option, colons Sihyeon Jang
@ 2017-11-16 14:26 ` Sihyeon Jang
  2017-11-18  8:38   ` [tip:perf/core] perf timechart: Document missing --force option tip-bot for Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 4/6] perf sched: Document missing option Sihyeon Jang
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-timechart.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-timechart.txt b/tools/perf/Documentation/perf-timechart.txt
index df98d1c..ef0c756 100644
--- a/tools/perf/Documentation/perf-timechart.txt
+++ b/tools/perf/Documentation/perf-timechart.txt
@@ -50,7 +50,9 @@ TIMECHART OPTIONS
 -p::
 --process::
         Select the processes to display, by name or PID
-
+-f::
+--force::
+	Don't complain, do it.
 --symfs=<directory>::
         Look for files with symbols relative to this directory.
 -n::
-- 
2.7.4

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

* [PATCH 4/6] perf sched: Document missing option
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 2/6] perf trace: Document missing option, colons Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 3/6] perf timechart: Document missing option Sihyeon Jang
@ 2017-11-16 14:26 ` Sihyeon Jang
  2017-11-18  8:38   ` [tip:perf/core] perf sched: Document missing --force option tip-bot for Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 5/6] perf evlist: Document missing option Sihyeon Jang
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-sched.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-sched.txt b/tools/perf/Documentation/perf-sched.txt
index 55b6733..c7e50f2 100644
--- a/tools/perf/Documentation/perf-sched.txt
+++ b/tools/perf/Documentation/perf-sched.txt
@@ -74,6 +74,10 @@ OPTIONS
 --dump-raw-trace=::
         Display verbose dump of the sched data.
 
+-f::
+--force::
+	Don't complain, do it.
+
 OPTIONS for 'perf sched map'
 ----------------------------
 
-- 
2.7.4

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

* [PATCH 5/6] perf evlist: Document missing option
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
                   ` (2 preceding siblings ...)
  2017-11-16 14:26 ` [PATCH 4/6] perf sched: Document missing option Sihyeon Jang
@ 2017-11-16 14:26 ` Sihyeon Jang
  2017-11-18  8:38   ` [tip:perf/core] perf evlist: Document missing --force option tip-bot for Sihyeon Jang
  2017-11-16 14:26 ` [PATCH 6/6] perf buildid-cache: Document missing option Sihyeon Jang
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-evlist.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-evlist.txt b/tools/perf/Documentation/perf-evlist.txt
index 6f7200f..c0a6640 100644
--- a/tools/perf/Documentation/perf-evlist.txt
+++ b/tools/perf/Documentation/perf-evlist.txt
@@ -20,6 +20,10 @@ OPTIONS
 --input=::
         Input file name. (default: perf.data unless stdin is a fifo)
 
+-f::
+--force::
+	Don't complain, do it.
+
 -F::
 --freq=::
 	Show just the sample frequency used for each event.
-- 
2.7.4

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

* [PATCH 6/6] perf buildid-cache: Document missing option
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
                   ` (3 preceding siblings ...)
  2017-11-16 14:26 ` [PATCH 5/6] perf evlist: Document missing option Sihyeon Jang
@ 2017-11-16 14:26 ` Sihyeon Jang
  2017-11-18  8:39   ` [tip:perf/core] perf buildid-cache: Document missing --force option tip-bot for Sihyeon Jang
  2017-11-16 14:35 ` [PATCH 1/6] perf inject: Document missing options Arnaldo Carvalho de Melo
  2017-11-18  8:37 ` [tip:perf/core] " tip-bot for Sihyeon Jang
  6 siblings, 1 reply; 13+ messages in thread
From: Sihyeon Jang @ 2017-11-16 14:26 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-buildid-cache.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/perf/Documentation/perf-buildid-cache.txt b/tools/perf/Documentation/perf-buildid-cache.txt
index 8468100..73c2650 100644
--- a/tools/perf/Documentation/perf-buildid-cache.txt
+++ b/tools/perf/Documentation/perf-buildid-cache.txt
@@ -24,6 +24,9 @@ OPTIONS
 -a::
 --add=::
         Add specified file to the cache.
+-f::
+--force::
+	Don't complain, do it.
 -k::
 --kcore::
         Add specified kcore file to the cache. For the current host that is
-- 
2.7.4

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

* Re: [PATCH 1/6] perf inject: Document missing options
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
                   ` (4 preceding siblings ...)
  2017-11-16 14:26 ` [PATCH 6/6] perf buildid-cache: Document missing option Sihyeon Jang
@ 2017-11-16 14:35 ` Arnaldo Carvalho de Melo
  2017-11-18  8:37 ` [tip:perf/core] " tip-bot for Sihyeon Jang
  6 siblings, 0 replies; 13+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-11-16 14:35 UTC (permalink / raw)
  To: Sihyeon Jang; +Cc: linux-kernel, Jiri Olsa, Namhyung Kim

Em Thu, Nov 16, 2017 at 11:26:02PM +0900, Sihyeon Jang escreveu:
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>

Applied 1-6

- Arnaldo

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

* [tip:perf/core] perf inject: Document missing options
  2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
                   ` (5 preceding siblings ...)
  2017-11-16 14:35 ` [PATCH 1/6] perf inject: Document missing options Arnaldo Carvalho de Melo
@ 2017-11-18  8:37 ` tip-bot for Sihyeon Jang
  6 siblings, 0 replies; 13+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, mingo, namhyung, tglx, jolsa, linux-kernel, hpa,
	uneedsihyeon

Commit-ID:  52186b8aa40f06350b33f8e4031879d389e2b9f2
Gitweb:     https://git.kernel.org/tip/52186b8aa40f06350b33f8e4031879d389e2b9f2
Author:     Sihyeon Jang <uneedsihyeon@gmail.com>
AuthorDate: Thu, 16 Nov 2017 23:26:02 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 16 Nov 2017 14:50:05 -0300

perf inject: Document missing options

Add the missing --force option to the man page.

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/1510842367-11011-1-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-inject.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-inject.txt b/tools/perf/Documentation/perf-inject.txt
index 87b2588..a64d658 100644
--- a/tools/perf/Documentation/perf-inject.txt
+++ b/tools/perf/Documentation/perf-inject.txt
@@ -60,6 +60,10 @@ include::itrace.txt[]
 	found in the jitdumps files captured in the input perf.data file. Use this option
 	if you are monitoring environment using JIT runtimes, such as Java, DART or V8.
 
+-f::
+--force::
+	Don't complain, do it.
+
 SEE ALSO
 --------
 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]

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

* [tip:perf/core] perf trace: Document missing option, colons
  2017-11-16 14:26 ` [PATCH 2/6] perf trace: Document missing option, colons Sihyeon Jang
@ 2017-11-18  8:37   ` tip-bot for Sihyeon Jang
  0 siblings, 0 replies; 13+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, linux-kernel, mingo, hpa, uneedsihyeon, tglx, namhyung,
	jolsa

Commit-ID:  9b9d28a0087608052b39e7d9ee2f07b4e0fd6dca
Gitweb:     https://git.kernel.org/tip/9b9d28a0087608052b39e7d9ee2f07b4e0fd6dca
Author:     Sihyeon Jang <uneedsihyeon@gmail.com>
AuthorDate: Thu, 16 Nov 2017 23:26:03 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 16 Nov 2017 14:50:05 -0300

perf trace: Document missing option, colons

Add missing --force option to the man page.

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/1510842367-11011-2-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-trace.txt | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index d53bea6..6909cf1 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -86,18 +86,18 @@ comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-
 In per-thread mode with inheritance mode on (default), Events are captured only when
 the thread executes on the designated CPUs. Default is to monitor all CPUs.
 
---duration:
+--duration::
 	Show only events that had a duration greater than N.M ms.
 
---sched:
+--sched::
 	Accrue thread runtime and provide a summary at the end of the session.
 
--i
---input
+-i::
+--input::
 	Process events from a given perf data file.
 
--T
---time
+-T::
+--time::
 	Print full timestamp rather time relative to first sample.
 
 --comm::
@@ -117,6 +117,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
 	Show tool stats such as number of times fd->pathname was discovered thru
 	hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc.
 
+-f::
+--force::
+	Don't complain, do it.
+
 -F=[all|min|maj]::
 --pf=[all|min|maj]::
 	Trace pagefaults. Optionally, you can specify whether you want minor,

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

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

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

perf timechart: Document missing --force option

Add --force to the man page.

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/1510842367-11011-3-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-timechart.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-timechart.txt b/tools/perf/Documentation/perf-timechart.txt
index df98d1c..ef0c756 100644
--- a/tools/perf/Documentation/perf-timechart.txt
+++ b/tools/perf/Documentation/perf-timechart.txt
@@ -50,7 +50,9 @@ TIMECHART OPTIONS
 -p::
 --process::
         Select the processes to display, by name or PID
-
+-f::
+--force::
+	Don't complain, do it.
 --symfs=<directory>::
         Look for files with symbols relative to this directory.
 -n::

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

* [tip:perf/core] perf sched: Document missing --force option
  2017-11-16 14:26 ` [PATCH 4/6] perf sched: Document missing option Sihyeon Jang
@ 2017-11-18  8:38   ` tip-bot for Sihyeon Jang
  0 siblings, 0 replies; 13+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:38 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, linux-kernel, mingo, hpa, uneedsihyeon, namhyung, jolsa,
	tglx

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

perf sched: Document missing --force option

Add --force to the man page.

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/1510842367-11011-4-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-sched.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-sched.txt b/tools/perf/Documentation/perf-sched.txt
index 55b6733..c7e50f2 100644
--- a/tools/perf/Documentation/perf-sched.txt
+++ b/tools/perf/Documentation/perf-sched.txt
@@ -74,6 +74,10 @@ OPTIONS
 --dump-raw-trace=::
         Display verbose dump of the sched data.
 
+-f::
+--force::
+	Don't complain, do it.
+
 OPTIONS for 'perf sched map'
 ----------------------------
 

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

* [tip:perf/core] perf evlist: Document missing --force option
  2017-11-16 14:26 ` [PATCH 5/6] perf evlist: Document missing option Sihyeon Jang
@ 2017-11-18  8:38   ` tip-bot for Sihyeon Jang
  0 siblings, 0 replies; 13+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:38 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, jolsa, linux-kernel, acme, uneedsihyeon, namhyung, hpa,
	mingo

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

perf evlist: Document missing --force option

Add --force to the man page.

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/1510842367-11011-5-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-evlist.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/perf/Documentation/perf-evlist.txt b/tools/perf/Documentation/perf-evlist.txt
index 6f7200f..c0a6640 100644
--- a/tools/perf/Documentation/perf-evlist.txt
+++ b/tools/perf/Documentation/perf-evlist.txt
@@ -20,6 +20,10 @@ OPTIONS
 --input=::
         Input file name. (default: perf.data unless stdin is a fifo)
 
+-f::
+--force::
+	Don't complain, do it.
+
 -F::
 --freq=::
 	Show just the sample frequency used for each event.

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

* [tip:perf/core] perf buildid-cache: Document missing --force option
  2017-11-16 14:26 ` [PATCH 6/6] perf buildid-cache: Document missing option Sihyeon Jang
@ 2017-11-18  8:39   ` tip-bot for Sihyeon Jang
  0 siblings, 0 replies; 13+ messages in thread
From: tip-bot for Sihyeon Jang @ 2017-11-18  8:39 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, jolsa, mingo, tglx, namhyung, hpa, uneedsihyeon,
	acme

Commit-ID:  5a79eef4eccf0571e856eb13c0ffe19083d27474
Gitweb:     https://git.kernel.org/tip/5a79eef4eccf0571e856eb13c0ffe19083d27474
Author:     Sihyeon Jang <uneedsihyeon@gmail.com>
AuthorDate: Thu, 16 Nov 2017 23:26:07 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 16 Nov 2017 14:50:07 -0300

perf buildid-cache: Document missing --force option

Add --force to the man page.

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/1510842367-11011-6-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-buildid-cache.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/perf/Documentation/perf-buildid-cache.txt b/tools/perf/Documentation/perf-buildid-cache.txt
index 8468100..73c2650 100644
--- a/tools/perf/Documentation/perf-buildid-cache.txt
+++ b/tools/perf/Documentation/perf-buildid-cache.txt
@@ -24,6 +24,9 @@ OPTIONS
 -a::
 --add=::
         Add specified file to the cache.
+-f::
+--force::
+	Don't complain, do it.
 -k::
 --kcore::
         Add specified kcore file to the cache. For the current host that is

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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 14:26 [PATCH 1/6] perf inject: Document missing options Sihyeon Jang
2017-11-16 14:26 ` [PATCH 2/6] perf trace: Document missing option, colons Sihyeon Jang
2017-11-18  8:37   ` [tip:perf/core] " tip-bot for Sihyeon Jang
2017-11-16 14:26 ` [PATCH 3/6] perf timechart: Document missing option Sihyeon Jang
2017-11-18  8:38   ` [tip:perf/core] perf timechart: Document missing --force option tip-bot for Sihyeon Jang
2017-11-16 14:26 ` [PATCH 4/6] perf sched: Document missing option Sihyeon Jang
2017-11-18  8:38   ` [tip:perf/core] perf sched: Document missing --force option tip-bot for Sihyeon Jang
2017-11-16 14:26 ` [PATCH 5/6] perf evlist: Document missing option Sihyeon Jang
2017-11-18  8:38   ` [tip:perf/core] perf evlist: Document missing --force option tip-bot for Sihyeon Jang
2017-11-16 14:26 ` [PATCH 6/6] perf buildid-cache: Document missing option Sihyeon Jang
2017-11-18  8:39   ` [tip:perf/core] perf buildid-cache: Document missing --force option tip-bot for Sihyeon Jang
2017-11-16 14:35 ` [PATCH 1/6] perf inject: Document missing options Arnaldo Carvalho de Melo
2017-11-18  8:37 ` [tip:perf/core] " tip-bot for Sihyeon Jang

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.