Searched refs:func_off (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c12006 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; local
12027 func_off = strrchr(func_name, '+');
12028 if (func_off) {
12029 n = sscanf(func_off, "+%li%n", &offset, &c);
12030 if (n == 1 && *(func_off + c) == '\0')
12031 func_off[0] = '\0';

Completed in 347 milliseconds