Home
last modified time | relevance | path

Searched refs:btf_is_func_proto (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c333 if (!ASSERT_TRUE(btf_is_func_proto(proto), name)) in test_resolve_btfids()
H A Dcore_reloc.c467 if (btf_is_func_proto(t) && (t = btf__type_by_id(local_btf, t->type)) && in setup_type_id_case_local()
/linux/tools/perf/util/
H A Dbpf_off_cpu.c142 if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 5) { in check_sched_switch_args()
/linux/tools/lib/bpf/
H A Dbtf.h537 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
H A Dlibbpf.c1311 if (!btf_is_func_proto(kern_mtype)) { in bpf_map__init_kern_struct_ops()
2455 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()
2764 if (!btf_is_func_proto(t)) { in parse_btf_map_def()
3291 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
7398 if (!fn_proto_t || !btf_is_func_proto(fn_proto_t)) in bpf_program_fixup_func_info()
12635 if (!proto || !btf_is_func_proto(proto)) in btf_type_is_traceable_func()
H A Dbtf.c3104 if (!btf_is_func_proto(t)) in btf__add_func_param()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c1228 if (!fp || !btf_is_func_proto(fp) || btf_vlen(fp) == 0) in fixup_btf_from_path()
1255 if (!custom_fp || !btf_is_func_proto(custom_fp)) in fixup_btf_from_path()
H A Dveristat.c1354 if (!btf_is_func_proto(t) || btf_vlen(t) != 1) in fixup_obj()
/linux/tools/bpf/bpftool/
H A Dbtf_dumper.c122 if (!ptr_type || !btf_is_func_proto(ptr_type)) in btf_dumper_ptr()
H A Dgen.c69 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()
338 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1239 if (!t || !btf_is_func_proto(t)) { in process_kfunc_with_implicit_args()