Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dbtf.h55 #define BTF_INFO_KIND(info) (((info) >> 24) & 0x1f) macro
/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c82 if (BTF_INFO_KIND(type->info) != test_symbols[i].type) in BTF_ID_LIST_GLOBAL()
Dbtf.c6806 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size()
/tools/bpf/bpftool/
Dbtf_dumper.c526 switch (BTF_INFO_KIND(t->info)) { in btf_dumper_do_type()
598 switch (BTF_INFO_KIND(t->info)) { in __btf_dumper_type_only()
/tools/lib/bpf/
Dbtf.h217 return BTF_INFO_KIND(t->info); in btf_kind()
Dbtf_dump.c2371 BTF_INFO_KIND(t->info), id); in btf_dump_dump_type_data()
Dlibbpf.c926 if (BTF_INFO_KIND(mtype->info) != in bpf_map__init_kern_struct_ops()
927 BTF_INFO_KIND(kern_mtype->info)) { in bpf_map__init_kern_struct_ops()
929 map->name, mname, BTF_INFO_KIND(mtype->info), in bpf_map__init_kern_struct_ops()
930 BTF_INFO_KIND(kern_mtype->info)); in bpf_map__init_kern_struct_ops()