blob: f60e2639c67ac54a1fc9df80636e68670e660acd [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferrisba8d4f42014-09-03 19:56:49 -07007#ifndef _ASM_X86_KVM_PERF_H
8#define _ASM_X86_KVM_PERF_H
9#include <asm/svm.h>
10#include <asm/vmx.h>
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070011#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 Ferrisba8d4f42014-09-03 19:56:49 -070015#define KVM_EXIT_TRACE "kvm:kvm_exit"
16#define KVM_EXIT_REASON "exit_reason"
17#endif