Lines Matching refs:cycles
45 For example, count the 'cycles' event on core cpus.
47 perf stat -e cpu_core/cycles/
56 For hardware events, they have pre-defined configs (e.g. 0 for cycles).
84 perf stat -e cycles -a (use system-wide in this example), two events
115 The kernel creates 'cycles' (0x400000000) on cpu0-cpu15 (core cpus),
116 and create 'cycles' (0x800000000) on cpu16-cpu23 (atom cpus).
122 6,744,979 cpu_core/cycles/
123 1,965,552 cpu_atom/cycles/
125 The first 'cycles' is core event, the second 'cycles' is atom event.
133 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
135 perf stat -e cycles \-- taskset -c 16 ./triad_loop
167 233,066,666 cpu_core/cycles/ (0.43%)
168 604,097,080 cpu_atom/cycles/ (99.57%)
173 it creates two default 'cycles' and adds them to event list. One
182 cpu_core/cycles/,
183 cpu_atom/cycles/,
195 perf stat -e cpu_core/cycles/
196 perf stat -e cpu_atom/cycles/
199 perf stat -e cpu_core/cycles/,cpu_atom/instructions/
200 perf stat -e '{cpu_core/cycles/,cpu_core/instructions/}'
202 But '{cpu_core/cycles/,cpu_atom/instructions/}' will return