From f0a75835804834bbe56700f7bf71a459bcdb7747 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 26 May 2009 09:17:18 +0200 Subject: [PATCH] --- yaml --- r: 147527 b: refs/heads/master c: 0bec253c813fbb067db4dfd9f5b6cec1bd2ef026 h: refs/heads/master i: 147525: 59c36d0af67fe17568a75d5f3119f708f98b79c6 147523: 63ab7fd4db4d3e0073119bc50d65f55eaf7c0208 147519: 07e3d0fb1dd1bbe831766d37eb0dc94b9e470f96 v: v3 --- [refs] | 2 +- .../Documentation/perf-report.txt | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 trunk/Documentation/perf_counter/Documentation/perf-report.txt diff --git a/[refs] b/[refs] index 3165e785bccf..f9bcf530c555 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53cb8bc2a3d976efd1a800c3de4640a7220afbb3 +refs/heads/master: 0bec253c813fbb067db4dfd9f5b6cec1bd2ef026 diff --git a/trunk/Documentation/perf_counter/Documentation/perf-report.txt b/trunk/Documentation/perf_counter/Documentation/perf-report.txt new file mode 100644 index 000000000000..64696a218105 --- /dev/null +++ b/trunk/Documentation/perf_counter/Documentation/perf-report.txt @@ -0,0 +1,32 @@ +perf-report(1) +========== + +NAME +---- +perf-report - Read output.perf (created by perf record) and display the profile + +SYNOPSIS +-------- +[verse] +'perf report' [-i | --input=file] + +DESCRIPTION +----------- +This command displays the performance counter profile information recorded +via perf report. + +OPTIONS +------- +-i:: +--input=:: + Input file name. (default: output.perf) + +Configuration +------------- + +EXAMPLES +-------- + +SEE ALSO +-------- +linkperf:perf-stat[1]