Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_INT (1ULL << 20) macro
/linux-2.6.39/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c454 hwc->config &= ~ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_enable()
472 hwc->config |= ARCH_PERFMON_EVENTSEL_INT; in intel_pmu_pebs_disable()
Dperf_event.c654 event->hw.config = ARCH_PERFMON_EVENTSEL_INT; in x86_pmu_hw_config()
/linux-2.6.39/arch/x86/oprofile/
Dnmi_int.c48 val |= ARCH_PERFMON_EVENTSEL_INT; in op_x86_get_ctrl()