Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dprofile.h14 #define KVM_PROFILING 4 macro
/linux-4.1.27/kernel/
Dprofile.c81 prof_on = KVM_PROFILING; in profile_setup()
/linux-4.1.27/arch/x86/kvm/
Dx86.c6423 if (unlikely(prof_on == KVM_PROFILING)) { in vcpu_enter_guest()
6425 profile_hit(KVM_PROFILING, (void *)rip); in vcpu_enter_guest()