Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:17:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__btf_verifier_log_type
Proto:__printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, const struct btf_type *t, bool log_details, const char *fmt, ...)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct btf_verifier_env * | env | |
const struct btf_type * | t | |
bool | log_details | |
const char * | fmt |
683 | If Not bpf_verifier_log_needed(log) Then Return |
690 | If level == kernel internal flag && Not fmt Then Return |
693 | __btf_verifier_log(log, "[%u] %s %s%s", log_type_id, btf_kind_str[kind], __btf_name_by_offset(btf, name_off), log_details ? " " : "") |
699 | If log_details Then log_details(env, t) |
703 | __btf_verifier_log(log, " ") |
705 | bpf_verifier_vlog(log, fmt, args) |
709 | __btf_verifier_log(log, "\n") |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |