arch/powerpc/include/asm/bpf_perf_event.h

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

File Facts

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

#include <asm/ptrace.h>

typedef struct user_pt_regs bpf_user_pt_regs_t;

#endif /* _ASM_POWERPC_BPF_PERF_EVENT_H */

Annotation

Implementation Notes