Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c4336 static bool str_is_empty(const char *s) in str_is_empty() function
4464 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4542 if (str_is_empty(name)) in bpf_core_parse_spec()
4634 if (str_is_empty(local_name)) in bpf_core_find_cands()
4649 if (str_is_empty(targ_name)) in bpf_core_find_cands()
4802 if (str_is_empty(targ_name)) { in bpf_core_match_member()
5563 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec()
5690 if (str_is_empty(spec_str)) in bpf_core_apply_relo()
5697 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_apply_relo()
5717 if (str_is_empty(spec_str)) { in bpf_core_apply_relo()
[all …]