Lines Matching refs:TRY2
68 TRY2(u.init()); in init()
174 TRY2(load_func(probe_func, BPF_PROG_TYPE_KPROBE, probe_fd)); in attach_kprobe()
180 TRY2(unload_func(probe_func)); in attach_kprobe()
200 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset)); in attach_uprobe()
207 TRY2(load_func(probe_func, BPF_PROG_TYPE_KPROBE, probe_fd)); in attach_uprobe()
213 TRY2(unload_func(probe_func)); in attach_uprobe()
281 TRY2(load_func(probe_func, BPF_PROG_TYPE_TRACEPOINT, probe_fd)); in attach_tracepoint()
287 TRY2(unload_func(probe_func)); in attach_tracepoint()
309 TRY2(load_func(probe_func, BPF_PROG_TYPE_PERF_EVENT, probe_fd)); in attach_perf_event()
325 TRY2(unload_func(probe_func)); in attach_perf_event()
350 TRY2(load_func(probe_func, BPF_PROG_TYPE_PERF_EVENT, probe_fd)); in attach_perf_event_raw()
366 TRY2(unload_func(probe_func)); in attach_perf_event_raw()
390 TRY2(detach_kprobe_event(it->first, it->second)); in detach_kprobe()
400 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset)); in detach_uprobe()
409 TRY2(detach_uprobe_event(it->first, it->second)); in detach_uprobe()
451 TRY2(detach_tracepoint_event(it->first, it->second)); in detach_tracepoint()
461 TRY2(detach_perf_event_all_cpu(it->second)); in detach_perf_event()
481 TRY2(table->open_all_cpu(type, config)); in open_perf_event()
489 TRY2(it->second->close_all_cpu()); in close_perf_event()
508 TRY2(table->open_all_cpu(cb, lost_cb, cb_cookie, page_cnt)); in open_perf_buffer()
516 TRY2(it->second->close_all_cpu()); in close_perf_buffer()
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()