Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dperf_event.h32 #define ARCH_PERFMON_EVENTSEL_INV (1ULL << 23) macro
76 ARCH_PERFMON_EVENTSEL_INV | \
80 ARCH_PERFMON_EVENTSEL_INV | \
/Linux-v6.1/arch/x86/events/
Dcore.c1966 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show()