Searched refs:res_fd (Results 1 – 1 of 1) sorted by relevance
175 int res_fd = bpf_attach_kprobe(probe_fd, attach_type, probe_event.c_str(), in attach_kprobe() local178 if (res_fd < 0) { in attach_kprobe()186 p.perf_event_fd = res_fd; in attach_kprobe()208 int res_fd = bpf_attach_uprobe(probe_fd, attach_type, probe_event.c_str(), in attach_uprobe() local211 if (res_fd < 0) { in attach_uprobe()221 p.perf_event_fd = res_fd; in attach_uprobe()282 int res_fd = in attach_tracepoint() local285 if (res_fd < 0) { in attach_tracepoint()292 p.perf_event_fd = res_fd; in attach_tracepoint()