Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c4515 const char *spec_str, in bpf_core_parse_spec() argument
4526 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4536 if (strcmp(spec_str, "0")) in bpf_core_parse_spec()
4542 while (*spec_str) { in bpf_core_parse_spec()
4543 if (*spec_str == ':') in bpf_core_parse_spec()
4544 ++spec_str; in bpf_core_parse_spec()
4545 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
4549 spec_str += parsed_len; in bpf_core_parse_spec()
4636 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
5739 const char *spec_str; in bpf_core_apply_relo() local
[all …]