Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sihyeon Jang and committed by
Arnaldo Carvalho de Melo
52186b8a 742015ff

+4
+4
tools/perf/Documentation/perf-inject.txt
··· 60 60 found in the jitdumps files captured in the input perf.data file. Use this option 61 61 if you are monitoring environment using JIT runtimes, such as Java, DART or V8. 62 62 63 + -f:: 64 + --force:: 65 + Don't complain, do it. 66 + 63 67 SEE ALSO 64 68 -------- 65 69 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]