6 perf-timechart - Tool to visualize total system behavior during a workload
11 'perf timechart' {record}
15 There are two variants of perf timechart:
17 'perf timechart record <command>' to record the system level events
18 of an arbitrary workload.
20 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
21 that can be viewed with popular SVG viewers such as 'Inkscape'.
27 Select the output file (default: output.svg)
30 Select the input file (default: perf.data)
33 Select the width of the SVG file (default: 1000)
36 Only output the CPU power section of the diagram
41 linkperf:perf-record[1]