]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/s390/include/uapi/asm/kvm_perf.h
Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / include / uapi / asm / kvm_perf.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3be8e2a0
AY
2/*
3 * Definitions for perf-kvm on s390
4 *
5 * Copyright 2014 IBM Corp.
6 * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com>
3be8e2a0
AY
7 */
8
9#ifndef __LINUX_KVM_PERF_S390_H
10#define __LINUX_KVM_PERF_S390_H
11
12#include <asm/sie.h>
13
14#define DECODE_STR_LEN 40
15
16#define VCPU_ID "id"
17
18#define KVM_ENTRY_TRACE "kvm:kvm_s390_sie_enter"
19#define KVM_EXIT_TRACE "kvm:kvm_s390_sie_exit"
20#define KVM_EXIT_REASON "icptcode"
21
22#endif