Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
Dbtf.c22 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
112 jsonw_string_field(w, "kind", btf_kind_str[safe_kind]); in dump_btf_type()
115 printf("[%u] %s '%s'", id, btf_kind_str[safe_kind], in dump_btf_type()
/Linux-v5.10/kernel/bpf/
Dbtf.c258 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
279 return btf_kind_str[BTF_INFO_KIND(t->info)]; in btf_type_str()
1270 btf_kind_str[kind], in __btf_verifier_log_type()
4494 btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4521 btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4586 tname, arg, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4590 tname, arg, info->btf_id, btf_kind_str[BTF_INFO_KIND(t->info)], in btf_ctx_access()
4957 tname, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_distill_func_proto()
4967 tname, i, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_distill_func_proto()
5193 i, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_check_func_arg_match()
[all …]
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c1900 static const char *btf_kind_str(const struct btf_type *t) in btf_kind_str() function
1940 map_name, name, btf_kind_str(t)); in get_map_field_int()
1952 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()
2043 map->name, btf_kind_str(t)); in parse_btf_map_def()
2085 map->name, btf_kind_str(t)); in parse_btf_map_def()
2143 map->name, btf_kind_str(t)); in parse_btf_map_def()
2149 map->name, btf_kind_str(t)); in parse_btf_map_def()
2241 map_name, btf_kind_str(var)); in bpf_object__init_user_btf_map()
2254 map_name, btf_kind_str(var)); in bpf_object__init_user_btf_map()
4574 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
[all …]