Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc176 int res_fd = bpf_attach_kprobe(probe_fd, attach_type, probe_event.c_str(), in attach_kprobe() local
209 int res_fd = bpf_attach_uprobe(probe_fd, attach_type, probe_event.c_str(), in attach_uprobe() local
283 int res_fd = in attach_tracepoint() local
/external/llvm-project/clang/test/Sema/
Dzvector.c80 int res_fd[vec_step(fd) == 2 ? 1 : -1]; variable