aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorSihyeon Jang <uneedsihyeon@gmail.com>2017-11-16 23:26:06 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-11-16 14:50:07 -0300
commitdeb368acf1731bf89c34b171094c4f8eff66ebd9 (patch)
treee87b0ec8d98c0a9631e4751416e35fc0e53e8be7 /tools/perf/Documentation
parentperf sched: Document missing --force option (diff)
downloadlinux-dev-deb368acf1731bf89c34b171094c4f8eff66ebd9.tar.xz
linux-dev-deb368acf1731bf89c34b171094c4f8eff66ebd9.zip
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>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-evlist.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-evlist.txt b/tools/perf/Documentation/perf-evlist.txt
index 6f7200fb85cf..c0a66400a960 100644
--- a/tools/perf/Documentation/perf-evlist.txt
+++ b/tools/perf/Documentation/perf-evlist.txt
@@ -20,6 +20,10 @@ OPTIONS
--input=::
Input file name. (default: perf.data unless stdin is a fifo)
+-f::
+--force::
+ Don't complain, do it.
+
-F::
--freq=::
Show just the sample frequency used for each event.