Lines Matching refs:perf
1 perf-timechart(1)
6 perf-timechart - Tool to visualize total system behavior during a workload
11 'perf timechart' [<timechart options>] {record} [<record options>]
15 There are two variants of perf timechart:
17 'perf timechart record <command>' to record the system level events
22 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
24 on the events in the perf.data file, timechart will contain scheduler/cpu
40 Select the input file (default: perf.data unless stdin is a fifo)
99 $ perf timechart record git pull
101 [ perf record: Woken up 13 times to write data ]
102 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
104 $ perf timechart
110 $ perf timechart record
114 $ perf timechart --highlight gcc
118 $ perf timechart record -I
122 $ perf timechart
126 linkperf:perf-record[1]