arch/loongarch/include/uapi/asm/bpf_perf_event.h

Source file repositories/reference/linux-study-clean/arch/loongarch/include/uapi/asm/bpf_perf_event.h

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/uapi/asm/bpf_perf_event.h
Extension
.h
Size
259 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/loongarch
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 _UAPI__ASM_BPF_PERF_EVENT_H__
#define _UAPI__ASM_BPF_PERF_EVENT_H__

#include <linux/ptrace.h>

typedef struct user_pt_regs bpf_user_pt_regs_t;

#endif /* _UAPI__ASM_BPF_PERF_EVENT_H__ */

Annotation

Implementation Notes