1PERF-KALLSYMS(1) perf Manual PERF-KALLSYMS(1)
2
3
4
6 perf-kallsyms - Searches running kernel for symbols
7
9 perf kallsyms [<options>] symbol_name[,symbol_name...]
10
12 This command searches the running kernel kallsyms file for the given
13 symbol(s) and prints information about it, including the DSO, the
14 kallsyms begin/end addresses and the addresses in the ELF kallsyms
15 symbol table (for symbols in modules).
16
18 -v, --verbose
19 Increase verbosity level, showing details about symbol table
20 loading, etc.
21
22
23
24perf 11/22/2021 PERF-KALLSYMS(1)