Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dperf_event.h23 #define ARCH_PERFMON_EVENTSEL_USR (1ULL << 16) macro
/Linux-v5.4/arch/x86/kvm/
Dpmu.c197 !(eventsel & ARCH_PERFMON_EVENTSEL_USR), in reprogram_gp_counter()
/Linux-v5.4/arch/x86/oprofile/
Dnmi_int.c49 val |= counter_config->user ? ARCH_PERFMON_EVENTSEL_USR : 0; in op_x86_get_ctrl()
/Linux-v5.4/arch/x86/events/intel/
Dbts.c231 config |= ARCH_PERFMON_EVENTSEL_USR; in __bts_event_start()
Dds.c557 if (!(config & ARCH_PERFMON_EVENTSEL_USR)) in intel_pmu_enable_bts()
Dcore.c2206 if (hwc->config & ARCH_PERFMON_EVENTSEL_USR) in intel_pmu_enable_fixed()
/Linux-v5.4/arch/x86/events/amd/
Dcore.c312 event->hw.config &= ~(ARCH_PERFMON_EVENTSEL_USR | in amd_core_hw_config()
/Linux-v5.4/arch/x86/events/
Dcore.c550 event->hw.config |= ARCH_PERFMON_EVENTSEL_USR; in x86_pmu_hw_config()