Home
last modified time | relevance | path

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

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