Searched refs:PERF_GUEST_USER (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dperf_callchain.c166 if (guest_state & PERF_GUEST_USER)
/linux-master/arch/x86/xen/
H A Dpmu.c446 state |= PERF_GUEST_USER;
448 state |= PERF_GUEST_USER;
/linux-master/include/linux/
H A Dperf_event.h30 #define PERF_GUEST_USER 0x02 macro
/linux-master/arch/x86/events/
H A Dcore.c2954 if (guest_state & PERF_GUEST_USER)
/linux-master/virt/kvm/
H A Dkvm_main.c6385 state |= PERF_GUEST_USER;

Completed in 341 milliseconds