1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _ASM_X86_KVM_PERF_H
8 #define _ASM_X86_KVM_PERF_H
9 #include <asm/svm.h>
10 #include <asm/vmx.h>
11 #include <asm/kvm.h>
12 #define DECODE_STR_LEN 20
13 #define VCPU_ID "vcpu_id"
14 #define KVM_ENTRY_TRACE "kvm:kvm_entry"
15 #define KVM_EXIT_TRACE "kvm:kvm_exit"
16 #define KVM_EXIT_REASON "exit_reason"
17 #endif
18