brintos

brintos / linux-shallow public Read only

0
0
Text · 475 B · ac6ecbb Raw
23 lines · plain
1perf-archive(1)2===============3 4NAME5----6perf-archive - Create archive with object files with build-ids found in perf.data file7 8SYNOPSIS9--------10[verse]11'perf archive' [file]12 13DESCRIPTION14-----------15This command runs perf-buildid-list --with-hits, and collects the files with the16buildids found so that analysis of perf.data contents can be possible on another17machine.18 19 20SEE ALSO21--------22linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]23