Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dbtf.h98 struct btf_enum { struct
99 __u32 name_off;
100 __s32 val;
/tools/lib/bpf/
Dbtf.h257 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function