![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _ASM_X86_KVM_PERF_H 0003 #define _ASM_X86_KVM_PERF_H 0004 0005 #include <asm/svm.h> 0006 #include <asm/vmx.h> 0007 #include <asm/kvm.h> 0008 0009 #define DECODE_STR_LEN 20 0010 0011 #define VCPU_ID "vcpu_id" 0012 0013 #define KVM_ENTRY_TRACE "kvm:kvm_entry" 0014 #define KVM_EXIT_TRACE "kvm:kvm_exit" 0015 #define KVM_EXIT_REASON "exit_reason" 0016 0017 #endif /* _ASM_X86_KVM_PERF_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |