Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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