Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A 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()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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()
4493 btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4520 btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4585 tname, arg, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_ctx_access()
4589 tname, arg, info->btf_id, btf_kind_str[BTF_INFO_KIND(t->info)], in btf_ctx_access()
4956 tname, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_distill_func_proto()
4972 tname, i, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_distill_func_proto()
5204 i, btf_kind_str[BTF_INFO_KIND(t->info)]); in btf_check_func_arg_match()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c1901 static const char *btf_kind_str(const struct btf_type *t) in btf_kind_str() function
1941 map_name, name, btf_kind_str(t)); in get_map_field_int()
1953 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()
2044 map->name, btf_kind_str(t)); in parse_btf_map_def()
2086 map->name, btf_kind_str(t)); in parse_btf_map_def()
2144 map->name, btf_kind_str(t)); in parse_btf_map_def()
2150 map->name, btf_kind_str(t)); in parse_btf_map_def()
2242 map_name, btf_kind_str(var)); in bpf_object__init_user_btf_map()
2255 map_name, btf_kind_str(var)); in bpf_object__init_user_btf_map()
4633 type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec()
[all …]