Searched refs:GUEST_MEASURE_EVENT (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_counters_test.c | 224 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ macro 249 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflushopt %[m]", FEP); \ 251 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "clflush %[m]", FEP); \ 253 GUEST_MEASURE_EVENT(_ctrl_msr, _value, "nop", FEP); \
|