/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 | 325 case BTF_KIND_ENUM64: in btf_dump_mark_referenced() 546 case BTF_KIND_ENUM64: in btf_dump_order_type() 748 case BTF_KIND_ENUM64: in btf_dump_emit_type() 1331 case BTF_KIND_ENUM64: in btf_dump_emit_type_decl() 1466 case BTF_KIND_ENUM64: in btf_dump_emit_type_chain() 2306 case BTF_KIND_ENUM64: in btf_dump_type_data_check_overflow() 2411 case BTF_KIND_ENUM64: in btf_dump_type_data_check_zero() 2484 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 | 357 #define BTF_KIND_ENUM64 19 /* Enum for up-to 64bit values */ macro 418 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
H A D | btf.c | 312 case BTF_KIND_ENUM64: in btf_type_size() 371 case BTF_KIND_ENUM64: in btf_bswap_type_rest() 541 case BTF_KIND_ENUM64: { in btf_validate_type() 782 case BTF_KIND_ENUM64: in btf__resolve_size() 830 case BTF_KIND_ENUM64: in btf__align_of() 2434 BTF_KIND_ENUM64); in btf__add_enum64() 4128 case BTF_KIND_ENUM64: in btf_dedup_prep() 4198 case BTF_KIND_ENUM64: in btf_dedup_prim_type() 4514 case BTF_KIND_ENUM64: in btf_dedup_is_equiv() 5384 case BTF_KIND_ENUM64: in btf_add_distilled_type_ids() [all …]
|
H A D | linker.c | 1422 case BTF_KIND_ENUM64: in glob_sym_btf_matches() 1445 case BTF_KIND_ENUM64: in glob_sym_btf_matches()
|
H A D | libbpf.c | 2409 case BTF_KIND_ENUM64: return "enum64"; in __btf_kind_str() 4107 case BTF_KIND_ENUM64: in find_kcfg_type()
|
/linux/tools/bpf/bpftool/ |
H A D | btf.c | 50 [BTF_KIND_ENUM64] = "ENUM64", 261 case BTF_KIND_ENUM64: { in dump_btf_type() 598 case BTF_KIND_ENUM64: in btf_type_rank() 633 case BTF_KIND_ENUM64: { in btf_type_sort_name() 637 name_off = btf_kind(t) == BTF_KIND_ENUM64 ? in btf_type_sort_name() 682 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 | 993 case BTF_KIND_ENUM64: in walk_st_ops_shadow_vars() 2052 case BTF_KIND_ENUM64: in btfgen_mark_type() 2187 case BTF_KIND_ENUM64: in btfgen_mark_type_match()
|
/linux/include/uapi/linux/ |
H A D | btf.h | 79 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | btf.h | 79 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ enumerator
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4213 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [2] */ 4231 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 1, 2), 4), /* [2] */ 7171 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7204 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7672 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7674 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7682 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7694 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 0), 8), 7696 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7699 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 | 284 BTF_INFO_KIND(t->info) == BTF_KIND_ENUM64; in btf_is_any_enum() 311 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
/linux/Documentation/bpf/ |
H A D | btf.rst | 90 #define BTF_KIND_ENUM64 19 /* Enumeration up to 64-bit values */ 525 2.2.19 BTF_KIND_ENUM64 531 * ``info.kind``: BTF_KIND_ENUM64
|
/linux/kernel/bpf/ |
H A D | btf.c | 343 [BTF_KIND_ENUM64] = "ENUM64", 703 case BTF_KIND_ENUM64: in btf_type_has_size() 1070 case BTF_KIND_ENUM64: in btf_show_name() 1954 case BTF_KIND_ENUM64: in __btf_resolve_size() 5171 [BTF_KIND_ENUM64] = &enum64_ops,
|
/linux/kernel/trace/ |
H A D | trace_probe.c | 396 case BTF_KIND_ENUM64: in fetch_type_from_btf_type()
|