perf-buildid-list.txt 661 B

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