Searched refs:NR_INTEL_ARCH_EVENTS (Results 1 – 3 of 3) sorted by relevance
80 kvm_static_assert(ARRAY_SIZE(__intel_event_to_feature) == NR_INTEL_ARCH_EVENTS); in intel_event_to_feature()307 for (i = 0; i < NR_INTEL_ARCH_EVENTS; i++) in guest_test_arch_events()589 TEST_ASSERT(this_cpu_property(X86_PROPERTY_PMU_EBX_BIT_VECTOR_LENGTH) <= NR_INTEL_ARCH_EVENTS, in test_intel_counters()602 for (i = 0; i < NR_INTEL_ARCH_EVENTS; i++) { in test_intel_counters()621 for (k = 1; k < (BIT(NR_INTEL_ARCH_EVENTS) - 1); k++) in test_intel_counters()622 test_arch_events(v, perf_caps[i], NR_INTEL_ARCH_EVENTS, k); in test_intel_counters()631 for (j = 0; j <= NR_INTEL_ARCH_EVENTS + 1; j++) { in test_intel_counters()635 for (k = 0; k < NR_INTEL_ARCH_EVENTS; k++) in test_intel_counters()
23 kvm_static_assert(ARRAY_SIZE(intel_pmu_arch_events) == NR_INTEL_ARCH_EVENTS);
83 NR_INTEL_ARCH_EVENTS, enumerator
Completed in 7 milliseconds