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]