Skip to content

Commit b55ff1d

Browse files
captain5050acmel
authored andcommitted
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: Ian 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: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 137a525 commit b55ff1d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tools/perf/Documentation/perf-evlist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OPTIONS
2929
Show just the sample frequency used for each event.
3030

3131
-v::
32-
--verbose=::
32+
--verbose::
3333
Show all fields.
3434

3535
-g::

tools/perf/Documentation/perf-ftrace.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ OPTIONS
2828
specified: function_graph or function.
2929

3030
-v::
31-
--verbose=::
32-
Verbosity level.
31+
--verbose::
32+
Increase the verbosity level.
3333

3434
-F::
3535
--funcs::

tools/perf/Documentation/perf-kallsyms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ modules).
2020
OPTIONS
2121
-------
2222
-v::
23-
--verbose=::
23+
--verbose::
2424
Increase verbosity level, showing details about symbol table loading, etc.

tools/perf/Documentation/perf-trace.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ filter out the startup phase of the program, which is often very different.
9797
Filter out events for these pids and for 'trace' itself (comma separated list).
9898

9999
-v::
100-
--verbose=::
101-
Verbosity level.
100+
--verbose::
101+
Increase the verbosity level.
102102

103103
--no-inherit::
104104
Child tasks do not inherit counters.

0 commit comments

Comments
 (0)