Symbol: BTF_KIND_TYPE_TAG
include/linux/btf.h
396
return BTF_INFO_KIND(t->info) == BTF_KIND_TYPE_TAG;
kernel/bpf/btf.c
2107
case BTF_KIND_TYPE_TAG:
kernel/bpf/btf.c
2742
} else if (BTF_INFO_KIND(t->info) == BTF_KIND_TYPE_TAG) {
kernel/bpf/btf.c
346
[BTF_KIND_TYPE_TAG] = "TYPE_TAG",
kernel/bpf/btf.c
493
case BTF_KIND_TYPE_TAG:
kernel/bpf/btf.c
5367
[BTF_KIND_TYPE_TAG] = &modifier_ops,
tools/bpf/bpftool/btf.c
160
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
52
[BTF_KIND_TYPE_TAG] = "TYPE_TAG",
tools/bpf/bpftool/btf.c
610
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
643
case BTF_KIND_TYPE_TAG:
tools/bpf/bpftool/btf.c
701
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
1003
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
2994
return btf_add_ref_kind(btf, BTF_KIND_TYPE_TAG, value, ref_type_id, 0);
tools/lib/bpf/btf.c
3011
return btf_add_ref_kind(btf, BTF_KIND_TYPE_TAG, value, ref_type_id, 1);
tools/lib/bpf/btf.c
4597
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4662
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
468
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
4817
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
5075
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
521
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
5397
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
58
[BTF_KIND_TYPE_TAG] = { 0, 0, 0 },
tools/lib/bpf/btf.c
5970
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
6065
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
663
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.c
960
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/btf.h
527
kind == BTF_KIND_TYPE_TAG;
tools/lib/bpf/btf.h
562
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
12544
case BTF_KIND_TYPE_TAG:
tools/lib/bpf/libbpf.c
2455
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
8136
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)