1*4882a593Smuzhiyun #ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 2*4882a593Smuzhiyun #define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ 3*4882a593Smuzhiyun 4*4882a593Smuzhiyun #include <linux/ptrace.h> 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun /* Export kernel pt_regs structure */ 7*4882a593Smuzhiyun typedef struct pt_regs bpf_user_pt_regs_t; 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun #endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */ 10