Searched refs:GUEST_MEASURE_EVENT (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_counters_test.c | 158 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ macro 180 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt .", FEP); \ 182 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush .", FEP); \ 184 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "nop", FEP); \
|