| /linux-6.15/tools/lib/bpf/ |
| H A D | btf_iter.c | 29 case BTF_KIND_FLOAT: in btf_field_iter_init() 84 case BTF_KIND_FLOAT: in btf_field_iter_init()
|
| H A D | btf_relocate.c | 252 case BTF_KIND_FLOAT: in btf_relocate_map_distilled_base() 319 case BTF_KIND_FLOAT: in btf_relocate_map_distilled_base() 393 case BTF_KIND_FLOAT: in btf_relocate_validate_distilled_base()
|
| H A D | btf.h | 354 #ifndef BTF_KIND_FLOAT 355 #define BTF_KIND_FLOAT 16 /* Floating point */ macro 481 return btf_kind(t) == BTF_KIND_FLOAT; in btf_is_float()
|
| H A D | btf_dump.c | 327 case BTF_KIND_FLOAT: in btf_dump_mark_referenced() 504 case BTF_KIND_FLOAT: in btf_dump_order_type() 1336 case BTF_KIND_FLOAT: in btf_dump_emit_type_decl() 1451 case BTF_KIND_FLOAT: in btf_dump_emit_type_chain() 2306 case BTF_KIND_FLOAT: in btf_dump_type_data_check_overflow() 2352 case BTF_KIND_FLOAT: in btf_dump_type_data_check_zero() 2473 case BTF_KIND_FLOAT: in btf_dump_dump_type_data()
|
| H A D | btf.c | 305 case BTF_KIND_FLOAT: in btf_type_size() 359 case BTF_KIND_FLOAT: in btf_bswap_type_rest() 494 case BTF_KIND_FLOAT: in btf_validate_type() 784 case BTF_KIND_FLOAT: in btf__resolve_size() 831 case BTF_KIND_FLOAT: in btf__align_of() 2086 t->info = btf_type_info(BTF_KIND_FLOAT, 0, 0); in btf__add_float() 4171 case BTF_KIND_FLOAT: in btf_dedup_prep() 4272 case BTF_KIND_FLOAT: in btf_dedup_prim_type() 4570 case BTF_KIND_FLOAT: in btf_dedup_is_equiv() 5429 case BTF_KIND_FLOAT: in btf_add_distilled_type_ids() [all …]
|
| H A D | libbpf_internal.h | 89 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 0), sz)
|
| H A D | relo_core.c | 432 case BTF_KIND_FLOAT: in bpf_core_fields_are_compat()
|
| H A D | linker.c | 1556 case BTF_KIND_FLOAT: in glob_sym_btf_matches()
|
| H A D | libbpf.c | 2424 case BTF_KIND_FLOAT: return "float"; in __btf_kind_str()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.c | 26 [BTF_KIND_FLOAT] = "FLOAT", 199 case BTF_KIND_FLOAT: in fprintf_btf_type_raw()
|
| H A D | test_btf.h | 73 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 0), sz)
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | btf.h | 77 BTF_KIND_FLOAT = 16, /* Floating point */ enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | btf.h | 77 BTF_KIND_FLOAT = 16, /* Floating point */ enumerator
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | btf.c | 49 [BTF_KIND_FLOAT] = "FLOAT", 405 case BTF_KIND_FLOAT: { in dump_btf_type() 603 case BTF_KIND_FLOAT: in btf_type_rank()
|
| H A D | gen.c | 991 case BTF_KIND_FLOAT: in walk_st_ops_shadow_vars() 2050 case BTF_KIND_FLOAT: in btfgen_mark_type() 2185 case BTF_KIND_FLOAT: in btfgen_mark_type_match()
|
| H A D | btf_dumper.c | 637 case BTF_KIND_FLOAT: in __btf_dumper_type_only()
|
| /linux-6.15/Documentation/bpf/ |
| H A D | btf.rst | 87 #define BTF_KIND_FLOAT 16 /* Floating point */ 465 2.2.16 BTF_KIND_FLOAT 471 * ``info.kind``: BTF_KIND_FLOAT
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 3632 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FLOAT, 0, 1), 4), 3652 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FLOAT, 1, 0), 4), 8041 case BTF_KIND_FLOAT: in btf_type_size()
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 340 [BTF_KIND_FLOAT] = "FLOAT", 698 case BTF_KIND_FLOAT: in btf_type_has_size() 1949 case BTF_KIND_FLOAT: in __btf_resolve_size() 5184 [BTF_KIND_FLOAT] = &float_ops,
|