Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | ba8d4f4 | 2014-09-03 19:56:49 -0700 | [diff] [blame] | 7 | #ifndef _ASM_X86_KVM_PERF_H |
| 8 | #define _ASM_X86_KVM_PERF_H |
| 9 | #include <asm/svm.h> |
| 10 | #include <asm/vmx.h> |
Christopher Ferris | ba8d4f4 | 2014-09-03 19:56:49 -0700 | [diff] [blame] | 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" |
Christopher Ferris | ba8d4f4 | 2014-09-03 19:56:49 -0700 | [diff] [blame] | 15 | #define KVM_EXIT_TRACE "kvm:kvm_exit" |
| 16 | #define KVM_EXIT_REASON "exit_reason" |
| 17 | #endif |