Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/Documentation/perf-archive.txt
26282 views
1
perf-archive(1)
2
===============
3
4
NAME
5
----
6
perf-archive - Create archive with object files with build-ids found in perf.data file
7
8
SYNOPSIS
9
--------
10
[verse]
11
'perf archive' [file]
12
13
DESCRIPTION
14
-----------
15
This command runs perf-buildid-list --with-hits, and collects the files with the
16
buildids found so that analysis of perf.data contents can be possible on another
17
machine.
18
19
20
SEE ALSO
21
--------
22
linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]
23
24