Lines Matching refs:bpf_prog
17 struct bpf_prog;
469 int perf_event_attach_bpf_prog(struct perf_event *event, struct bpf_prog *prog);
472 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
473 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
485 perf_event_attach_bpf_prog(struct perf_event *event, struct bpf_prog *prog) in perf_event_attach_bpf_prog()
497 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
501 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
590 void bpf_trace_run1(struct bpf_prog *prog, u64 arg1);
591 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2);
592 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2,
594 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2,
596 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2,
598 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2,
600 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2,
602 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2,
605 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2,
608 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u64 arg2,
611 void bpf_trace_run11(struct bpf_prog *prog, u64 arg1, u64 arg2,
614 void bpf_trace_run12(struct bpf_prog *prog, u64 arg1, u64 arg2,