Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_knc.c31 [ C(RESULT_ACCESS) ] = ARCH_PERFMON_EVENTSEL_INT,
74 [ C(RESULT_ACCESS) ] = ARCH_PERFMON_EVENTSEL_INT,
Dperf_event_intel_ds.c516 if (config & ARCH_PERFMON_EVENTSEL_INT) in intel_pmu_enable_bts()
815 hwc->config &= ~ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_enable()
881 hwc->config |= ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_disable()
Dperf_event_intel_bts.c251 config |= ARCH_PERFMON_EVENTSEL_INT; in __bts_event_start()
Dperf_event.c534 event->hw.config = ARCH_PERFMON_EVENTSEL_INT; in x86_pmu_hw_config()
/arch/x86/include/asm/
Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_INT (1ULL << 20) macro
/arch/x86/kvm/
Dpmu.c172 eventsel & ARCH_PERFMON_EVENTSEL_INT, in reprogram_gp_counter()
/arch/x86/oprofile/
Dnmi_int.c48 val |= ARCH_PERFMON_EVENTSEL_INT; in op_x86_get_ctrl()