logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

kvm_perf.h (388B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_X86_KVM_PERF_H
  3. #define _ASM_X86_KVM_PERF_H
  4. #include <asm/svm.h>
  5. #include <asm/vmx.h>
  6. #include <asm/kvm.h>
  7. #define DECODE_STR_LEN 20
  8. #define VCPU_ID "vcpu_id"
  9. #define KVM_ENTRY_TRACE "kvm:kvm_entry"
  10. #define KVM_EXIT_TRACE "kvm:kvm_exit"
  11. #define KVM_EXIT_REASON "exit_reason"
  12. #endif /* _ASM_X86_KVM_PERF_H */