aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-archive.txt
blob: fae174dc7d01ebc9ab5e30e484a1f86154069b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
perf-archive(1)
===============

NAME
----
perf-archive - Create archive with object files with build-ids found in perf.data file

SYNOPSIS
--------
[verse]
'perf archive' [file]

DESCRIPTION
-----------
This command runs runs perf-buildid-list --with-hits, and collects the files
with the buildids found so that analisys of perf.data contents can be possible
on another machine.


SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]