Searched refs:progId (Results 1 – 1 of 1) sorted by relevance
1082 int progId = bpfGetFdProgId(fd); in loadCodeSections() local1083 if (progId == -1) { in loadCodeSections()1084 ALOGE("bpfGetFdProgId failed, ret: %d [%d]", progId, errno); in loadCodeSections()1086 ALOGI("prog %s id %d", progPinLoc.c_str(), progId); in loadCodeSections()