projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592dac6
)
perf tools: Make -f/--force option documentation consistent across tools
author
Jiri Olsa
<jolsa@kernel.org>
Thu, 24 Mar 2016 12:52:19 +0000
(13:52 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 30 Mar 2016 14:14:08 +0000
(11:14 -0300)
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link:
http://lkml.kernel.org/r/1458823940-24583-6-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-annotate.txt
patch
|
blob
|
history
tools/perf/Documentation/perf-diff.txt
patch
|
blob
|
history
tools/perf/Documentation/perf-report.txt
patch
|
blob
|
history
tools/perf/Documentation/perf-script.txt
patch
|
blob
|
history
diff --git
a/tools/perf/Documentation/perf-annotate.txt
b/tools/perf/Documentation/perf-annotate.txt
index e9cd39a92dc220dcfb4cef0ee0a8c98dc4b93199..778f54d4d0bd7516c3342d2fdda129138bc28779 100644
(file)
--- a/
tools/perf/Documentation/perf-annotate.txt
+++ b/
tools/perf/Documentation/perf-annotate.txt
@@
-33,7
+33,7
@@
OPTIONS
-f::
--force::
- Don't
complain, do it
.
+ Don't
do ownership validation
.
-v::
--verbose::
diff --git
a/tools/perf/Documentation/perf-diff.txt
b/tools/perf/Documentation/perf-diff.txt
index d1deb573877fe5d84a8a7a7a63fe700585e4d8d5..3e9490b9c5334486d9787d52e531e1002c917c47 100644
(file)
--- a/
tools/perf/Documentation/perf-diff.txt
+++ b/
tools/perf/Documentation/perf-diff.txt
@@
-75,7
+75,7
@@
OPTIONS
-f::
--force::
-
Don't complain, do it
.
+
Don't do ownership validation
.
--symfs=<directory>::
Look for files with symbols relative to this directory.
diff --git
a/tools/perf/Documentation/perf-report.txt
b/tools/perf/Documentation/perf-report.txt
index 12113992ac9d0f5ceca0b003cec568717c4208e5..496d42cdf02b153593d22abc28366fd16f6090ce 100644
(file)
--- a/
tools/perf/Documentation/perf-report.txt
+++ b/
tools/perf/Documentation/perf-report.txt
@@
-285,7
+285,7
@@
OPTIONS
-f::
--force::
- Don't
complain, do it
.
+ Don't
do ownership validation
.
--symfs=<directory>::
Look for files with symbols relative to this directory.
diff --git
a/tools/perf/Documentation/perf-script.txt
b/tools/perf/Documentation/perf-script.txt
index 382ddfb45d1dbbb4a65bfe464c29096923b64bd3..22ef3933342adcac3ba298bc685b8ac7da2f2bf1 100644
(file)
--- a/
tools/perf/Documentation/perf-script.txt
+++ b/
tools/perf/Documentation/perf-script.txt
@@
-262,6
+262,10
@@
include::itrace.txt[]
--ns::
Use 9 decimal places when displaying time (i.e. show the nanoseconds)
+-f::
+--force::
+ Don't do ownership validation.
+
SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-script-perl[1],