Home
last modified time | relevance | path

Searched refs:PERF_EFLAGS_VM (Results 1 – 3 of 3) sorted by relevance

/linux-5.15/arch/x86/include/asm/
H A Dperf_event.h442 #define PERF_EFLAGS_VM (1UL << 5) macro
/linux-5.15/arch/x86/events/
A Dperf_event.h1180 regs->flags ^= (PERF_EFLAGS_VM | X86_VM_MASK); in set_linear_ip()
A Dcore.c2879 if (regs->flags & (X86_VM_MASK | PERF_EFLAGS_VM)) in perf_callchain_user()