Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dperf_event.h24 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/arch/x86/kvm/
Dpmu.c228 !(eventsel & ARCH_PERFMON_EVENTSEL_OS), in reprogram_gp_counter()
/arch/x86/events/zhaoxin/
Dcore.c326 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in zhaoxin_pmu_enable_fixed()
/arch/x86/events/intel/
Dbts.c235 config |= ARCH_PERFMON_EVENTSEL_OS; in __bts_event_start()
Dds.c628 if (!(config & ARCH_PERFMON_EVENTSEL_OS)) in intel_pmu_enable_bts()
Dcore.c2659 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in intel_pmu_enable_fixed()
/arch/x86/events/amd/
Dcore.c337 ARCH_PERFMON_EVENTSEL_OS); in amd_core_hw_config()
/arch/x86/events/
Dcore.c616 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS; in x86_pmu_hw_config()