函数逻辑报告 |
Source Code:include\linux\bpf_verifier.h |
Create Date:2022-07-27 14:08:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cur_func
函数原型:static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env)
返回类型:struct bpf_func_state
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env |
413 | 返回: call stack tracking [curframe] |
名称 | 描述 |
---|---|
acquire_reference_state | Acquire a pointer id from the env and update the state->refs to include* this new pointer reference.* On success, returns a valid pointer id to associate with the register* On failure, returns a negative errno. |
release_reference | The pointer with the specified id has released its reference to kernel* resources. Identify all copies of the same pointer and clear the reference. |
check_reference_leak | |
cur_regs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |