Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
Dbtf.h111 struct btf_array { struct
112 __u32 type;
113 __u32 index_type;
114 __u32 nelems;
/third_party/libbpf/src/
Dbtf.h479 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function