perf-archive.txt 480 B

1234567891011121314151617181920212223
  1. perf-archive(1)
  2. ===============
  3. NAME
  4. ----
  5. perf-archive - Create archive with object files with build-ids found in perf.data file
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf archive' [file]
  10. DESCRIPTION
  11. -----------
  12. This command runs runs perf-buildid-list --with-hits, and collects the files
  13. with the buildids found so that analisys of perf.data contents can be possible
  14. on another machine.
  15. SEE ALSO
  16. --------
  17. linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]