Home
last modified time | relevance | path

Searched refs:helper_str (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/
Dlibbpf.c346 char *helper_str = strstr(log, "invalid func "); in bpf_print_hints() local
347 if (helper_str != NULL) { in bpf_print_hints()
348 helper_str += strlen("invalid func "); in bpf_print_hints()
349 char *str = strchr(helper_str, '#'); in bpf_print_hints()
351 helper_str = str + 1; in bpf_print_hints()
353 unsigned int helper_id = atoi(helper_str); in bpf_print_hints()