arch/s390/include/uapi/asm/kvm_perf.h

Source file repositories/reference/linux-study-clean/arch/s390/include/uapi/asm/kvm_perf.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/kvm_perf.h
Extension
.h
Size
474 bytes
Lines
23
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __LINUX_KVM_PERF_S390_H
#define __LINUX_KVM_PERF_S390_H

#include <asm/sie.h>

#define DECODE_STR_LEN 40

#define VCPU_ID "id"

#define KVM_ENTRY_TRACE "kvm:kvm_s390_sie_enter"
#define KVM_EXIT_TRACE "kvm:kvm_s390_sie_exit"
#define KVM_EXIT_REASON "icptcode"

#endif

Annotation

Implementation Notes