Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Drelo_core.c275 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
355 if (str_is_empty(name)) in bpf_core_parse_spec()
521 if (str_is_empty(targ_name)) { in bpf_core_match_member()
1180 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_format_spec()
1311 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_calc_relo_insn()
1331 if (str_is_empty(local_name)) { in bpf_core_calc_relo_insn()
1431 if (str_is_empty(targ_n)) in bpf_core_names_match()
1432 return str_is_empty(local_n); in bpf_core_names_match()
Dlibbpf_internal.h525 static inline bool str_is_empty(const char *s) in str_is_empty() function
Dlibbpf.c2884 if (str_is_empty(sec_name)) in bpf_object__init_btf()
5474 if (str_is_empty(targ_name)) in bpf_core_add_cands()
5617 if (str_is_empty(local_name)) in bpf_core_find_cands()
5817 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()
/linux-6.6.21/include/linux/
Dbtf.h277 static inline bool str_is_empty(const char *s) in str_is_empty() function
/linux-6.6.21/kernel/bpf/
Dbtf.c3361 if (str_is_empty(node_field_name)) in btf_find_graph_root()
8352 if (str_is_empty(name)) in bpf_core_find_cands()
Dverifier.c10456 if (str_is_empty(param_name)) in __kfunc_param_match_suffix()
10529 if (str_is_empty(param_name)) in is_kfunc_arg_scalar_with_name()