Searched defs:type_id (Results 1 – 5 of 5) sorted by relevance
/tools/bpf/bpftool/ |
D | btf_dumper.c | 34 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 51 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 264 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 312 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 326 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 354 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 396 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type() 421 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only() 540 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
|
/tools/lib/bpf/ |
D | btf.c | 205 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id() 225 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size() 277 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type() 1317 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() 1987 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type() 2085 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped() 2095 static inline __u32 resolve_type_id(struct btf_dedup *d, __u32 type_id) in resolve_type_id() 2106 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id) in resolve_fwd_id() 2452 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_struct_type() 2544 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_ref_type() [all …]
|
D | libbpf_internal.h | 113 __u32 type_id; member 168 __u32 type_id; member
|
D | libbpf.c | 2314 __u32 type_id; /* struct/union type or array element type */ member 2370 __u32 type_id, in bpf_core_spec_parse() 2923 __u32 type_id; in bpf_core_dump_spec() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 3607 __u32 type_id; member
|