btf__type_by_id 335 tools/bpf/bpftool/btf.c t = btf__type_by_id(btf, root_type_ids[i]); btf__type_by_id 342 tools/bpf/bpftool/btf.c t = btf__type_by_id(btf, i); btf__type_by_id 54 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf__type_by_id 274 tools/bpf/bpftool/btf_dumper.c t = btf__type_by_id(d->btf, type_id); btf__type_by_id 315 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf__type_by_id 333 tools/bpf/bpftool/btf_dumper.c t = btf__type_by_id(d->btf, type_id); btf__type_by_id 357 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf__type_by_id 434 tools/bpf/bpftool/btf_dumper.c t = btf__type_by_id(btf, type_id); btf__type_by_id 485 tools/bpf/bpftool/btf_dumper.c proto_type = btf__type_by_id(btf, t->type); btf__type_by_id 237 tools/lib/bpf/btf.c t = btf__type_by_id(btf, type_id); btf__type_by_id 269 tools/lib/bpf/btf.c t = btf__type_by_id(btf, type_id); btf__type_by_id 286 tools/lib/bpf/btf.c t = btf__type_by_id(btf, type_id); btf__type_by_id 291 tools/lib/bpf/btf.c t = btf__type_by_id(btf, type_id); btf__type_by_id 529 tools/lib/bpf/btf.c t_var = btf__type_by_id(btf, vsi->type); btf__type_by_id 721 tools/lib/bpf/btf.c container_type = btf__type_by_id(btf, container_id); btf__type_by_id 76 tools/lib/bpf/btf.h LIBBPF_API const struct btf_type *btf__type_by_id(const struct btf *btf, btf__type_by_id 256 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, i); btf__type_by_id 425 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, id); btf__type_by_id 581 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(d->btf, id); btf__type_by_id 622 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, id); btf__type_by_id 757 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(btf, id); btf__type_by_id 1068 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, id); btf__type_by_id 1125 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, id); btf__type_by_id 1181 tools/lib/bpf/btf_dump.c t = btf__type_by_id(d->btf, id); btf__type_by_id 1244 tools/lib/bpf/btf_dump.c next_t = btf__type_by_id(d->btf, next_id); btf__type_by_id 1258 tools/lib/bpf/btf_dump.c next_t = btf__type_by_id(d->btf, next_id); btf__type_by_id 1343 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(d->btf, id); btf__type_by_id 1021 tools/lib/bpf/libbpf.c const struct btf_type *t = btf__type_by_id(btf, id); btf__type_by_id 1029 tools/lib/bpf/libbpf.c t = btf__type_by_id(btf, t->type); btf__type_by_id 1056 tools/lib/bpf/libbpf.c arr_t = btf__type_by_id(btf, t->type); btf__type_by_id 1086 tools/lib/bpf/libbpf.c var = btf__type_by_id(obj->btf, vi->type); btf__type_by_id 1182 tools/lib/bpf/libbpf.c t = btf__type_by_id(obj->btf, m->type); btf__type_by_id 1225 tools/lib/bpf/libbpf.c t = btf__type_by_id(obj->btf, m->type); btf__type_by_id 1293 tools/lib/bpf/libbpf.c t = btf__type_by_id(obj->btf, i); btf__type_by_id 1374 tools/lib/bpf/libbpf.c t = (struct btf_type *)btf__type_by_id(btf, i); btf__type_by_id 1407 tools/lib/bpf/libbpf.c vt = (void *)btf__type_by_id(btf, v->type); btf__type_by_id 2517 tools/lib/bpf/libbpf.c t = btf__type_by_id(local_btf, local_type_id); btf__type_by_id 2532 tools/lib/bpf/libbpf.c t = btf__type_by_id(targ_btf, i); btf__type_by_id 2650 tools/lib/bpf/libbpf.c local_type = btf__type_by_id(local_btf, local_id); btf__type_by_id 2922 tools/lib/bpf/libbpf.c t = btf__type_by_id(spec->btf, type_id); btf__type_by_id 3024 tools/lib/bpf/libbpf.c local_type = btf__type_by_id(local_btf, local_id); btf__type_by_id 3065 tools/lib/bpf/libbpf.c cand_type = btf__type_by_id(targ_btf, cand_id); btf__type_by_id 133 tools/perf/util/bpf-event.c t = btf__type_by_id(btf, finfo->type_id); btf__type_by_id 4247 tools/testing/selftests/bpf/test_btf.c t = btf__type_by_id(btf, finfo->type_id); btf__type_by_id 6838 tools/testing/selftests/bpf/test_btf.c test_type = btf__type_by_id(test_btf, i); btf__type_by_id 6839 tools/testing/selftests/bpf/test_btf.c expect_type = btf__type_by_id(expect_btf, i);