Lines Matching refs:bpf_prog
525 tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_func_proto()
574 kprobe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in kprobe_prog_func_proto()
596 const struct bpf_prog *prog, in kprobe_prog_is_valid_access()
690 tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tp_prog_func_proto()
705 const struct bpf_prog *prog, in tp_prog_is_valid_access()
754 pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in pe_prog_func_proto()
837 raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in raw_tp_prog_func_proto()
853 const struct bpf_prog *prog, in raw_tp_prog_is_valid_access()
875 const struct bpf_prog *prog, in pe_prog_is_valid_access()
915 struct bpf_prog *prog, u32 *target_size) in pe_prog_convert_ctx_access()
962 struct bpf_prog *prog) in perf_event_attach_bpf_prog()
1089 void __bpf_trace_run(struct bpf_prog *prog, u64 *args) in __bpf_trace_run()
1122 void bpf_trace_run##x(struct bpf_prog *prog, \
1143 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
1157 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
1167 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
1182 struct bpf_prog *prog; in bpf_get_perf_event_info()