Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h24 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_amd.c152 ARCH_PERFMON_EVENTSEL_OS); in amd_pmu_hw_config()
Dperf_event_intel_ds.c263 if (!(config & ARCH_PERFMON_EVENTSEL_OS)) in intel_pmu_enable_bts()
Dperf_event.c445 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS; in x86_pmu_hw_config()
Dperf_event_intel.c935 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in intel_pmu_enable_fixed()
/linux-3.4.99/arch/x86/oprofile/
Dnmi_int.c50 val |= counter_config->kernel ? ARCH_PERFMON_EVENTSEL_OS : 0; in op_x86_get_ctrl()
/linux-3.4.99/arch/x86/kvm/
Dpmu.c241 !(eventsel & ARCH_PERFMON_EVENTSEL_OS), in reprogram_gp_counter()