From ce5f56bf153305a9b15fa7c3ea23258ab4ca0f33 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sat, 19 Sep 2009 13:36:04 +0200 Subject: [PATCH] --- yaml --- r: 163795 b: refs/heads/master c: 151750cec5db3c7ea45255d2901e581e2162317a h: refs/heads/master i: 163793: 35383c86ca16f784be289a779d8b3c5f311149ba 163791: 95792145387e0bb2a335f11926bc2257be4043e6 v: v3 --- [refs] | 2 +- .../perf/Documentation/perf-timechart.txt | 35 +++++++++++++++++++ trunk/tools/perf/command-list.txt | 1 + 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 trunk/tools/perf/Documentation/perf-timechart.txt diff --git a/[refs] b/[refs] index 259d1ec422e5..c154d07b9f87 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 288f023e708efd89d77ce9acf977a33a623ae83d +refs/heads/master: 151750cec5db3c7ea45255d2901e581e2162317a diff --git a/trunk/tools/perf/Documentation/perf-timechart.txt b/trunk/tools/perf/Documentation/perf-timechart.txt new file mode 100644 index 000000000000..61e0104c6270 --- /dev/null +++ b/trunk/tools/perf/Documentation/perf-timechart.txt @@ -0,0 +1,35 @@ +perf-timechart(1) +================= + +NAME +---- +perf-timechart - Tool to visualize total system behavior during a workload + +SYNOPSIS +-------- +[verse] +'perf timechart' {record} + +DESCRIPTION +----------- +There are two variants of perf timechart: + + 'perf timechart record ' to record the system level events + of an arbitrary workload. + + 'perf timechart' to turn a trace into a Scalable Vector Graphics file, + that can be viewed with popular SVG viewers such as 'Inkscape'. + +OPTIONS +------- +-o:: +--output=:: + Select the output file (default: output.svg) +-i:: +--input=:: + Select the input file (default: perf.data) + + +SEE ALSO +-------- +linkperf:perf-record[1] diff --git a/trunk/tools/perf/command-list.txt b/trunk/tools/perf/command-list.txt index 3133c74729dd..00326e230d87 100644 --- a/trunk/tools/perf/command-list.txt +++ b/trunk/tools/perf/command-list.txt @@ -8,5 +8,6 @@ perf-sched mainporcelain common perf-record mainporcelain common perf-report mainporcelain common perf-stat mainporcelain common +perf-timechart mainporcelain common perf-top mainporcelain common perf-trace mainporcelain common