Lines Matching refs:btf
9 struct btf;
16 void btf_put(struct btf *btf);
18 struct btf *btf_get_by_fd(int fd);
19 int btf_get_info_by_fd(const struct btf *btf,
43 const struct btf_type *btf_type_id_size(const struct btf *btf,
46 void btf_type_seq_show(const struct btf *btf, u32 type_id, void *obj,
49 u32 btf_id(const struct btf *btf);
50 bool btf_member_is_reg_int(const struct btf *btf, const struct btf_type *s,
53 int btf_find_spin_lock(const struct btf *btf, const struct btf_type *t);
57 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id);
58 const char *btf_name_by_offset(const struct btf *btf, u32 offset);
60 static inline const struct btf_type *btf_type_by_id(const struct btf *btf, in btf_type_by_id() argument
65 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset() argument