xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/asm/kvm_perf.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
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