Searched refs:bpf_detach_uprobe (Results 1 – 7 of 7) sorted by relevance
97 lib.bpf_detach_uprobe.restype = ct.c_int98 lib.bpf_detach_uprobe.argtypes = [ct.c_char_p]
1003 res = lib.bpf_detach_uprobe(ev_name)
80 int bpf_detach_uprobe(const char *ev_name);
1077 int bpf_detach_uprobe(const char *ev_name) in bpf_detach_uprobe() function
50 libbcc.bpf_detach_uprobe(key)
676 if (bpf_detach_uprobe(event.c_str()) < 0) in detach_uprobe_event()