aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorSangwon Hong <qpakzk@gmail.com>2018-02-12 05:38:37 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2018-02-16 14:55:42 -0300
commit7e99b1972263c2f611d7f2fb67d09f3384006593 (patch)
treead9b33ec304d27583dc9b933be03bd70b19e95ad /tools/perf/Documentation
parentperf kmem: Document a missing option & an argument (diff)
downloadlinux-dev-7e99b1972263c2f611d7f2fb67d09f3384006593.tar.xz
linux-dev-7e99b1972263c2f611d7f2fb67d09f3384006593.zip
perf mem: Document a missing option
Add the missing --force option on the man page. Signed-off-by: Sangwon Hong <qpakzk@gmail.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Taeung Song <treeze.taeung@gmail.com> Link: http://lkml.kernel.org/r/1518381517-30766-2-git-send-email-qpakzk@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-mem.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-mem.txt b/tools/perf/Documentation/perf-mem.txt
index 4be08a1e3f8d..b0211410969b 100644
--- a/tools/perf/Documentation/perf-mem.txt
+++ b/tools/perf/Documentation/perf-mem.txt
@@ -28,6 +28,10 @@ OPTIONS
<command>...::
Any command you can specify in a shell.
+-f::
+--force::
+ Don't do ownership validation
+
-t::
--type=::
Select the memory operation type: load or store (default: load,store)