-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 182392 b: refs/heads/master c: e8d433f h: refs/heads/master v: v3
- Loading branch information
Arnaldo Carvalho de Melo
authored and
Ingo Molnar
committed
Jan 20, 2010
1 parent
047b706
commit 60b877b
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: df3ab708b787a2b35de5101452bd51d4a8ae0ded | ||
refs/heads/master: e8d433f335d44028d41af231ef5c52fd8a9b280b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters