函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:37:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:btf_func_check
函数原型:static int btf_func_check(struct btf_verifier_env *env, const struct btf_type *t)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct btf_verifier_env * | env | |
const struct btf_type * | t |
2962 | proto_type等于btf_type_by_id(btf, type) |
2964 | 如果非proto_type或非btf_type_is_func_proto(proto_type)则 |
2965 | btf_verifier_log_type(env, t, "Invalid type_id") |
2966 | 返回:负EINVAL |
2969 | args等于proto_type加1 |
2970 | nr_args等于btf_type_vlen(proto_type) |
2978 | 返回:0 |
名称 | 描述 |
---|---|
btf_check_all_types |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |