Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dperf_event.h23 #define ARCH_PERFMON_EVENTSEL_USR (1ULL << 16) macro
/linux-2.6.39/arch/x86/oprofile/
Dnmi_int.c49 val |= counter_config->user ? ARCH_PERFMON_EVENTSEL_USR : 0; in op_x86_get_ctrl()
/linux-2.6.39/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c279 if (!(config & ARCH_PERFMON_EVENTSEL_USR)) in intel_pmu_enable_bts()
Dperf_event_intel.c858 if (hwc->config & ARCH_PERFMON_EVENTSEL_USR) in intel_pmu_enable_fixed()
Dperf_event.c660 event->hw.config |= ARCH_PERFMON_EVENTSEL_USR; in x86_pmu_hw_config()