cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

perf-kallsyms.txt (557B)


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