Commit-ID: 7e99b1972263c2f611d7f2fb67d09f3384006593 Gitweb: https://git.kernel.org/tip/7e99b1972263c2f611d7f2fb67d09f3384006593 Author: Sangwon Hong <qpa...@gmail.com> AuthorDate: Mon, 12 Feb 2018 05:38:37 +0900 Committer: Arnaldo Carvalho de Melo <a...@redhat.com> CommitDate: Fri, 16 Feb 2018 14:55:42 -0300
perf mem: Document a missing option Add the missing --force option on the man page. Signed-off-by: Sangwon Hong <qpa...@gmail.com> Acked-by: Namhyung Kim <namhy...@kernel.org> Cc: Jiri Olsa <jo...@kernel.org> Cc: Taeung Song <treeze.tae...@gmail.com> Link: http://lkml.kernel.org/r/1518381517-30766-2-git-send-email-qpa...@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> --- tools/perf/Documentation/perf-mem.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/perf/Documentation/perf-mem.txt b/tools/perf/Documentation/perf-mem.txt index 4be08a1..b021141 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)