1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 7 #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 8 #include <linux/ptrace.h> 9 typedef struct pt_regs bpf_user_pt_regs_t; 10 #endif 11