diff options
author | Sangwon Hong <[email protected]> | 2018-02-05 20:48:35 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-02-15 09:57:33 -0300 |
commit | ba7e851642f48002def3450b279598c187721fd0 (patch) | |
tree | 0d725dbb9851a95167999d3ab058c1020734714d | |
parent | 6677d26c8befa462eab9be6c5335a939011e7e65 (diff) |
perf data: Document missing --force option
Add the --force option to the man page.
Signed-off-by: Sangwon Hong <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Taeung Song <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/Documentation/perf-data.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-data.txt b/tools/perf/Documentation/perf-data.txt index f0796a47dfa3..90bb4aabe4f8 100644 --- a/tools/perf/Documentation/perf-data.txt +++ b/tools/perf/Documentation/perf-data.txt @@ -30,6 +30,10 @@ OPTIONS for 'convert' -i:: Specify input perf data file path. +-f:: +--force:: + Don't complain, do it. + -v:: --verbose:: Be more verbose (show counter open errors, etc). |