Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dbtf.h56 #define BTF_INFO_KIND(info) (((info) >> 24) & 0x1f) macro
/tools/testing/selftests/bpf/prog_tests/
A Dresolve_btfids.c82 if (BTF_INFO_KIND(type->info) != test_symbols[i].type) in BTF_ID()
A Dbtf.c8031 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size()
/tools/bpf/bpftool/
A Dbtf_dumper.c560 switch (BTF_INFO_KIND(t->info)) { in btf_dumper_do_type()
634 switch (BTF_INFO_KIND(t->info)) { in __btf_dumper_type_only()
/tools/lib/bpf/
A Dbtf.h365 return BTF_INFO_KIND(t->info); in btf_kind()
A Dbtf_dump.c2565 BTF_INFO_KIND(t->info), id); in btf_dump_dump_type_data()
A Dlibbpf.c1237 if (BTF_INFO_KIND(mtype->info) != in bpf_map__init_kern_struct_ops()
1238 BTF_INFO_KIND(kern_mtype->info)) { in bpf_map__init_kern_struct_ops()
1240 map->name, mname, BTF_INFO_KIND(mtype->info), in bpf_map__init_kern_struct_ops()
1241 BTF_INFO_KIND(kern_mtype->info)); in bpf_map__init_kern_struct_ops()

Completed in 58 milliseconds