de71128688
First, all man pages highlight only perf and subcommands except 'perf kallsyms', which includes the full usage. Fix it for commands to monopolize underlines. Second, options can be ommited when executing 'perf kallsyms', so add square brackets between <option>. Signed-off-by: Sangwon Hong <qpakzk@gmail.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Taeung Song <treeze.taeung@gmail.com> Link: http://lkml.kernel.org/r/1518377864-20353-1-git-send-email-qpakzk@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
25 lines
556 B
Plaintext
25 lines
556 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.
|