Home
last modified time | relevance | path

Searched refs:btf_type_str (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbtf.c1435 btf_type_str(t), in __btf_verifier_log_type()
5996 btf_type_str(t)); in btf_ctx_access()
6023 btf_type_str(t)); in btf_ctx_access()
6584 tname, btf_type_str(t)); in btf_distill_func_proto()
6670 btf_type_str(t1), fn1, in btf_check_func_type_match()
6671 btf_type_str(t2), fn2); in btf_check_func_type_match()
6681 i, fn1, btf_type_str(t1), in btf_check_func_type_match()
6682 fn2, btf_type_str(t2)); in btf_check_func_type_match()
6817 i, btf_type_str(t)); in btf_check_func_arg_match()
6835 i, btf_type_str(t)); in btf_check_func_arg_match()
[all …]
H A Dverifier.c10809 meta->func_name, argno, btf_type_str(ref_t), ref_tname); in get_kfunc_ptr_arg_type()
10832 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : ""); in get_kfunc_ptr_arg_type()
10894 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1, in process_kf_arg_ptr_to_btf_id()
10895 btf_type_str(reg_ref_t), reg_ref_tname); in process_kf_arg_ptr_to_btf_id()
11343 verbose(env, "Unrecognized arg#%d type %s\n", i, btf_type_str(t)); in check_kfunc_args()
11420 verbose(env, "arg#%d expected pointer to ctx, but got %s\n", i, btf_type_str(t)); in check_kfunc_args()
11592 i, btf_type_str(ref_t), ref_tname, PTR_ERR(resolve_ret)); in check_kfunc_args()
11986 btf_type_str(ptr_type), in check_kfunc_call()
/openbmc/linux/include/linux/
H A Dbtf.h222 const char *btf_type_str(const struct btf_type *t);
/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c13 return btf_type_str(t); in btf_kind_str()