perf-buildid-list.txt 608 B

12345678910111213141516171819202122232425262728293031323334
  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. -i::
  18. --input=::
  19. Input file name. (default: perf.data)
  20. -f::
  21. --force::
  22. Don't do ownership validation.
  23. -v::
  24. --verbose::
  25. Be more verbose.
  26. SEE ALSO
  27. --------
  28. linkperf:perf-record[1], linkperf:perf-top[1],
  29. linkperf:perf-report[1]