函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:34:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:btf_verifier_log_vsi
函数原型:static void btf_verifier_log_vsi(struct btf_verifier_env *env, const struct btf_type *datasec_type, const struct btf_var_secinfo *vsi, const char *fmt, ...)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct btf_verifier_env * | env | |
const struct btf_type * | datasec_type | |
const struct btf_var_secinfo * | vsi | |
const char * | fmt |
772 | 如果非bpf_verifier_log_needed(log)则返回 |
774 | 如果level恒等于kernel internal flag 且非fmt则返回 |
776 | 如果phase不等于CHECK_META则btf_verifier_log_type(env, datasec_type, NULL) |
779 | __btf_verifier_log(log, "\t type_id=%u offset=%u size=%u", type, offset, size) |
782 | __btf_verifier_log(log, " ") |
784 | bpf_verifier_vlog(log, fmt, args) |
788 | __btf_verifier_log(log, "\n") |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |