Home
last modified time | relevance | path

Searched refs:intel_pmu_arch_events (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dpmu.c14 const uint64_t intel_pmu_arch_events[] = { variable
29 kvm_static_assert(ARRAY_SIZE(intel_pmu_arch_events) == NR_INTEL_ARCH_EVENTS);
/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h107 extern const uint64_t intel_pmu_arch_events[];
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c294 intel_pmu_arch_events[idx]; in guest_test_arch_event()