Home
last modified time | relevance | path

Searched refs:btf (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dbtf.h145 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 …]
A Dbpf_verifier.h85 struct btf *btf; member
111 struct btf *btf; member
550 struct btf *btf; member
910 struct btf *btf, u32 btf_id) in bpf_trampoline_compute_key() argument
915 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);
A Dbpf.h126 const struct btf *btf,
228 struct btf *btf; member
238 struct btf *btf; member
308 struct btf *btf; member
1003 struct btf *btf; member
1538 struct btf *btf; member
1545 struct btf *btf; member
1658 struct btf *btf; member
2006 struct btf *btf,
2812 struct btf *btf,
[all …]
A Dbpf_local_storage.h176 const struct btf *btf,
/include/uapi/linux/
A Dbpf.h1713 __aligned_u64 btf; member
6672 __aligned_u64 btf; member

Completed in 38 milliseconds