Lines Matching defs:prog
1253 bpf_tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_tracing_func_proto()
1350 kprobe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in kprobe_prog_func_proto()
1370 const struct bpf_prog *prog, in kprobe_prog_is_valid_access()
1464 tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tp_prog_func_proto()
1479 const struct bpf_prog *prog, in tp_prog_is_valid_access()
1567 pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in pe_prog_func_proto()
1699 raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in raw_tp_prog_func_proto()
1714 tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_prog_func_proto()
1754 const struct bpf_prog *prog, in raw_tp_prog_is_valid_access()
1768 const struct bpf_prog *prog, in tracing_prog_is_valid_access()
1780 int __weak bpf_prog_test_run_tracing(struct bpf_prog *prog, in bpf_prog_test_run_tracing()
1809 const struct bpf_prog *prog, in raw_tp_writable_prog_is_valid_access()
1829 const struct bpf_prog *prog, in pe_prog_is_valid_access()
1869 struct bpf_prog *prog, u32 *target_size) in pe_prog_convert_ctx_access()
1916 struct bpf_prog *prog) in perf_event_attach_bpf_prog()
2051 void __bpf_trace_run(struct bpf_prog *prog, u64 *args) in __bpf_trace_run()
2104 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
2121 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
2126 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
2136 struct bpf_prog *prog; in bpf_get_perf_event_info() local