1 #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 1 #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 2 #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 2 #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 3 3 4 #include <linux/ptrace.h> 4 #include <linux/ptrace.h> 5 5 6 /* Export kernel pt_regs structure */ 6 /* Export kernel pt_regs structure */ 7 typedef struct pt_regs bpf_user_pt_regs_t; 7 typedef struct pt_regs bpf_user_pt_regs_t; 8 8 9 #endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H_ 9 #endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */ 10 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.