Home
last modified time | relevance | path

Searched refs:ARCH_PERFMON_EVENTSEL_INT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Dknc.c32 [ C(RESULT_ACCESS) ] = ARCH_PERFMON_EVENTSEL_INT,
75 [ C(RESULT_ACCESS) ] = ARCH_PERFMON_EVENTSEL_INT,
H A Dbts.c239 config |= ARCH_PERFMON_EVENTSEL_INT; in __bts_event_start()
H A Dds.c726 if (config & ARCH_PERFMON_EVENTSEL_INT) in intel_pmu_enable_bts()
1340 hwc->config &= ~ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_enable()
1424 hwc->config |= ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_disable()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h29 #define ARCH_PERFMON_EVENTSEL_INT (1ULL << 20) macro
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c425 eventsel |= ARCH_PERFMON_EVENTSEL_INT; in reprogram_counter()
446 eventsel & ARCH_PERFMON_EVENTSEL_INT)) in reprogram_counter()
/openbmc/linux/arch/x86/events/
H A Dcore.c611 event->hw.config = ARCH_PERFMON_EVENTSEL_INT; in x86_pmu_hw_config()