Searched refs:btf (Results 1 – 5 of 5) sorted by relevance
145 void btf_get(struct btf *btf);146 void btf_put(struct btf *btf);150 int btf_get_info_by_fd(const struct btf *btf,217 u32 btf_obj_id(const struct btf *btf);218 bool btf_is_kernel(const struct btf *btf);219 bool btf_is_module(const struct btf *btf);220 bool btf_is_vmlinux(const struct btf *btf);222 u32 btf_nr_types(const struct btf *btf);223 struct btf *btf_base_btf(const struct btf *btf);568 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf);[all …]
85 struct btf *btf; member111 struct btf *btf; member550 struct btf *btf; member910 struct btf *btf, u32 btf_id) in bpf_trampoline_compute_key() argument915 return ((u64)btf_obj_id(btf) << 32) | 0x80000000 | btf_id; in bpf_trampoline_compute_key()1057 const char *iter_type_str(const struct btf *btf, u32 btf_id);
126 const struct btf *btf,228 struct btf *btf; member238 struct btf *btf; member308 struct btf *btf; member1003 struct btf *btf; member1538 struct btf *btf; member1545 struct btf *btf; member1658 struct btf *btf; member2006 struct btf *btf,2812 struct btf *btf,[all …]
176 const struct btf *btf,
1713 __aligned_u64 btf; member6672 __aligned_u64 btf; member
Completed in 38 milliseconds