瀏覽代碼

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>
Sihyeon Jang 7 年之前
父節點
當前提交
deb368acf1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tools/perf/Documentation/perf-evlist.txt

+ 4 - 0
tools/perf/Documentation/perf-evlist.txt

@@ -20,6 +20,10 @@ OPTIONS
 --input=::
 --input=::
         Input file name. (default: perf.data unless stdin is a fifo)
         Input file name. (default: perf.data unless stdin is a fifo)
 
 
+-f::
+--force::
+	Don't complain, do it.
+
 -F::
 -F::
 --freq=::
 --freq=::
 	Show just the sample frequency used for each event.
 	Show just the sample frequency used for each event.