'\" t .\" Title: perf-kallsyms .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.16 .\" Date: 2021-11-03 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF_5.14\-KALLSYMS" "1" "2021-11-03" "perf" "perf Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" perf-kallsyms \- Searches running kernel for symbols .SH "SYNOPSIS" .sp .nf \fIperf kallsyms\fP [] symbol_name[,symbol_name...] .fi .br .SH "DESCRIPTION" .sp 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). .SH "OPTIONS" .sp \-v, \-\-verbose .RS 4 Increase verbosity level, showing details about symbol table loading, etc. .RE