Home
last modified time | relevance | path

Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 10 of 10) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
/tools/testing/selftests/bpf/
Dtest_btf.h61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/tools/lib/bpf/
Dbtf_dump.c320 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced()
546 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type()
775 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type()
1198 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl()
1403 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain()
Dbtf.h276 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
Dbtf.c276 case BTF_KIND_FUNC_PROTO: in btf_type_size()
337 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest()
2123 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto()
3064 case BTF_KIND_FUNC_PROTO: { in btf_for_each_str_off()
3589 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type()
3912 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv()
4191 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type()
4383 case BTF_KIND_FUNC_PROTO: { in btf_dedup_remap_type()
Dlibbpf.c1917 case BTF_KIND_FUNC_PROTO: return "func_proto"; in btf_kind_str()
3860 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func()
3878 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
4960 case BTF_KIND_FUNC_PROTO: { in bpf_core_types_are_compat()
/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c208 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in test_btf_write()
Dbtf.c2680 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 2), 0), /* [3] */
3048 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 0), 0), /* [2] */
3068 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 1, 0), 0), /* [2] */
6651 case BTF_KIND_FUNC_PROTO: in btf_type_size()
/tools/bpf/bpftool/
Dbtf.c36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
258 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
Dbtf_dumper.c639 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()