Home
last modified time | relevance | path

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

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