Lines Matching refs:cpu_core
11 /sys/devices/cpu_core
16 cat /sys/devices/cpu_core/cpus
31 [Number of instructions retired. Fixed Counter - architectural event. Unit: cpu_core]
41 cpu_core/<event name>/
47 perf stat -e cpu_core/cycles/
54 cpu_core and cpu_atom.
64 /sys/devices/cpu_core/type
112 0x4 in 0x400000000 indicates it's cpu_core pmu.
122 6,744,979 cpu_core/cycles/
167 233,066,666 cpu_core/cycles/ (0.43%)
182 cpu_core/cycles/,
184 cpu_core/instructions/,
186 cpu_core/branches/,
188 cpu_core/branch-misses/,
195 perf stat -e cpu_core/cycles/
197 perf stat -e cpu_core/r1a/
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
204 not matched (cpu_core vs. cpu_atom).