Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf_iter.c60 case BTF_KIND_FUNC_PROTO: in btf_field_iter_init()
123 case BTF_KIND_FUNC_PROTO: in btf_field_iter_init()
H A Dfeatures.c100 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func()
118 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
463 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag()
468 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag()
H A Dbtf.h421 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
539 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
H A Dbtf_dump.c360 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced()
589 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type()
821 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type()
1325 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl()
1543 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain()
2526 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
H A Dbtf.c53 [BTF_KIND_FUNC_PROTO] = { 0, sizeof(struct btf_param), 0 },
481 case BTF_KIND_FUNC_PROTO: in btf_type_size()
553 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest()
719 if (btf_kind(ft) != BTF_KIND_FUNC_PROTO) { in btf_validate_type()
725 case BTF_KIND_FUNC_PROTO: { in btf_validate_type()
3076 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto()
4618 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep()
4658 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type()
4868 case BTF_KIND_FUNC_PROTO: { in btf_dedup_identical_types()
5122 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv()
[all …]
H A Drelo_core.c191 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat()
1674 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
H A Dlinker.c1638 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
H A Dlibbpf.c2474 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str()
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
H A Dtest_btf.h64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/linux/tools/include/uapi/linux/
H A Dbtf.h88 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */
156 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ global() enumerator
/linux/tools/bpf/bpftool/
H A Dbtf.c47 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
322 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
603 case BTF_KIND_FUNC_PROTO: in btf_type_rank()
H A Dbtf_dumper.c679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
H A Dgen.c2173 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type()
2321 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf()
H A Dbtf.c2677 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] */
8197 case BTF_KIND_FUNC_PROTO: in btf_type_size()
/linux/include/linux/
H A Dbtf.h390 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
/linux/kernel/bpf/
H A Dbtf.c341 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
5363 [BTF_KIND_FUNC_PROTO] = &func_proto_ops,