Messages in this thread Patch in this message |  | | From | Sangwon Hong <> | Subject | [PATCH 2/2] perf mem: Document a missing option | Date | Mon, 12 Feb 2018 05:38:37 +0900 |
| |
Add the missing --force option on the man page.
Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Taeung Song <treeze.taeung@gmail.com> Signed-off-by: Sangwon Hong <qpakzk@gmail.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) -- 2.7.4
|  |