| /linux/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.c | 29 [BTF_KIND_ENUM64] = "ENUM64", 34 if (kind > BTF_KIND_ENUM64) in btf_kind_str() 154 case BTF_KIND_ENUM64: { in fprintf_btf_type_raw()
|
| /linux/tools/lib/bpf/ |
| H A D | btf_iter.c | 31 case BTF_KIND_ENUM64: in btf_field_iter_init() 108 case BTF_KIND_ENUM64: in btf_field_iter_init()
|
| H A D | btf_dump.c | 328 case BTF_KIND_ENUM64: in btf_dump_mark_referenced() 549 case BTF_KIND_ENUM64: in btf_dump_order_type() 751 case BTF_KIND_ENUM64: in btf_dump_emit_type() 1334 case BTF_KIND_ENUM64: in btf_dump_emit_type_decl() 1469 case BTF_KIND_ENUM64: in btf_dump_emit_type_chain() 2372 case BTF_KIND_ENUM64: in btf_dump_type_data_check_overflow() 2477 case BTF_KIND_ENUM64: in btf_dump_type_data_check_zero() 2550 case BTF_KIND_ENUM64: in btf_dump_dump_type_data()
|
| H A D | btf_relocate.c | 254 case BTF_KIND_ENUM64: in btf_relocate_map_distilled_base() 327 if (base_kind != dist_kind && base_kind != BTF_KIND_ENUM64) in btf_relocate_map_distilled_base()
|
| H A D | btf.h | 433 #define BTF_KIND_ENUM64 19 /* Enum for up-to 64bit values */ macro 494 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
| H A D | btf.c | 59 [BTF_KIND_ENUM64] = { 0, sizeof(struct btf_enum64), 0 }, 474 case BTF_KIND_ENUM64: in btf_type_size() 532 case BTF_KIND_ENUM64: in btf_bswap_type_rest() 701 case BTF_KIND_ENUM64: { in btf_validate_type() 946 case BTF_KIND_ENUM64: in btf__resolve_size() 994 case BTF_KIND_ENUM64: in btf__align_of() 2835 BTF_KIND_ENUM64); in btf__add_enum64() 4608 case BTF_KIND_ENUM64: in btf_dedup_prep() 4678 case BTF_KIND_ENUM64: in btf_dedup_prim_type() 4806 case BTF_KIND_ENUM64: in btf_dedup_identical_types() [all …]
|
| H A D | relo_core.c | 176 case BTF_KIND_ENUM64: in __bpf_core_types_are_compat() 436 case BTF_KIND_ENUM64: in bpf_core_fields_are_compat() 1619 case BTF_KIND_ENUM64: in __bpf_core_types_match()
|
| H A D | features.c | 447 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 0), 8), in probe_kern_btf_enum64()
|
| H A D | linker.c | 1534 case BTF_KIND_ENUM64: in glob_sym_btf_matches() 1557 case BTF_KIND_ENUM64: in glob_sym_btf_matches()
|
| H A D | libbpf.c | 2480 case BTF_KIND_ENUM64: return "enum64"; in __btf_kind_str() 4237 case BTF_KIND_ENUM64: in find_kcfg_type()
|
| /linux/tools/include/uapi/linux/ |
| H A D | btf.h | 94 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ 205 /* BTF_KIND_ENUM64 is followed by multiple "struct btf_enum64". 79 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ global() enumerator
|
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 53 [BTF_KIND_ENUM64] = "ENUM64", 262 case BTF_KIND_ENUM64: { in dump_btf_type() 595 case BTF_KIND_ENUM64: in btf_type_rank() 630 case BTF_KIND_ENUM64: { in btf_type_sort_name() 634 name_off = btf_kind(t) == BTF_KIND_ENUM64 ? in btf_type_sort_name() 679 case BTF_KIND_ENUM64: in btf_type_disambig_hash()
|
| H A D | btf_dumper.c | 571 case BTF_KIND_ENUM64: in btf_dumper_do_type() 649 case BTF_KIND_ENUM64: in __btf_dumper_type_only()
|
| H A D | gen.c | 1076 case BTF_KIND_ENUM64: in walk_st_ops_shadow_vars() 2144 case BTF_KIND_ENUM64: in btfgen_mark_type() 2280 case BTF_KIND_ENUM64: in btfgen_mark_type_match()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4220 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [2] */ 4238 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 1, 2), 4), /* [2] */ 7263 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7296 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7829 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7831 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7839 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7851 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 0), 8), 7853 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7856 BTF_TYPE_ENC(NAME_NTH(3), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), [all …]
|
| H A D | btf_write.c | 321 ASSERT_EQ(btf_kind(t), BTF_KIND_ENUM64, "enum64_kind"); in gen_btf() 343 ASSERT_EQ(btf_kind(t), BTF_KIND_ENUM64, "enum64_kind"); in gen_btf()
|
| /linux/include/linux/ |
| H A D | btf.h | 297 BTF_INFO_KIND(t->info) == BTF_KIND_ENUM64; in btf_is_any_enum() 324 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 347 [BTF_KIND_ENUM64] = "ENUM64", 812 case BTF_KIND_ENUM64: in btf_type_has_size() 1196 case BTF_KIND_ENUM64: in btf_show_name() 2094 case BTF_KIND_ENUM64: in __btf_resolve_size() 5418 [BTF_KIND_ENUM64] = &enum64_ops,
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 494 case BTF_KIND_ENUM64: in fetch_type_from_btf_type()
|