Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 16 of 16) sorted by relevance
| /tools/lib/bpf/ |
| A D | btf_iter.c | 60 case BTF_KIND_FUNC_PROTO: in btf_field_iter_init() 123 case BTF_KIND_FUNC_PROTO: in btf_field_iter_init()
|
| A D | features.c | 101 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func() 119 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global() 464 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag() 469 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag()
|
| A D | btf.h | 349 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro 467 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
|
| A D | btf_dump.c | 361 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 590 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 822 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1326 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1544 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain() 2518 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
|
| A D | btf.c | 323 case BTF_KIND_FUNC_PROTO: in btf_type_size() 396 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 563 if (btf_kind(ft) != BTF_KIND_FUNC_PROTO) { in btf_validate_type() 569 case BTF_KIND_FUNC_PROTO: { in btf_validate_type() 4246 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep() 4286 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type() 4485 case BTF_KIND_FUNC_PROTO: { in btf_dedup_identical_types() 4731 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv() 5047 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type() 5557 case BTF_KIND_FUNC_PROTO: in btf_add_distilled_type_ids() [all …]
|
| A D | relo_core.c | 192 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat() 1673 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
|
| A D | linker.c | 1639 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
|
| A D | libbpf.c | 2415 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str()
|
| /tools/include/uapi/linux/ |
| A D | btf.h | 74 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
|
| /tools/testing/selftests/bpf/ |
| A D | btf_helpers.c | 23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
|
| A D | test_btf.h | 64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
| /tools/bpf/bpftool/ |
| A D | btf.c | 46 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 325 case BTF_KIND_FUNC_PROTO: { in dump_btf_type() 608 case BTF_KIND_FUNC_PROTO: in btf_type_rank()
|
| A D | btf_dumper.c | 679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|
| A D | gen.c | 2081 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type() 2228 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_write.c | 237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf()
|
| A D | btf.c | 2677 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 2), 0), /* [3] */ 3025 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 0), 0), /* [2] */ 3045 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 1, 0), 0), /* [2] */ 8055 case BTF_KIND_FUNC_PROTO: in btf_type_size()
|
Completed in 67 milliseconds