perf-buildid-list.txt 773 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.
  16. OPTIONS
  17. -------
  18. -H::
  19. --with-hits::
  20. Show only DSOs with hits.
  21. -i::
  22. --input=::
  23. Input file name. (default: perf.data)
  24. -f::
  25. --force::
  26. Don't do ownership validation.
  27. -k::
  28. --kernel::
  29. Show running kernel build id.
  30. -v::
  31. --verbose::
  32. Be more verbose.
  33. SEE ALSO
  34. --------
  35. linkperf:perf-record[1], linkperf:perf-top[1],
  36. linkperf:perf-report[1]