Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc175 int res_fd = bpf_attach_kprobe(probe_fd, attach_type, probe_event.c_str(), in attach_kprobe() local
178 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() local
211 if (res_fd < 0) { in attach_uprobe()
221 p.perf_event_fd = res_fd; in attach_uprobe()
282 int res_fd = in attach_tracepoint() local
285 if (res_fd < 0) { in attach_tracepoint()
292 p.perf_event_fd = res_fd; in attach_tracepoint()