Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dperf_event.h487 #define PERF_EFLAGS_VM (1UL << 5) macro
/linux-6.1.9/arch/x86/events/
Dperf_event.h1214 regs->flags ^= (PERF_EFLAGS_VM | X86_VM_MASK); in set_linear_ip()
Dcore.c2897 if (regs->flags & (X86_VM_MASK | PERF_EFLAGS_VM)) in perf_callchain_user()