函数逻辑报告 |
Source Code:kernel\gcov\gcc_3_4.c |
Create Date:2022-07-27 12:35:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gcov_info_dup - duplicate profiling data set*@info: profiling data set to duplicate* Return newly allocated duplicate on success, %NULL on error.
函数原型:struct gcov_info *gcov_info_dup(struct gcov_info *info)
返回类型:struct gcov_info
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gcov_info * | info |
261 | 如果非dup则返回:NULL |
265 | n_functions等于n_functions |
268 | filename等于kstrdup(filename, GFP_KERNEL) |
272 | functions等于kmemdup(functions, n_functions * Get size of function info entry. Based on gcc magic. , GFP_KERNEL) |
288 | 返回:dup |
290 | err_free : |
292 | 返回:NULL |
名称 | 描述 |
---|---|
get_accumulated_info | Return a newly allocated profiling data set which contains the sum of* all profiling data associated with the given node. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |