Path: blob/master/tools/perf/Documentation/perf-timechart.txt
10821 views
perf-timechart(1)1=================23NAME4----5perf-timechart - Tool to visualize total system behavior during a workload67SYNOPSIS8--------9[verse]10'perf timechart' {record}1112DESCRIPTION13-----------14There are two variants of perf timechart:1516'perf timechart record <command>' to record the system level events17of an arbitrary workload.1819'perf timechart' to turn a trace into a Scalable Vector Graphics file,20that can be viewed with popular SVG viewers such as 'Inkscape'.2122OPTIONS23-------24-o::25--output=::26Select the output file (default: output.svg)27-i::28--input=::29Select the input file (default: perf.data)30-w::31--width=::32Select the width of the SVG file (default: 1000)33-P::34--power-only::35Only output the CPU power section of the diagram36-p::37--process::38Select the processes to display, by name or PID3940--symfs=<directory>::41Look for files with symbols relative to this directory.4243SEE ALSO44--------45linkperf:perf-record[1]464748