perf-buildid-list.txt 831 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. perf-buildid-list(1)
  2. ====================
  3. NAME
  4. ----
  5. perf-buildid-list - List the buildids in a perf.data file
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf buildid-list <options>'
  10. DESCRIPTION
  11. -----------
  12. This command displays the buildids found in a perf.data file, so that other
  13. tools can be used to fetch packages with matching symbol tables for use by
  14. perf report.
  15. It can also be used to show the build id of the running kernel or in an ELF
  16. file using -i/--input.
  17. OPTIONS
  18. -------
  19. -H::
  20. --with-hits::
  21. Show only DSOs with hits.
  22. -i::
  23. --input=::
  24. Input file name. (default: perf.data unless stdin is a fifo)
  25. -f::
  26. --force::
  27. Don't do ownership validation.
  28. -k::
  29. --kernel::
  30. Show running kernel build id.
  31. -v::
  32. --verbose::
  33. Be more verbose.
  34. SEE ALSO
  35. --------
  36. linkperf:perf-record[1], linkperf:perf-top[1],
  37. linkperf:perf-report[1]