tools/bpf/bpftool/btf.c
390
vt = btf__type_by_id(btf, v->type);
tools/bpf/bpftool/btf.c
445
t = btf__type_by_id(btf, root_type_ids[i]);
tools/bpf/bpftool/btf.c
458
t = btf__type_by_id(btf, i);
tools/bpf/bpftool/btf.c
520
const struct btf_type *t = btf__type_by_id(btf, i);
tools/bpf/bpftool/btf.c
530
ft = btf__type_by_id(btf, t->type);
tools/bpf/bpftool/btf.c
587
const struct btf_type *t = btf__type_by_id(btf, index);
tools/bpf/bpftool/btf.c
627
const struct btf_type *t = btf__type_by_id(btf, index);
tools/bpf/bpftool/btf.c
672
const struct btf_type *t = btf__type_by_id(btf, id);
tools/bpf/bpftool/btf.c
753
const struct btf_type *t = btf__type_by_id(btf, i);
tools/bpf/bpftool/btf_dumper.c
121
ptr_type = btf__type_by_id(d->btf, ptr_type_id);
tools/bpf/bpftool/btf_dumper.c
220
elem_type = btf__type_by_id(btf, arr->type);
tools/bpf/bpftool/btf_dumper.c
225
elem_type = btf__type_by_id(btf, elem_type->type);
tools/bpf/bpftool/btf_dumper.c
250
const struct btf_type *t = btf__type_by_id(d->btf, type_id);
tools/bpf/bpftool/btf_dumper.c
475
t = btf__type_by_id(d->btf, type_id);
tools/bpf/bpftool/btf_dumper.c
516
const struct btf_type *t = btf__type_by_id(d->btf, type_id);
tools/bpf/bpftool/btf_dumper.c
534
t = btf__type_by_id(d->btf, type_id);
tools/bpf/bpftool/btf_dumper.c
558
const struct btf_type *t = btf__type_by_id(d->btf, type_id);
tools/bpf/bpftool/btf_dumper.c
632
t = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/btf_dumper.c
685
proto_type = btf__type_by_id(btf, t->type);
tools/bpf/bpftool/btf_dumper.c
80
func_type = btf__type_by_id(prog_btf, finfo.type_id);
tools/bpf/bpftool/cgroup.c
170
btf__type_by_id(btf_vmlinux, info.attach_btf_id);
tools/bpf/bpftool/common.c
443
func_type = btf__type_by_id(prog_btf, finfo.type_id);
tools/bpf/bpftool/gen.c
1141
map_type = btf__type_by_id(btf, map_type_id);
tools/bpf/bpftool/gen.c
167
const struct btf_type *var = btf__type_by_id(btf, sec_var->type);
tools/bpf/bpftool/gen.c
1749
map_type = btf__type_by_id(btf, map_type_id);
tools/bpf/bpftool/gen.c
1754
var_type = btf__type_by_id(btf, var->type);
tools/bpf/bpftool/gen.c
1872
map_type = btf__type_by_id(btf, map_type_id);
tools/bpf/bpftool/gen.c
1876
var_type = btf__type_by_id(btf, var->type);
tools/bpf/bpftool/gen.c
2084
const struct btf_type *t = btf__type_by_id(info->marked_btf, type_id);
tools/bpf/bpftool/gen.c
2093
const struct btf_type *btf_type = btf__type_by_id(info->src_btf, type_id);
tools/bpf/bpftool/gen.c
2104
cloned_type = (struct btf_type *) btf__type_by_id(info->marked_btf, type_id);
tools/bpf/bpftool/gen.c
2176
btf_type = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/gen.c
2186
btf_type = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/gen.c
2200
btf_type = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/gen.c
2208
btf_type = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/gen.c
2239
btf_type = btf__type_by_id(btf, type_id);
tools/bpf/bpftool/gen.c
2241
cloned_type = (struct btf_type *)btf__type_by_id(info->marked_btf, type_id);
tools/bpf/bpftool/gen.c
2376
local_type = btf__type_by_id(local_btf, local_id);
tools/bpf/bpftool/gen.c
241
const struct btf_type *t = btf__type_by_id(btf, i);
tools/bpf/bpftool/gen.c
2519
cloned_type = btf__type_by_id(info->marked_btf, i);
tools/bpf/bpftool/gen.c
2524
type = btf__type_by_id(info->src_btf, i);
tools/bpf/bpftool/gen.c
2570
struct btf_type *btf_type = (struct btf_type *) btf__type_by_id(btf_new, i);
tools/bpf/bpftool/gen.c
321
return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type));
tools/bpf/bpftool/gen.c
367
var = btf__type_by_id(btf, sec_var->type);
tools/bpf/bpftool/gen.c
533
const struct btf_type *var = btf__type_by_id(btf, sec_var->type);
tools/bpf/bpftool/prog.c
2335
t = btf__type_by_id(btf, func_info.type_id);
tools/bpf/bpftool/prog.c
329
t_datasec = btf__type_by_id(btf, map_info.btf_value_type_id);
tools/bpf/bpftool/prog.c
348
t_var = btf__type_by_id(btf, vsi->type);
tools/bpf/bpftool/prog.c
377
t_var = btf__type_by_id(btf, vsi->type);
tools/bpf/bpftool/struct_ops.c
373
struct_ops_type = btf__type_by_id(kern_btf,
tools/bpf/bpftool/struct_ops.c
51
t = btf__type_by_id(kern_btf, info->btf_vmlinux_value_type_id);
tools/bpf/bpftool/struct_ops.c
75
map_info_type = btf__type_by_id(kern_btf, map_info_type_id);
tools/bpf/resolve_btfids/main.c
1006
t = btf__type_by_id(btf, ctx->decl_tags[i]);
tools/bpf/resolve_btfids/main.c
1015
t = btf__type_by_id(btf, func_id);
tools/bpf/resolve_btfids/main.c
1123
t = (struct btf_type *)btf__type_by_id(btf, kfunc->btf_id);
tools/bpf/resolve_btfids/main.c
1132
t = (struct btf_type *)btf__type_by_id(btf, proto_id);
tools/bpf/resolve_btfids/main.c
1158
t = (struct btf_type *)btf__type_by_id(btf, ctx->decl_tags[i]);
tools/bpf/resolve_btfids/main.c
1181
t = (struct btf_type *)btf__type_by_id(btf, proto_id);
tools/bpf/resolve_btfids/main.c
1189
t = (struct btf_type *)btf__type_by_id(btf, proto_id);
tools/bpf/resolve_btfids/main.c
1202
t = (struct btf_type *)btf__type_by_id(btf, proto_id);
tools/bpf/resolve_btfids/main.c
1206
t = (struct btf_type *)btf__type_by_id(btf, kfunc->btf_id);
tools/bpf/resolve_btfids/main.c
1249
const struct btf_type *ta = btf__type_by_id(btf, *(__u32 *)a);
tools/bpf/resolve_btfids/main.c
1250
const struct btf_type *tb = btf__type_by_id(btf, *(__u32 *)b);
tools/bpf/resolve_btfids/main.c
640
type = btf__type_by_id(btf, type_id);
tools/bpf/resolve_btfids/main.c
883
const struct btf_type *t = btf__type_by_id(btf, type_id);
tools/bpf/resolve_btfids/main.c
886
t = btf__type_by_id(btf, t->type);
tools/bpf/resolve_btfids/main.c
937
t = btf__type_by_id(btf, id);
tools/lib/bpf/btf.c
1046
t = btf__type_by_id(btf, type_id);
tools/lib/bpf/btf.c
1051
t = btf__type_by_id(btf, type_id);
tools/lib/bpf/btf.c
1133
t = btf__type_by_id(btf, id);
tools/lib/bpf/btf.c
4763
if (!btf_is_fwd(btf__type_by_id(d->btf, type_id)))
tools/lib/bpf/btf.c
4769
if (!btf_is_fwd(btf__type_by_id(d->btf, type_id)))
tools/lib/bpf/btf.c
5188
t_kind = btf_kind(btf__type_by_id(d->btf, t_id));
tools/lib/bpf/btf.c
5189
c_kind = btf_kind(btf__type_by_id(d->btf, c_id));
tools/lib/bpf/btf.c
5675
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf.c
632
t = btf__type_by_id(btf, id);
tools/lib/bpf/btf.c
6337
t = btf__type_by_id(btf, id);
tools/lib/bpf/btf.c
718
ft = btf__type_by_id(btf, t->type);
tools/lib/bpf/btf.c
829
t = btf__type_by_id(btf, i);
tools/lib/bpf/btf.c
939
t = btf__type_by_id(btf, type_id);
tools/lib/bpf/btf.c
974
t = btf__type_by_id(btf, type_id);
tools/lib/bpf/btf.c
988
const struct btf_type *t = btf__type_by_id(btf, id);
tools/lib/bpf/btf.h
177
LIBBPF_API const struct btf_type *btf__type_by_id(const struct btf *btf,
tools/lib/bpf/btf_dump.c
1300
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
1379
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
1405
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
1449
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
1529
next_t = btf__type_by_id(d->btf, next_id);
tools/lib/bpf/btf_dump.c
1623
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
1668
const struct btf_type *t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
2037
t = btf__type_by_id(d->btf, type_id);
tools/lib/bpf/btf_dump.c
2181
mtype = btf__type_by_id(d->btf, m->type);
tools/lib/bpf/btf_dump.c
2313
var = btf__type_by_id(d->btf, vsi->type);
tools/lib/bpf/btf_dump.c
2461
mtype = btf__type_by_id(d->btf, m->type);
tools/lib/bpf/btf_dump.c
2592
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
322
t = btf__type_by_id(d->btf, i);
tools/lib/bpf/btf_dump.c
495
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
658
const struct btf_type *t = btf__type_by_id(d->btf, id);
tools/lib/bpf/btf_dump.c
699
t = btf__type_by_id(d->btf, id);
tools/lib/bpf/libbpf.c
10516
type = btf__type_by_id(btf, st_ops->type_id);
tools/lib/bpf/libbpf.c
1071
kern_vtype = btf__type_by_id(btf, kern_vtype_id);
tools/lib/bpf/libbpf.c
1078
kern_type = btf__type_by_id(btf, kern_type_id);
tools/lib/bpf/libbpf.c
1150
type = btf__type_by_id(obj->btf, map->st_ops->type_id);
tools/lib/bpf/libbpf.c
1185
type = btf__type_by_id(btf, st_ops->type_id);
tools/lib/bpf/libbpf.c
12559
*ret_type = btf__type_by_id(btf, 0);
tools/lib/bpf/libbpf.c
12562
t = btf__type_by_id(btf, type_id);
tools/lib/bpf/libbpf.c
12564
t = btf__type_by_id(btf, t->type);
tools/lib/bpf/libbpf.c
12584
proto = btf__type_by_id(btf, t->type);
tools/lib/bpf/libbpf.c
12624
const struct btf_type *t = btf__type_by_id(btf, type_id);
tools/lib/bpf/libbpf.c
1416
datasec = btf__type_by_id(btf, datasec_id);
tools/lib/bpf/libbpf.c
1419
type = btf__type_by_id(obj->btf, vsi->type);
tools/lib/bpf/libbpf.c
1429
type = btf__type_by_id(obj->btf, type_id);
tools/lib/bpf/libbpf.c
14995
map_type = btf__type_by_id(btf, map_type_id);
tools/lib/bpf/libbpf.c
15007
var_type = btf__type_by_id(btf, var->type);
tools/lib/bpf/libbpf.c
1944
t = btf__type_by_id(obj->btf, map->btf_value_type_id);
tools/lib/bpf/libbpf.c
1950
vt = btf__type_by_id(obj->btf, vsi->type);
tools/lib/bpf/libbpf.c
2406
const struct btf_type *t = btf__type_by_id(btf, id);
tools/lib/bpf/libbpf.c
2414
t = btf__type_by_id(btf, t->type);
tools/lib/bpf/libbpf.c
2487
arr_t = btf__type_by_id(btf, t->type);
tools/lib/bpf/libbpf.c
2627
t = btf__type_by_id(btf, m->type);
tools/lib/bpf/libbpf.c
2667
t = btf__type_by_id(btf, m->type);
tools/lib/bpf/libbpf.c
2721
t = btf__type_by_id(btf, m->type);
tools/lib/bpf/libbpf.c
2909
var = btf__type_by_id(obj->btf, vi->type);
tools/lib/bpf/libbpf.c
3046
t = btf__type_by_id(obj->btf, i);
tools/lib/bpf/libbpf.c
3223
t = (struct btf_type *)btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
3256
vt = (void *)btf__type_by_id(btf, v->type);
tools/lib/bpf/libbpf.c
3302
t = (struct btf_type *)btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
3467
t_var = btf__type_by_id(btf, vsi->type);
tools/lib/bpf/libbpf.c
4130
t = btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
4162
t = btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
4251
t = btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
4274
sec = btf__type_by_id(btf, sec_btf_id);
tools/lib/bpf/libbpf.c
4279
vt = btf__type_by_id(btf, vs->type);
tools/lib/bpf/libbpf.c
4351
t = btf__type_by_id(obj->btf, ext->btf_id);
tools/lib/bpf/libbpf.c
4372
sec = (void *)btf__type_by_id(obj->btf, ext->sec_btf_id);
tools/lib/bpf/libbpf.c
4435
dummy_var = btf__type_by_id(obj->btf, dummy_var_btf_id);
tools/lib/bpf/libbpf.c
4450
vt = (void *)btf__type_by_id(obj->btf, vs->type);
tools/lib/bpf/libbpf.c
4463
func_proto = btf__type_by_id(obj->btf,
tools/lib/bpf/libbpf.c
4505
t = btf__type_by_id(obj->btf, vs->type);
tools/lib/bpf/libbpf.c
5771
local_t = btf__type_by_id(local_cand->btf, local_cand->id);
tools/lib/bpf/libbpf.c
5776
t = btf__type_by_id(targ_btf, i);
tools/lib/bpf/libbpf.c
5920
local_t = btf__type_by_id(local_btf, local_type_id);
tools/lib/bpf/libbpf.c
6058
local_type = btf__type_by_id(local_btf, local_id);
tools/lib/bpf/libbpf.c
7170
t = btf__type_by_id(btf, t->type);
tools/lib/bpf/libbpf.c
7340
t = btf__type_by_id(btf, i);
tools/lib/bpf/libbpf.c
7570
sec = btf__type_by_id(obj->btf, obj->efile.btf_maps_sec_btf_id);
tools/lib/bpf/libbpf.c
7649
var = btf__type_by_id(obj->btf, vi->type);
tools/lib/bpf/libbpf.c
8317
kind = btf_is_var(btf__type_by_id(obj->btf, ext->btf_id)) ?
tools/lib/bpf/libbpf.c
8648
t = btf__type_by_id(obj->btf, ext->btf_id);
tools/lib/bpf/libbpf.c
8727
targ_var = btf__type_by_id(btf, id);
tools/lib/bpf/libbpf.c
8737
local_type = btf__type_by_id(obj->btf, local_type_id);
tools/lib/bpf/libbpf.c
8778
kern_func = btf__type_by_id(kern_btf, kfunc_id);
tools/lib/bpf/libbpf.c
8846
t = btf__type_by_id(obj->btf, ext->btf_id);
tools/lib/bpf/libbpf.c
8974
type = btf__type_by_id(map->obj->btf, st_ops->type_id);
tools/lib/bpf/linker.c
1773
t = btf__type_by_id(obj->btf, btf_id);
tools/lib/bpf/linker.c
1787
t = btf__type_by_id(linker->btf, glob_sym->btf_id);
tools/lib/bpf/linker.c
1818
src_t = btf__type_by_id(obj->btf, btf_id);
tools/lib/bpf/linker.c
1857
t = btf__type_by_id(obj->btf, i);
tools/lib/bpf/linker.c
1877
t = btf__type_by_id(obj->btf, vi->type);
tools/lib/bpf/linker.c
2045
t = btf__type_by_id(obj->btf, btf_sec_id);
tools/lib/bpf/linker.c
2383
const struct btf_type *vt = btf__type_by_id(obj->btf, vi->type);
tools/lib/bpf/linker.c
2431
t = btf__type_by_id(obj->btf, i);
tools/lib/bpf/linker.c
2545
t = btf__type_by_id(obj->btf, src_sec->sec_type_id);
tools/perf/builtin-trace.c
3797
arg_fmt->type = btf__type_by_id(btf, id);
tools/perf/builtin-trace.c
966
arg_fmt->type = btf__type_by_id(btf, id);
tools/perf/tests/sigtrap.c
113
type = btf__type_by_id(btf, member->type);
tools/perf/util/bpf-event.c
154
t = btf__type_by_id(btf, finfo->type_id);
tools/perf/util/bpf-event.c
224
datasec = btf__type_by_id(btf, map_info.btf_value_type_id);
tools/perf/util/bpf-event.c
236
const struct btf_type *t_var = btf__type_by_id(btf, vsi->type);
tools/perf/util/bpf-event.c
321
const struct btf_type *t_var = btf__type_by_id(map->btf,
tools/perf/util/bpf_counter.c
147
t = btf__type_by_id(btf, func_info[0].type_id);
tools/perf/util/bpf_off_cpu.c
130
t1 = btf__type_by_id(btf, type_id);
tools/perf/util/bpf_off_cpu.c
134
t2 = btf__type_by_id(btf, t1->type);
tools/perf/util/bpf_off_cpu.c
138
t3 = btf__type_by_id(btf, t2->type);
tools/perf/util/btf.c
15
const struct btf_type *t = btf__type_by_id(btf, type_id);
tools/sched_ext/include/scx/compat.h
39
t = btf__type_by_id(__COMPAT_vmlinux_btf, tid);
tools/sched_ext/include/scx/compat.h
95
t = btf__type_by_id(__COMPAT_vmlinux_btf, tid);
tools/testing/selftests/bpf/btf_helpers.c
94
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/btf.c
4991
t = btf__type_by_id(btf, finfo->type_id);
tools/testing/selftests/bpf/prog_tests/btf.c
8296
test_type = btf__type_by_id(test_btf, i);
tools/testing/selftests/bpf/prog_tests/btf.c
8297
expect_type = btf__type_by_id(expect_btf, i);
tools/testing/selftests/bpf/prog_tests/btf_dedup_split.c
50
t = btf__type_by_id(btf2, 1);
tools/testing/selftests/bpf/prog_tests/btf_dedup_split.c
512
t = btf__type_by_id(btf1, id);
tools/testing/selftests/bpf/prog_tests/btf_dedup_split.c
515
t = btf__type_by_id(btf1, t->type);
tools/testing/selftests/bpf/prog_tests/btf_dedup_split.c
540
t = btf__type_by_id(btf1, id);
tools/testing/selftests/bpf/prog_tests/btf_endian.c
91
t = btf__type_by_id(swap_btf, var_id);
tools/testing/selftests/bpf/prog_tests/btf_split.c
115
t = btf__type_by_id(btf2, 5);
tools/testing/selftests/bpf/prog_tests/btf_split.c
119
t = btf__type_by_id(btf3, 5);
tools/testing/selftests/bpf/prog_tests/btf_split.c
127
t = btf__type_by_id(btf3, 1);
tools/testing/selftests/bpf/prog_tests/btf_split.c
189
t = btf__type_by_id(btf6, i);
tools/testing/selftests/bpf/prog_tests/btf_split.c
192
ot = btf__type_by_id(btf3, i);
tools/testing/selftests/bpf/prog_tests/btf_split.c
79
t = btf__type_by_id(btf2, 1);
tools/testing/selftests/bpf/prog_tests/btf_split.c
91
t = btf__type_by_id(btf1, 4);
tools/testing/selftests/bpf/prog_tests/btf_split.c
94
t = btf__type_by_id(btf2, 4);
tools/testing/selftests/bpf/prog_tests/btf_write.c
108
t = btf__type_by_id(btf, 7);
tools/testing/selftests/bpf/prog_tests/btf_write.c
140
t = btf__type_by_id(btf, 8);
tools/testing/selftests/bpf/prog_tests/btf_write.c
163
t = btf__type_by_id(btf, 9);
tools/testing/selftests/bpf/prog_tests/btf_write.c
182
t = btf__type_by_id(btf, 10);
tools/testing/selftests/bpf/prog_tests/btf_write.c
191
t = btf__type_by_id(btf, 11);
tools/testing/selftests/bpf/prog_tests/btf_write.c
200
t = btf__type_by_id(btf, 12);
tools/testing/selftests/bpf/prog_tests/btf_write.c
211
t = btf__type_by_id(btf, 13);
tools/testing/selftests/bpf/prog_tests/btf_write.c
221
t = btf__type_by_id(btf, 14);
tools/testing/selftests/bpf/prog_tests/btf_write.c
236
t = btf__type_by_id(btf, 15);
tools/testing/selftests/bpf/prog_tests/btf_write.c
254
t = btf__type_by_id(btf, 16);
tools/testing/selftests/bpf/prog_tests/btf_write.c
268
t = btf__type_by_id(btf, 17);
tools/testing/selftests/bpf/prog_tests/btf_write.c
284
t = btf__type_by_id(btf, 18);
tools/testing/selftests/bpf/prog_tests/btf_write.c
294
t = btf__type_by_id(btf, 19);
tools/testing/selftests/bpf/prog_tests/btf_write.c
30
t = btf__type_by_id(btf, 1);
tools/testing/selftests/bpf/prog_tests/btf_write.c
305
t = btf__type_by_id(btf, 20);
tools/testing/selftests/bpf/prog_tests/btf_write.c
319
t = btf__type_by_id(btf, 21);
tools/testing/selftests/bpf/prog_tests/btf_write.c
341
t = btf__type_by_id(btf, 22);
tools/testing/selftests/bpf/prog_tests/btf_write.c
57
t = btf__type_by_id(btf, 2);
tools/testing/selftests/bpf/prog_tests/btf_write.c
65
t = btf__type_by_id(btf, 3);
tools/testing/selftests/bpf/prog_tests/btf_write.c
73
t = btf__type_by_id(btf, 4);
tools/testing/selftests/bpf/prog_tests/btf_write.c
81
t = btf__type_by_id(btf, 5);
tools/testing/selftests/bpf/prog_tests/btf_write.c
90
t = btf__type_by_id(btf, 6);
tools/testing/selftests/bpf/prog_tests/core_reloc.c
449
t = btf__type_by_id(local_btf, i);
tools/testing/selftests/bpf/prog_tests/core_reloc.c
466
} else if (btf_is_ptr(t) && (t = btf__type_by_id(local_btf, t->type))) {
tools/testing/selftests/bpf/prog_tests/core_reloc.c
467
if (btf_is_func_proto(t) && (t = btf__type_by_id(local_btf, t->type)) &&
tools/testing/selftests/bpf/prog_tests/core_reloc.c
476
} else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) &&
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
254
const struct btf_type *type = btf__type_by_id(btf, btf_id);
tools/testing/selftests/bpf/prog_tests/libbpf_probes.c
22
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/libbpf_probes.c
62
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/libbpf_str.c
126
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/libbpf_str.c
183
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/libbpf_str.c
36
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/libbpf_str.c
81
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/prog_tests/resolve_btfids.c
72
type = btf__type_by_id(btf, type_id);
tools/testing/selftests/bpf/prog_tests/test_global_funcs.c
100
fn_t = btf__type_by_id(btf, rec->type_id);
tools/testing/selftests/bpf/prog_tests/test_global_funcs.c
105
proto_t = btf__type_by_id(btf, fn_t->type);
tools/testing/selftests/bpf/prog_tests/test_global_funcs.c
32
t = btf__type_by_id(btf, p->type);
tools/testing/selftests/bpf/prog_tests/tracing_multi.c
122
type = btf__type_by_id(btf, type_id);
tools/testing/selftests/bpf/prog_tests/tracing_multi.c
663
type = btf__type_by_id(btf, type_id);
tools/testing/selftests/bpf/prog_tests/verifier_log.c
291
t = (void *)btf__type_by_id(btf, res);
tools/testing/selftests/bpf/test_loader.c
1216
const struct btf_type *t = btf__type_by_id(prog_btf, i);
tools/testing/selftests/bpf/test_loader.c
1227
fp = btf__type_by_id(prog_btf, t->type);
tools/testing/selftests/bpf/test_loader.c
1244
custom_t = btf__type_by_id(custom_btf, j);
tools/testing/selftests/bpf/test_loader.c
1254
custom_fp = btf__type_by_id(custom_btf, custom_t->type);
tools/testing/selftests/bpf/test_loader.c
1296
((struct btf_type *)btf__type_by_id(prog_btf, i))->type = new_proto_id;
tools/testing/selftests/bpf/test_loader.c
357
t = btf__type_by_id(btf, i);
tools/testing/selftests/bpf/test_progs.c
1267
t = btf__type_by_id(btf, i);
tools/testing/selftests/bpf/veristat.c
1222
t = btf__type_by_id(btf, bpf_map__btf_value_type_id(map));
tools/testing/selftests/bpf/veristat.c
1229
mt = btf__type_by_id(btf, m->type);
tools/testing/selftests/bpf/veristat.c
1292
t = btf__type_by_id(btf, id);
tools/testing/selftests/bpf/veristat.c
1293
t = btf__type_by_id(btf, t->type);
tools/testing/selftests/bpf/veristat.c
1298
t = btf__type_by_id(btf, btf_params(t)[0].type);
tools/testing/selftests/bpf/veristat.c
1300
t = btf__type_by_id(btf, t->type);
tools/testing/selftests/bpf/veristat.c
1303
t = btf__type_by_id(btf, t->type);
tools/testing/selftests/bpf/veristat.c
1305
t = btf__type_by_id(btf, t->type);
tools/testing/selftests/bpf/veristat.c
1899
t = btf__type_by_id(btf, i);
tools/testing/selftests/bpf/veristat.c
1943
t = btf__type_by_id(btf, tid);
tools/testing/selftests/bpf/veristat.c
1987
member_type = btf__type_by_id(btf, tid);
tools/testing/selftests/bpf/veristat.c
2028
base_type = btf__type_by_id(btf, tid);
tools/testing/selftests/bpf/veristat.c
2050
base_type = btf__type_by_id(btf, sinfo->type);
tools/testing/selftests/bpf/veristat.c
2066
base_type = btf__type_by_id(btf, btf__resolve_type(btf, sinfo->type));
tools/testing/selftests/bpf/veristat.c
2140
t = btf__type_by_id(btf, i);
tools/testing/selftests/bpf/veristat.c
2153
const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type);