kvm_perf.h 474 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * Definitions for perf-kvm on s390
  4. *
  5. * Copyright 2014 IBM Corp.
  6. * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com>
  7. */
  8. #ifndef __LINUX_KVM_PERF_S390_H
  9. #define __LINUX_KVM_PERF_S390_H
  10. #include <asm/sie.h>
  11. #define DECODE_STR_LEN 40
  12. #define VCPU_ID "id"
  13. #define KVM_ENTRY_TRACE "kvm:kvm_s390_sie_enter"
  14. #define KVM_EXIT_TRACE "kvm:kvm_s390_sie_exit"
  15. #define KVM_EXIT_REASON "icptcode"
  16. #endif