Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dprofile.h15 #define KVM_PROFILING 4 macro
/Linux-v4.19/kernel/
Dprofile.c84 prof_on = KVM_PROFILING; in profile_setup()
/Linux-v4.19/arch/x86/kvm/
Dx86.c7655 if (unlikely(prof_on == KVM_PROFILING)) { in vcpu_enter_guest()
7657 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()