Searched refs:helper_str (Results 1 – 1 of 1) sorted by relevance
356 char *helper_str = strstr(log, "invalid func "); in bpf_print_hints() local357 if (helper_str != NULL) { in bpf_print_hints()358 helper_str += strlen("invalid func "); in bpf_print_hints()359 char *str = strchr(helper_str, '#'); in bpf_print_hints()361 helper_str = str + 1; in bpf_print_hints()363 unsigned int helper_id = atoi(helper_str); in bpf_print_hints()