blob: ac6ecbb3e6699a6cd0e02673cd7bdd7a25d35c01 [file] [log] [blame]
Arnaldo Carvalho de Meloe8d433f2010-01-18 15:59:19 -02001perf-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-----------
Dongsheng Yangf113bee2013-12-09 17:47:47 -050015This 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.
Arnaldo Carvalho de Meloe8d433f2010-01-18 15:59:19 -020018
19
20SEE ALSO
21--------
22linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]