Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / x86 / include / uapi / asm / kvm_perf.h
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 */