Searched refs:btf (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | btf.h | 14 struct btf; 22 void btf_get(struct btf *btf); 23 void btf_put(struct btf *btf); 25 struct btf *btf_get_by_fd(int fd); 26 int btf_get_info_by_fd(const struct btf *btf, 50 const struct btf_type *btf_type_id_size(const struct btf *btf, 71 void btf_type_seq_show(const struct btf *btf, u32 type_id, void *obj, 73 int btf_type_seq_show_flags(const struct btf *btf, u32 type_id, void *obj, 89 int btf_type_snprintf_show(const struct btf *btf, u32 type_id, void *obj, 93 u32 btf_obj_id(const struct btf *btf); [all …]
|
D | bpf_verifier.h | 70 struct btf *btf; member 383 struct btf *btf; member 558 struct btf *btf, u32 btf_id) in bpf_trampoline_compute_key() argument 563 return ((u64)btf_obj_id(btf) << 32) | 0x80000000 | btf_id; in bpf_trampoline_compute_key()
|
D | bpf.h | 36 struct btf; 101 const struct btf *btf, 180 struct btf *btf; member 293 const struct btf *btf, 529 struct btf *btf; member 574 const struct btf *btf, 903 struct btf *btf; member 924 struct btf *attach_btf; 961 struct btf *btf; member 1047 int (*init)(struct btf *btf); [all …]
|
D | bpf_local_storage.h | 133 const struct btf *btf,
|
/include/uapi/linux/ |
D | bpf.h | 1424 __aligned_u64 btf; member 5630 __aligned_u64 btf; member
|