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

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of include/asm-generic/bpf_perf_event.h