Home
last modified time | relevance | path

Searched refs:bpf_probe_unregister (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dtrace_events.h743 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
773 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister() function
/linux-5.19.10/kernel/trace/
Dbpf_trace.c2118 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister() function
/linux-5.19.10/kernel/bpf/
Dsyscall.c3110 bpf_probe_unregister(raw_tp->btp, raw_tp->link.prog); in bpf_raw_tp_link_release()