Lines Matching defs:prog
687 tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tracing_func_proto()
744 kprobe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in kprobe_prog_func_proto()
766 const struct bpf_prog *prog, in kprobe_prog_is_valid_access()
860 tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tp_prog_func_proto()
875 const struct bpf_prog *prog, in tp_prog_is_valid_access()
924 pe_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in pe_prog_func_proto()
1051 raw_tp_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in raw_tp_prog_func_proto()
1067 const struct bpf_prog *prog, in raw_tp_prog_is_valid_access()
1090 const struct bpf_prog *prog, in raw_tp_writable_prog_is_valid_access()
1110 const struct bpf_prog *prog, in pe_prog_is_valid_access()
1150 struct bpf_prog *prog, u32 *target_size) in pe_prog_convert_ctx_access()
1197 struct bpf_prog *prog) in perf_event_attach_bpf_prog()
1332 void __bpf_trace_run(struct bpf_prog *prog, u64 *args) in __bpf_trace_run()
1386 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
1403 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
1408 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
1418 struct bpf_prog *prog; in bpf_get_perf_event_info() local