forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Add timechart help text and add timechart to "perf help"
As suggested by Ingo, add a timechart man page help text, as well as add it to the "perf help" overview. Signed-off-by: Arjan van de Ven <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Paul Mackerras <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Arjan van de Ven
authored and
Ingo Molnar
committed
Sep 19, 2009
1 parent
288f023
commit 151750c
Showing
2 changed files
with
36 additions
and
0 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 |
---|---|---|
@@ -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 <command>' 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] |
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