perf-timechart.txt (54874e3236b834064943c02a647823ab5d97be57) | perf-timechart.txt (c87097d39dae1c42a5068e00dd3b76a4162ee0fc) |
---|---|
1perf-timechart(1) 2================= 3 4NAME 5---- 6perf-timechart - Tool to visualize total system behavior during a workload 7 8SYNOPSIS --- 21 unchanged lines hidden (view full) --- 30--input=:: 31 Select the input file (default: perf.data unless stdin is a fifo) 32-w:: 33--width=:: 34 Select the width of the SVG file (default: 1000) 35-P:: 36--power-only:: 37 Only output the CPU power section of the diagram | 1perf-timechart(1) 2================= 3 4NAME 5---- 6perf-timechart - Tool to visualize total system behavior during a workload 7 8SYNOPSIS --- 21 unchanged lines hidden (view full) --- 30--input=:: 31 Select the input file (default: perf.data unless stdin is a fifo) 32-w:: 33--width=:: 34 Select the width of the SVG file (default: 1000) 35-P:: 36--power-only:: 37 Only output the CPU power section of the diagram |
38-T:: 39--tasks-only:: 40 Don't output processor state transitions |
|
38-p:: 39--process:: 40 Select the processes to display, by name or PID 41 42--symfs=<directory>:: 43 Look for files with symbols relative to this directory. 44 45EXAMPLES --- 18 unchanged lines hidden --- | 41-p:: 42--process:: 43 Select the processes to display, by name or PID 44 45--symfs=<directory>:: 46 Look for files with symbols relative to this directory. 47 48EXAMPLES --- 18 unchanged lines hidden --- |