mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
b55ff1d145
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>
25 lines
557 B
Plaintext
25 lines
557 B
Plaintext
perf-kallsyms(1)
|
|
================
|
|
|
|
NAME
|
|
----
|
|
perf-kallsyms - Searches running kernel for symbols
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'perf kallsyms' [<options>] symbol_name[,symbol_name...]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
This command searches the running kernel kallsyms file for the given symbol(s)
|
|
and prints information about it, including the DSO, the kallsyms begin/end
|
|
addresses and the addresses in the ELF kallsyms symbol table (for symbols in
|
|
modules).
|
|
|
|
OPTIONS
|
|
-------
|
|
-v::
|
|
--verbose::
|
|
Increase verbosity level, showing details about symbol table loading, etc.
|