Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c274 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
356 if (str_is_empty(name)) in bpf_core_parse_spec()
522 if (str_is_empty(targ_name)) { in bpf_core_match_member()
1197 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_format_spec()
1328 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_calc_relo_insn()
1348 if (str_is_empty(local_name)) { in bpf_core_calc_relo_insn()
1448 if (str_is_empty(targ_n)) in bpf_core_names_match()
1449 return str_is_empty(local_n); in bpf_core_names_match()
H A Dbtf.c2388 if (str_is_empty(name)) in btf__add_int()
2438 if (str_is_empty(name)) in btf__add_float()
2496 if (!str_is_empty(name)) { in btf_add_ref_kind()
2577 if (!str_is_empty(name)) { in btf_add_composite()
2682 if (!str_is_empty(name)) { in btf__add_field()
2722 if (!str_is_empty(name)) { in btf_add_enum_common()
2781 if (str_is_empty(name)) in btf__add_enum_value()
2861 if (str_is_empty(name)) in btf__add_enum64_value()
2903 if (str_is_empty(name)) in btf__add_fwd()
2939 if (str_is_empty(name)) in btf__add_typedef()
[all …]
H A Dlibbpf_internal.h637 static inline bool str_is_empty(const char *s) in str_is_empty() function
H A Dlibbpf.c2937 if (str_is_empty(map_name)) { in bpf_object__init_user_btf_map()
3416 if (str_is_empty(sec_name)) in bpf_object__init_btf()
4362 if (str_is_empty(ext_name)) in bpf_object__collect_externs()
5825 if (str_is_empty(targ_name)) in bpf_core_add_cands()
5969 if (str_is_empty(local_name)) in bpf_core_find_cands()
6169 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()
7115 if (str_is_empty(name)) { in bpf_prog_assign_exc_cb()
/linux/include/linux/
H A Dbtf.h306 static inline bool str_is_empty(const char *s) in str_is_empty() function
/linux/kernel/bpf/
H A Dbtf.c3645 if (str_is_empty(node_field_name)) in btf_find_graph_root()
6252 if (str_is_empty(tname)) { in btf_validate_prog_ctx_type()
9643 if (str_is_empty(name)) in bpf_core_find_cands()
10016 if (str_is_empty(param_name)) in btf_param_match_suffix()
H A Dverifier.c11368 if (str_is_empty(param_name)) in is_kfunc_arg_scalar_with_name()