Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dperf_event.h29 #define ARCH_PERFMON_EVENTSEL_INV (1ULL << 23) macro
52 ARCH_PERFMON_EVENTSEL_INV | \
56 ARCH_PERFMON_EVENTSEL_INV | \
/arch/x86/oprofile/
Dnmi_int.c52 counter_config->extra &= (ARCH_PERFMON_EVENTSEL_INV | in op_x86_get_ctrl()
/arch/x86/kvm/
Dpmu.c236 ARCH_PERFMON_EVENTSEL_INV | in reprogram_gp_counter()
/arch/x86/kernel/cpu/
Dperf_event.c1490 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show()