Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c1457 btf_type_str(t), in __btf_verifier_log_type()
6728 btf_type_str(t)); in btf_ctx_access()
6755 btf_type_str(t)); in btf_ctx_access()
6885 tname, arg, btf_type_str(t)); in btf_ctx_access()
7369 tname, btf_type_str(t)); in btf_distill_func_proto()
7388 tname, i, btf_type_str(t)); in btf_distill_func_proto()
7455 btf_type_str(t1), fn1, in btf_check_func_type_match()
7456 btf_type_str(t2), fn2); in btf_check_func_type_match()
7466 i, fn1, btf_type_str(t1), in btf_check_func_type_match()
7467 fn2, btf_type_str(t2)); in btf_check_func_type_match()
[all …]
H A Dverifier.c12296 meta->func_name, argno, btf_type_str(ref_t), ref_tname); in get_kfunc_ptr_arg_type()
12318 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : ""); in get_kfunc_ptr_arg_type()
12389 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1, in process_kf_arg_ptr_to_btf_id()
12390 btf_type_str(reg_ref_t), reg_ref_tname); in process_kf_arg_ptr_to_btf_id()
12956 verbose(env, "Unrecognized arg#%d type %s\n", i, btf_type_str(t)); in check_kfunc_args()
13252 i, btf_type_str(ref_t), ref_tname, PTR_ERR(resolve_ret)); in check_kfunc_args()
13834 btf_type_str(ptr_type), in check_kfunc_call()
/linux-6.15/include/linux/
H A Dbtf.h242 const char *btf_type_str(const struct btf_type *t);
/linux-6.15/tools/lib/bpf/
H A Drelo_core.c13 return btf_type_str(t); in btf_kind_str()
/linux-6.15/kernel/trace/
H A Dtrace_output.c754 trace_seq_printf(s, "(%s)[0x%lx", btf_type_str(t), arg); in print_function_args()