From: Sihyeon Jang Date: Thu, 16 Nov 2017 14:26:02 +0000 (+0900) Subject: perf inject: Document missing options X-Git-Tag: v4.19~1745^2~18^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52186b8aa40f06350b33f8e4031879d389e2b9f2;p=platform%2Fkernel%2Flinux-rpi.git perf inject: Document missing options Add the missing --force option to the man page. Signed-off-by: Sihyeon Jang Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1510842367-11011-1-git-send-email-uneedsihyeon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- 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]