Searched refs:btf_verifier_log (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/bpf/ |
H A D | btf.c | 1415 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log() function 1594 btf_verifier_log(env, "Exceeded max num of types"); in btf_add_type() 2295 btf_verifier_log(env, in btf_int_log() 2803 btf_verifier_log(env, "type_id=%u", t->type); in btf_ref_type_log() 2853 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct"); in btf_fwd_type_log() 3017 btf_verifier_log(env, "type_id=%u index_type_id=%u nr_elems=%u", in btf_array_log() 3296 btf_verifier_log(env, "size=%u vlen=%u", t->size, btf_type_vlen(t)); in btf_struct_log() 4318 btf_verifier_log(env, "\tInvalid name_offset:%u", in btf_enum_check_meta() 4333 btf_verifier_log(env, fmt_str, in btf_enum_check_meta() 4344 btf_verifier_log(env, "size=%u vlen=%u", t->size, btf_type_vlen(t)); in btf_enum_log() [all …]
|