blob: c36c97ffdc6fa24f246c41bfe993790410e4e032 [file] [log] [blame]
Greg Kroah-Hartmane2be04c2017-11-01 15:09:13 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Alexander Yarygin3be8e2a2014-07-03 18:29:07 +04002/*
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 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License (version 2 only)
10 * as published by the Free Software Foundation.
11 */
12
13#ifndef __LINUX_KVM_PERF_S390_H
14#define __LINUX_KVM_PERF_S390_H
15
16#include <asm/sie.h>
17
18#define DECODE_STR_LEN 40
19
20#define VCPU_ID "id"
21
22#define KVM_ENTRY_TRACE "kvm:kvm_s390_sie_enter"
23#define KVM_EXIT_TRACE "kvm:kvm_s390_sie_exit"
24#define KVM_EXIT_REASON "icptcode"
25
26#endif