swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd authored by Linus Torvalds on 07 September 2014, 23:09:43 UTC
Linux 3.17-rc4
Tip revision: 2ce7598
perf-archive.txt
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 perf-buildid-list --with-hits, and collects the files with the
buildids found so that analysis 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]
back to top