/openbmc/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | btf.h | 79 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ enumerator
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | btf.h | 79 BTF_KIND_ENUM64 = 19, /* Enumeration up to 64-bit values */ enumerator
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 324 case BTF_KIND_ENUM64: in btf_dump_mark_referenced() 545 case BTF_KIND_ENUM64: in btf_dump_order_type() 747 case BTF_KIND_ENUM64: in btf_dump_emit_type() 1330 case BTF_KIND_ENUM64: in btf_dump_emit_type_decl() 1465 case BTF_KIND_ENUM64: in btf_dump_emit_type_chain() 2300 case BTF_KIND_ENUM64: in btf_dump_type_data_check_overflow() 2405 case BTF_KIND_ENUM64: in btf_dump_type_data_check_zero() 2478 case BTF_KIND_ENUM64: in btf_dump_dump_type_data()
|
H A D | btf.h | 318 #define BTF_KIND_ENUM64 19 /* Enum for up-to 64bit values */ macro 379 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
H A D | btf.c | 308 case BTF_KIND_ENUM64: in btf_type_size() 367 case BTF_KIND_ENUM64: in btf_bswap_type_rest() 619 case BTF_KIND_ENUM64: in btf__resolve_size() 667 case BTF_KIND_ENUM64: in btf__align_of() 2192 BTF_KIND_ENUM64); in btf__add_enum64() 3712 case BTF_KIND_ENUM64: in btf_dedup_prep() 3782 case BTF_KIND_ENUM64: in btf_dedup_prim_type() 4098 case BTF_KIND_ENUM64: in btf_dedup_is_equiv() 4825 case BTF_KIND_ENUM64: in btf_type_visit_type_ids() 4920 case BTF_KIND_ENUM64: { in btf_type_visit_str_offs()
|
H A D | relo_core.c | 177 case BTF_KIND_ENUM64: in __bpf_core_types_are_compat() 435 case BTF_KIND_ENUM64: in bpf_core_fields_are_compat() 1598 case BTF_KIND_ENUM64: in __bpf_core_types_match()
|
H A D | linker.c | 1346 case BTF_KIND_ENUM64: in glob_sym_btf_matches() 1369 case BTF_KIND_ENUM64: in glob_sym_btf_matches()
|
H A D | libbpf.c | 2117 case BTF_KIND_ENUM64: return "enum64"; in __btf_kind_str() 3681 case BTF_KIND_ENUM64: in find_kcfg_type() 4886 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 0), 8), in probe_kern_btf_enum64()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4153 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [2] */ 4171 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 1, 2), 4), /* [2] */ 7108 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7141 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 2), 8), /* [19] enum64 */ 7609 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7611 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7619 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7631 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 0), 8), 7633 BTF_TYPE_ENC(NAME_NTH(1), BTF_INFO_ENC(BTF_KIND_ENUM64, 0, 1), 8), 7636 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()
|
/openbmc/linux/include/linux/ |
H A D | btf.h | 267 BTF_INFO_KIND(t->info) == BTF_KIND_ENUM64; in btf_is_any_enum() 294 return btf_kind(t) == BTF_KIND_ENUM64; in btf_is_enum64()
|
/openbmc/linux/tools/bpf/bpftool/ |
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 | btf.c | 43 [BTF_KIND_ENUM64] = "ENUM64", 246 case BTF_KIND_ENUM64: { in dump_btf_type()
|
H A D | gen.c | 1749 case BTF_KIND_ENUM64: in btfgen_mark_type() 1884 case BTF_KIND_ENUM64: in btfgen_mark_type_match()
|
/openbmc/linux/Documentation/bpf/ |
H A D | btf.rst | 90 #define BTF_KIND_ENUM64 19 /* Enumeration up to 64-bit values */ 528 2.2.19 BTF_KIND_ENUM64 534 * ``info.kind``: BTF_KIND_ENUM64
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 333 [BTF_KIND_ENUM64] = "ENUM64", 688 case BTF_KIND_ENUM64: in btf_type_has_size() 1044 case BTF_KIND_ENUM64: in btf_show_name() 1891 case BTF_KIND_ENUM64: in __btf_resolve_size() 4942 [BTF_KIND_ENUM64] = &enum64_ops,
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.c | 395 case BTF_KIND_ENUM64: in fetch_type_from_btf_type()
|