arch/x86/include/uapi/asm/ist.h

Source file repositories/reference/linux-study-clean/arch/x86/include/uapi/asm/ist.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/uapi/asm/ist.h
Extension
.h
Size
869 bytes
Lines
31
Domain
Architecture Layer
Bucket
arch/x86
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

struct ist_info {
	__u32 signature;
	__u32 command;
	__u32 event;
	__u32 perf_level;
};

#endif /* _UAPI_ASM_X86_IST_H */

Annotation

Implementation Notes