Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / Documentation / perf-kallsyms.txt
blobc97527df8ecd26050a0db309870ef2e80bb398fc
1 perf-kallsyms(1)
2 ================
4 NAME
5 ----
6 perf-kallsyms - Searches running kernel for symbols
8 SYNOPSIS
9 --------
10 [verse]
11 'perf kallsyms' [<options>] symbol_name[,symbol_name...]
13 DESCRIPTION
14 -----------
15 This command searches the running kernel kallsyms file for the given symbol(s)
16 and prints information about it, including the DSO, the kallsyms begin/end
17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
18 modules).
20 OPTIONS
21 -------
22 -v::
23 --verbose::
24         Increase verbosity level, showing details about symbol table loading, etc.