mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
ea66536ab2
I've tested to process the perf man pages with asciidoctor that is picker than asciidoc, and it revealed minor syntax errors in some documents. Namely, the title markers aren't aligned with the previous line, hence asciidoctor didn't recognize as titles. This patch corrects these markers to be processed properly. Signed-off-by: Takashi Iwai <tiwai@suse.de> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20180307105441.28512-1-tiwai@suse.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
25 lines
558 B
Plaintext
25 lines
558 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.
|