Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
Dbtf.h55 #define BTF_INFO_KIND(info) (((info) >> 24) & 0x1f) macro
/third_party/libbpf/src/
Dbtf.h322 return BTF_INFO_KIND(t->info); in btf_kind()
Dbtf_dump.c2483 BTF_INFO_KIND(t->info), id); in btf_dump_dump_type_data()
Dlibbpf.c1132 if (BTF_INFO_KIND(mtype->info) != in bpf_map__init_kern_struct_ops()
1133 BTF_INFO_KIND(kern_mtype->info)) { in bpf_map__init_kern_struct_ops()
1135 map->name, mname, BTF_INFO_KIND(mtype->info), in bpf_map__init_kern_struct_ops()
1136 BTF_INFO_KIND(kern_mtype->info)); in bpf_map__init_kern_struct_ops()