Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dprofile.h13 #define KVM_PROFILING 4 macro
/linux/kernel/
H A Dprofile.c61 prof_on = KVM_PROFILING; in profile_setup()
/linux/arch/x86/kvm/
H A Dx86.c11438 if (unlikely(prof_on == KVM_PROFILING && in vcpu_enter_guest()
11441 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()