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