aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-kallsyms.txt
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2021-02-26 10:31:44 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-03-06 16:54:26 -0300
commitb55ff1d1456c86209ba28fd06b1b5fb0e05d92c3 (patch)
tree6fdd2872ead8186cd995c27316fc952e16440683 /tools/perf/Documentation/perf-kallsyms.txt
parentperf traceevent: Ensure read cmdlines are null terminated. (diff)
downloadlinux-dev-b55ff1d1456c86209ba28fd06b1b5fb0e05d92c3.tar.xz
linux-dev-b55ff1d1456c86209ba28fd06b1b5fb0e05d92c3.zip
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>
Diffstat (limited to 'tools/perf/Documentation/perf-kallsyms.txt')
-rw-r--r--tools/perf/Documentation/perf-kallsyms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-kallsyms.txt b/tools/perf/Documentation/perf-kallsyms.txt
index f3c620951f6e..c97527df8ecd 100644
--- a/tools/perf/Documentation/perf-kallsyms.txt
+++ b/tools/perf/Documentation/perf-kallsyms.txt
@@ -20,5 +20,5 @@ modules).
OPTIONS
-------
-v::
---verbose=::
+--verbose::
Increase verbosity level, showing details about symbol table loading, etc.