aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/Documentation/perf-inject.txt
diff options
context:
space:
mode:
authorSihyeon Jang <uneedsihyeon@gmail.com>2017-11-16 23:26:02 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-11-16 14:50:05 -0300
commit52186b8aa40f06350b33f8e4031879d389e2b9f2 (patch)
treed9ccd90560ede87fdbae046e5de80d2efd381787 /tools/perf/Documentation/perf-inject.txt
parentperf: Fix header.size for namespace events (diff)
downloadwireguard-linux-52186b8aa40f06350b33f8e4031879d389e2b9f2.tar.xz
wireguard-linux-52186b8aa40f06350b33f8e4031879d389e2b9f2.zip
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>
Diffstat (limited to 'tools/perf/Documentation/perf-inject.txt')
-rw-r--r--tools/perf/Documentation/perf-inject.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-inject.txt b/tools/perf/Documentation/perf-inject.txt
index 87b2588d1cbd..a64d6588470e 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]