Skip to content

Commit

Permalink
perf tools: Make -f/--force option documentation consistent across tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1458823940-24583-6-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Mar 30, 2016
1 parent 592dac6 commit e0be62c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-annotate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPTIONS

-f::
--force::
Don't complain, do it.
Don't do ownership validation.

-v::
--verbose::
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ OPTIONS

-f::
--force::
Don't complain, do it.
Don't do ownership validation.

--symfs=<directory>::
Look for files with symbols relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ OPTIONS

-f::
--force::
Don't complain, do it.
Don't do ownership validation.

--symfs=<directory>::
Look for files with symbols relative to this directory.
Expand Down
4 changes: 4 additions & 0 deletions tools/perf/Documentation/perf-script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ include::itrace.txt[]
--ns::
Use 9 decimal places when displaying time (i.e. show the nanoseconds)

-f::
--force::
Don't do ownership validation.

SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-script-perl[1],
Expand Down

0 comments on commit e0be62c

Please sign in to comment.