Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/x86/events/
Dcore.c1966 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show()