From 60b877ba899fc622f88814b31ce1a2580482cc53 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 18 Jan 2010 15:59:19 -0200 Subject: [PATCH] --- yaml --- r: 182392 b: refs/heads/master c: e8d433f335d44028d41af231ef5c52fd8a9b280b h: refs/heads/master v: v3 --- [refs] | 2 +- .../tools/perf/Documentation/perf-archive.txt | 22 +++++++++++++++++++ trunk/tools/perf/command-list.txt | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 trunk/tools/perf/Documentation/perf-archive.txt diff --git a/[refs] b/[refs] index 64f839230959..55cec2084367 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df3ab708b787a2b35de5101452bd51d4a8ae0ded +refs/heads/master: e8d433f335d44028d41af231ef5c52fd8a9b280b diff --git a/trunk/tools/perf/Documentation/perf-archive.txt b/trunk/tools/perf/Documentation/perf-archive.txt new file mode 100644 index 000000000000..fae174dc7d01 --- /dev/null +++ b/trunk/tools/perf/Documentation/perf-archive.txt @@ -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] diff --git a/trunk/tools/perf/command-list.txt b/trunk/tools/perf/command-list.txt index f73d1d90f5bd..cf6444dfd73a 100644 --- a/trunk/tools/perf/command-list.txt +++ b/trunk/tools/perf/command-list.txt @@ -3,7 +3,7 @@ # command name category [deprecated] [common] # perf-annotate mainporcelain common -perf-archive mainporcelain +perf-archive mainporcelain common perf-bench mainporcelain common perf-buildid-list mainporcelain common perf-diff mainporcelain common