Skip to content
Snippets Groups Projects
Commit b55ff1d1 authored by Ian Rogers's avatar Ian Rogers Committed by Arnaldo Carvalho de Melo
Browse files

perf tools: Fix documentation of verbose options


Option doesn't take a value, make sure the man pages agree. For example:

  $ perf evlist --verbose=1
   Error: option `verbose' takes no value

Signed-off-by: default avatarIan Rogers <irogers@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20210226183145.1878782-1-irogers@google.com


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 137a5258
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ OPTIONS ...@@ -29,7 +29,7 @@ OPTIONS
Show just the sample frequency used for each event. Show just the sample frequency used for each event.
-v:: -v::
--verbose=:: --verbose::
Show all fields. Show all fields.
-g:: -g::
......
...@@ -28,8 +28,8 @@ OPTIONS ...@@ -28,8 +28,8 @@ OPTIONS
specified: function_graph or function. specified: function_graph or function.
-v:: -v::
--verbose=:: --verbose::
Verbosity level. Increase the verbosity level.
-F:: -F::
--funcs:: --funcs::
......
...@@ -20,5 +20,5 @@ modules). ...@@ -20,5 +20,5 @@ modules).
OPTIONS OPTIONS
------- -------
-v:: -v::
--verbose=:: --verbose::
Increase verbosity level, showing details about symbol table loading, etc. Increase verbosity level, showing details about symbol table loading, etc.
...@@ -97,8 +97,8 @@ filter out the startup phase of the program, which is often very different. ...@@ -97,8 +97,8 @@ filter out the startup phase of the program, which is often very different.
Filter out events for these pids and for 'trace' itself (comma separated list). Filter out events for these pids and for 'trace' itself (comma separated list).
-v:: -v::
--verbose=:: --verbose::
Verbosity level. Increase the verbosity level.
--no-inherit:: --no-inherit::
Child tasks do not inherit counters. Child tasks do not inherit counters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment