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.
56 perf record -a -e cpu-cycles:p ... # use ibs op counting cycles
57 perf record -a -e r076:p ... # same as -e cpu-cycles:p
58 perf record -a -e r0C1:p ... # use ibs op counting micro-ops
62 Even when an event is not available in a symbolic form within perf right now,
88 perf stat -e r1a8 -a sleep 1
89 perf record -e r1a8 ...
97 Some pmu events listed by 'perf-list' will be displayed with '?' in them. For
105 perf stat -C 0 -e 'hv_gpci/dtbp_ptitc,phys_processor_idx=0x2/' ...
142 linkperf:perf-stat[1], linkperf:perf-top[1],
143 linkperf:perf-record[1],