Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dprofile.h15 #define KVM_PROFILING 4 macro
/linux-5.19.10/kernel/
Dprofile.c86 prof_on = KVM_PROFILING; in profile_setup()
/linux-5.19.10/arch/x86/kvm/
Dx86.c10393 if (unlikely(prof_on == KVM_PROFILING)) { in vcpu_enter_guest()
10395 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()