Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[cascardo/linux.git] / tools / 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 */