perf-kallsyms.txt 558 B

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