Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2-rc2 16 lines 325 B view raw
1#ifndef _ASM_X86_KVM_PERF_H 2#define _ASM_X86_KVM_PERF_H 3 4#include <asm/svm.h> 5#include <asm/vmx.h> 6#include <asm/kvm.h> 7 8#define DECODE_STR_LEN 20 9 10#define VCPU_ID "vcpu_id" 11 12#define KVM_ENTRY_TRACE "kvm:kvm_entry" 13#define KVM_EXIT_TRACE "kvm:kvm_exit" 14#define KVM_EXIT_REASON "exit_reason" 15 16#endif /* _ASM_X86_KVM_PERF_H */