Lines Matching refs:bpf_prog
17 struct bpf_prog;
624 int perf_event_attach_bpf_prog(struct perf_event *event, struct bpf_prog *prog);
627 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
628 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
641 perf_event_attach_bpf_prog(struct perf_event *event, struct bpf_prog *prog) in perf_event_attach_bpf_prog()
653 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
657 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
752 void bpf_trace_run1(struct bpf_prog *prog, u64 arg1);
753 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2);
754 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2,
756 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2,
758 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2,
760 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2,
762 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2,
764 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2,
767 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2,
770 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u64 arg2,
773 void bpf_trace_run11(struct bpf_prog *prog, u64 arg1, u64 arg2,
776 void bpf_trace_run12(struct bpf_prog *prog, u64 arg1, u64 arg2,