Home
last modified time | relevance | path

Searched refs:ARCH_PERFMON_EVENTSEL_USR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dpmu.c423 eventsel |= ARCH_PERFMON_EVENTSEL_USR; in reprogram_counter()
444 !(eventsel & ARCH_PERFMON_EVENTSEL_USR), in reprogram_counter()
798 select_user = config & ARCH_PERFMON_EVENTSEL_USR; in cpl_is_matched()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h25 #define ARCH_PERFMON_EVENTSEL_USR (1ULL << 16) macro
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c324 if (hwc->config & ARCH_PERFMON_EVENTSEL_USR) in zhaoxin_pmu_enable_fixed()
/openbmc/linux/arch/x86/events/intel/
H A Dbts.c243 config |= ARCH_PERFMON_EVENTSEL_USR; in __bts_event_start()
H A Dds.c732 if (!(config & ARCH_PERFMON_EVENTSEL_USR)) in intel_pmu_enable_bts()
H A Dcore.c2775 if (hwc->config & ARCH_PERFMON_EVENTSEL_USR) in intel_pmu_enable_fixed()
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c357 event->hw.config &= ~(ARCH_PERFMON_EVENTSEL_USR | in amd_core_hw_config()
/openbmc/linux/arch/x86/events/
H A Dcore.c619 event->hw.config |= ARCH_PERFMON_EVENTSEL_USR; in x86_pmu_hw_config()