Home
last modified time | relevance | path

Searched defs:btf_array (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h104 struct btf_array { struct
105 __u32 type;
106 __u32 index_type;
107 __u32 nelems;
/tools/lib/bpf/
Dbtf.h252 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function