函数逻辑报告 |
Source Code:kernel\gcov\clang.c |
Create Date:2022-07-27 12:36:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gcov_info_next - return next profiling data set*@info: profiling data set* Returns next gcov_info following @info or first gcov_info in the chain if*@info is %NULL.
函数原型:struct gcov_info *gcov_info_next(struct gcov_info *info)
返回类型:struct gcov_info
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gcov_info * | info |
187 | 如果检查是否为链表尾则返回:NULL |
189 | 返回:list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(info, head) |
名称 | 描述 |
---|---|
gcov_module_notifier | Update list and generate events when modules are unloaded. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |