Lines Matching refs:perf
1 perf-list(1)
6 perf-list - List all symbolic event types
11 'perf list' [hw|sw|cache|tracepoint|pmu|event_glob]
16 various perf commands with the -e option.
55 perf record -a -e cpu-cycles:p ... # use ibs op counting cycles
56 perf record -a -e r076:p ... # same as -e cpu-cycles:p
57 perf record -a -e r0C1:p ... # use ibs op counting micro-ops
61 Even when an event is not available in a symbolic form within perf right now,
87 perf stat -e r1a8 -a sleep 1
88 perf record -e r1a8 ...
96 Some pmu events listed by 'perf-list' will be displayed with '?' in them. For
104 perf stat -C 0 -e 'hv_gpci/dtbp_ptitc,phys_processor_idx=0x2/' ...
139 linkperf:perf-stat[1], linkperf:perf-top[1],
140 linkperf:perf-record[1],