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

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>

authored by

Sihyeon Jang and committed by
Arnaldo Carvalho de Melo
deb368ac e9b61e52

+4
+4
tools/perf/Documentation/perf-evlist.txt
··· 20 20 --input=:: 21 21 Input file name. (default: perf.data unless stdin is a fifo) 22 22 23 + -f:: 24 + --force:: 25 + Don't complain, do it. 26 + 23 27 -F:: 24 28 --freq=:: 25 29 Show just the sample frequency used for each event.