Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c11541 static int remove_uprobe_event_legacy(const char *probe_name, bool retprobe); in bpf_link_perf_detach()
11561 err = remove_uprobe_event_legacy(perf_link->legacy_probe_name,
12874 static inline int remove_uprobe_event_legacy(const char *probe_name, bool retprobe) in determine_uprobe_perf_type_legacy()
12929 remove_uprobe_event_legacy(probe_name, retprobe);
13333 remove_uprobe_event_legacy(legacy_probe, retprobe);
12867 static inline int remove_uprobe_event_legacy(const char *probe_name, bool retprobe) remove_uprobe_event_legacy() function