Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtrace_events.h771 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
805 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister() function
/linux/kernel/trace/
H A Dbpf_trace.c2387 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister() function
/linux/kernel/bpf/
H A Dsyscall.c3479 bpf_probe_unregister(raw_tp->btp, raw_tp); in bpf_raw_tp_link_release()