Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc180 TRY2(unload_func(probe_func)); in attach_kprobe()
213 TRY2(unload_func(probe_func)); in attach_uprobe()
287 TRY2(unload_func(probe_func)); in attach_tracepoint()
325 TRY2(unload_func(probe_func)); in attach_perf_event()
366 TRY2(unload_func(probe_func)); in attach_perf_event_raw()
565 StatusTuple BPF::unload_func(const std::string& func_name) { in unload_func() function in ebpf::BPF
667 TRY2(unload_func(attr.func)); in detach_kprobe_event()
676 TRY2(unload_func(attr.func)); in detach_uprobe_event()
685 TRY2(unload_func(attr.func)); in detach_tracepoint_event()
704 TRY2(unload_func(attr.func)); in detach_perf_event_all_cpu()
DBPF.h177 StatusTuple unload_func(const std::string& func_name);