commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
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]
|