logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

bpf_perf_event.h (238B)


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