Searched refs:btf_type_str (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 336 const char *btf_type_str(const struct btf_type *t) in btf_type_str() function 1435 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() 6116 tname, arg, btf_type_str(t)); in btf_ctx_access() 6120 tname, arg, info->btf_id, btf_type_str(t), in btf_ctx_access() 6590 tname, btf_type_str(t)); in btf_distill_func_proto() 6609 tname, i, btf_type_str(t)); in btf_distill_func_proto() 6676 btf_type_str(t1), fn1, in btf_check_func_type_match() 6677 btf_type_str(t2), fn2); in btf_check_func_type_match() [all …]
|
H A D | verifier.c | 10810 meta->func_name, argno, btf_type_str(ref_t), ref_tname); in get_kfunc_ptr_arg_type() 10833 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : ""); in get_kfunc_ptr_arg_type() 10895 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1, in process_kf_arg_ptr_to_btf_id() 10896 btf_type_str(reg_ref_t), reg_ref_tname); in process_kf_arg_ptr_to_btf_id() 11344 verbose(env, "Unrecognized arg#%d type %s\n", i, btf_type_str(t)); in check_kfunc_args() 11421 verbose(env, "arg#%d expected pointer to ctx, but got %s\n", i, btf_type_str(t)); in check_kfunc_args() 11593 i, btf_type_str(ref_t), ref_tname, PTR_ERR(resolve_ret)); in check_kfunc_args() 11987 btf_type_str(ptr_type), in check_kfunc_call()
|
/openbmc/linux/include/linux/ |
H A D | btf.h | 222 const char *btf_type_str(const struct btf_type *t);
|
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 13 return btf_type_str(t); in btf_kind_str()
|