Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dpmu.h
/linux/arch/x86/events/intel/
H A Dcore.c2845 if (x86_pmu.version > 2 && hwc->config & ARCH_PERFMON_EVENTSEL_ANY) in intel_pmu_enable_fixed()
4244 if (!(event->attr.config & ARCH_PERFMON_EVENTSEL_ANY)) in intel_pmu_hw_config()
4254 event->hw.config |= ARCH_PERFMON_EVENTSEL_ANY; in intel_pmu_hw_config()
4422 ((event->hw.config & ARCH_PERFMON_EVENTSEL_ANY) || in hsw_hw_config()
/linux/arch/x86/events/
H A Dcore.c1968 bool any = (config & ARCH_PERFMON_EVENTSEL_ANY); in x86_event_sysfs_show()