Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc179 TRY2(unload_func(probe_func)); in attach_kprobe()
212 TRY2(unload_func(probe_func)); in attach_uprobe()
286 TRY2(unload_func(probe_func)); in attach_tracepoint()
324 TRY2(unload_func(probe_func)); in attach_perf_event()
365 TRY2(unload_func(probe_func)); in attach_perf_event_raw()
564 StatusTuple BPF::unload_func(const std::string& func_name) { in unload_func() function in ebpf::BPF
666 TRY2(unload_func(attr.func)); in detach_kprobe_event()
675 TRY2(unload_func(attr.func)); in detach_uprobe_event()
684 TRY2(unload_func(attr.func)); in detach_tracepoint_event()
703 TRY2(unload_func(attr.func)); in detach_perf_event_all_cpu()
DBPF.h177 StatusTuple unload_func(const std::string& func_name);