Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dbtf_helpers.c23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
Dtest_btf.h64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/Linux-v6.6/tools/include/uapi/linux/
Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
/Linux-v6.6/include/uapi/linux/
Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
/Linux-v6.6/tools/lib/bpf/
Dbtf.h306 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
424 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
Dbtf_dump.c356 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced()
585 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type()
817 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type()
1321 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl()
1536 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain()
2452 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
Dbtf.c315 case BTF_KIND_FUNC_PROTO: in btf_type_size()
388 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest()
2411 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto()
3722 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep()
3762 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type()
4150 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv()
4466 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type()
4860 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_type_ids()
4930 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_str_offs()
Drelo_core.c192 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat()
1657 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
Dlinker.c1454 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
Dlibbpf.c2110 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str()
4612 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func()
4630 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
/Linux-v6.6/Documentation/bpf/
Dbtf.rst84 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */
374 * ``type``: a BTF_KIND_FUNC_PROTO type
387 2.2.13 BTF_KIND_FUNC_PROTO
393 * ``info.kind``: BTF_KIND_FUNC_PROTO
404 If a BTF_KIND_FUNC_PROTO type is referred by a BTF_KIND_FUNC type, then
1034 .long 0 # BTF_KIND_FUNC_PROTO(id = 1)
/Linux-v6.6/tools/bpf/bpftool/
Dbtf.c37 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
308 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
Dgen.c1775 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type()
1922 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
Dbtf_dumper.c679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
/Linux-v6.6/include/linux/
Dbtf.h351 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf()
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] */
7981 case BTF_KIND_FUNC_PROTO: in btf_type_size()
/Linux-v6.6/kernel/bpf/
Dbtf.c327 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
4936 [BTF_KIND_FUNC_PROTO] = &func_proto_ops,