Symbol: BTF_KIND_TYPE_TAG
include/linux/btf.h
395
return BTF_INFO_KIND(t->info) == BTF_KIND_TYPE_TAG;
kernel/bpf/btf.c
2101
case BTF_KIND_TYPE_TAG:
kernel/bpf/btf.c
2736
} else if (BTF_INFO_KIND(t->info) == BTF_KIND_TYPE_TAG) {
kernel/bpf/btf.c
345
[BTF_KIND_TYPE_TAG] = "TYPE_TAG",
kernel/bpf/btf.c
492
case BTF_KIND_TYPE_TAG:
kernel/bpf/btf.c
5315
[BTF_KIND_TYPE_TAG] = &modifier_ops,
tools/bpf/bpftool/btf.c
159
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
51
[BTF_KIND_TYPE_TAG] = "TYPE_TAG",
tools/bpf/bpftool/btf.c
614
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
647
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
705
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
2722
return btf_add_ref_kind(btf, BTF_KIND_TYPE_TAG, value, ref_type_id, 0);
tools/lib/bpf/btf.c
2739
return btf_add_ref_kind(btf, BTF_KIND_TYPE_TAG, value, ref_type_id, 1);
tools/lib/bpf/btf.c
311
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
365
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4313
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4375
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4530
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4788
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
508
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
5110
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
5680
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
5775
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
801
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
844
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.h
507
kind == BTF_KIND_TYPE_TAG;
tools/lib/bpf/btf.h
542
return btf_kind(t) == BTF_KIND_TYPE_TAG;
tools/lib/bpf/btf_dump.c
1326
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_dump.c
1497
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_dump.c
341
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_dump.c
586
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_dump.c
762
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_iter.c
43
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_iter.c
95
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf_relocate.c
156
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/libbpf.c
2450
case BTF_KIND_TYPE_TAG: return "type_tag";
tools/lib/bpf/libbpf_internal.h
95
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_TYPE_TAG, 0, 0), type)
tools/testing/selftests/bpf/btf_helpers.c
114
case BTF_KIND_TYPE_TAG:
tools/testing/selftests/bpf/btf_helpers.c
28
[BTF_KIND_TYPE_TAG] = "TYPE_TAG",
tools/testing/selftests/bpf/prog_tests/btf.c
8107
case BTF_KIND_TYPE_TAG:
tools/testing/selftests/bpf/prog_tests/btf_tag.c
73
type_id = btf__find_by_name_kind(*vmlinux_btf, "user", BTF_KIND_TYPE_TAG);
tools/testing/selftests/bpf/prog_tests/btf_tag.c
90
type_id = btf__find_by_name_kind(*module_btf, "user", BTF_KIND_TYPE_TAG);
tools/testing/selftests/bpf/prog_tests/btf_write.c
307
ASSERT_EQ(btf_kind(t), BTF_KIND_TYPE_TAG, "tag_kind");
tools/testing/selftests/bpf/test_btf.h
82
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_TYPE_TAG, 1, 0), type)
tools/testing/selftests/bpf/test_btf.h
85
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_TYPE_TAG, 0, 0), type)