/tools/bpf/bpftool/ |
D | btf_dumper.c | 127 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 213 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 431 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 479 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 493 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 521 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 562 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type() 583 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only() 710 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_module.c | 13 __s32 type_id; in test_btf_module() local
|
D | resolve_btfids.c | 101 int type_id; in resolve_symbols() local
|
D | btf_dump.c | 252 __s32 type_id; in btf_dump_data() local 537 __s32 type_id; in test_btf_dump_struct_data() local 779 __s32 type_id; in test_btf_datasec() local
|
/tools/testing/selftests/bpf/progs/ |
D | btf_ptr.h | 18 __u32 type_id; member
|
D | bpf_iter.h | 137 __u32 type_id; member
|
/tools/lib/bpf/ |
D | relo_core.c | 20 __u32 type_id; /* struct/union type or array element type */ member 154 __u32 type_id, in bpf_core_parse_spec() 561 __u32 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo() 1053 __u32 type_id; in bpf_core_dump_spec() local
|
D | btf.c | 440 struct btf_type *btf_type_by_id(struct btf *btf, __u32 type_id) in btf_type_by_id() 449 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id() 568 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size() 673 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type() 1968 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field() 2282 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param() 2335 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var() 3029 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() 3531 int type_id; in btf_dedup_prep() local 3591 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type() [all …]
|
D | relo_core.h | 73 __u32 type_id; member
|
D | btf_dump.c | 1757 __u32 type_id, in btf_dump_int_data() 1852 __u32 type_id, in btf_dump_float_data() 1890 __u32 type_id; in btf_dump_var_data() local
|
D | linker.c | 921 static int check_btf_type_id(__u32 *type_id, void *ctx) in check_btf_type_id() 2217 static int remap_type_id(__u32 *type_id, void *ctx) in remap_type_id()
|
D | libbpf_internal.h | 371 __u32 type_id; member
|
D | libbpf.c | 331 __u32 type_id; member 421 __u32 type_id; member 792 const struct btf_type **type, __u32 *type_id, in find_struct_ops_kern_types() 1012 __s32 type_id, datasec_id; in bpf_object__init_struct_ops_maps() local
|
/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 190 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
|
/tools/bpf/resolve_btfids/ |
D | main.c | 480 int err, type_id; in symbols_resolve() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 6173 __u32 type_id; member 6247 __u32 type_id; member
|