Searched refs:bpf_prog_fd (Results 1 – 1 of 1) sorted by relevance
246 int bpf_prog_fd = retrieveProgram(attachment.prog.c_str()); in registerEvent() local247 if (bpf_prog_fd < 0) { in registerEvent()260 if (bpf_attach_tracepoint(bpf_prog_fd, attachment.tpGroup.c_str(), attachment.tpEvent.c_str()) < in registerEvent()