Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
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()
A Dfeatures.c103 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func()
121 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
468 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag()
473 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 1), in probe_kern_arg_ctx_tag()
A Dbtf.h342 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
460 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
A 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()
2459 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
A Dbtf.c318 case BTF_KIND_FUNC_PROTO: in btf_type_size()
391 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest()
558 if (btf_kind(ft) != BTF_KIND_FUNC_PROTO) { in btf_validate_type()
564 case BTF_KIND_FUNC_PROTO: { in btf_validate_type()
2652 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto()
3975 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep()
4015 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type()
4403 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv()
4719 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type()
5225 case BTF_KIND_FUNC_PROTO: in btf_add_distilled_type_ids()
[all …]
A 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()
A Dlinker.c1487 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
A Dlibbpf.c2383 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str()
/linux/tools/testing/selftests/bpf/
A Dbtf_helpers.c23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
A Dtest_btf.h64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/linux/tools/include/uapi/linux/
A Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
/linux/include/uapi/linux/
A Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
/linux/tools/bpf/bpftool/
A Dbtf.c39 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
318 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
535 case BTF_KIND_FUNC_PROTO: in btf_type_rank()
A Dbtf_dumper.c679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
A Dgen.c2081 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type()
2228 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
/linux/Documentation/bpf/
A Dbtf.rst84 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */
372 * ``type``: a BTF_KIND_FUNC_PROTO type
385 2.2.13 BTF_KIND_FUNC_PROTO
391 * ``info.kind``: BTF_KIND_FUNC_PROTO
402 If a BTF_KIND_FUNC_PROTO type is referred by a BTF_KIND_FUNC type, then
1063 .long 0 # BTF_KIND_FUNC_PROTO(id = 1)
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_write.c237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf()
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] */
8040 case BTF_KIND_FUNC_PROTO: in btf_type_size()
/linux/include/linux/
A Dbtf.h372 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
/linux/kernel/bpf/
A Dbtf.c337 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
5141 [BTF_KIND_FUNC_PROTO] = &func_proto_ops,

Completed in 114 milliseconds