0001 perf-kallsyms(1)
0002 ================
0003
0004 NAME
0005 ----
0006 perf-kallsyms - Searches running kernel for symbols
0007
0008 SYNOPSIS
0009 --------
0010 [verse]
0011 'perf kallsyms' [<options>] symbol_name[,symbol_name...]
0012
0013 DESCRIPTION
0014 -----------
0015 This command searches the running kernel kallsyms file for the given symbol(s)
0016 and prints information about it, including the DSO, the kallsyms begin/end
0017 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
0018 modules).
0019
0020 OPTIONS
0021 -------
0022 -v::
0023 --verbose::
0024 Increase verbosity level, showing details about symbol table loading, etc.