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

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

File Facts

System
Linux kernel
Corpus path
arch/arc/include/uapi/asm/bpf_perf_event.h
Extension
.h
Size
261 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/arc
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 <asm/ptrace.h>

typedef struct user_regs_struct bpf_user_pt_regs_t;

#endif /* _UAPI__ASM_BPF_PERF_EVENT_H__ */

Annotation

Implementation Notes