函数逻辑报告 |
Source Code:kernel\gcov\gcc_4_7.c |
Create Date:2022-07-27 12:36:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Determine whether a counter is active. Doesn't change at run-time.
函数原型:static int counter_active(struct gcov_info *info, unsigned int type)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gcov_info * | info | |
unsigned int | type |
名称 | 描述 |
---|---|
num_counter_active | Determine number of active counters. Based on gcc magic. |
gcov_info_reset | gcov_info_reset - reset profiling data to zero*@info: profiling data set |
gcov_info_add | gcov_info_add - add up profiling data*@dest: profiling data set to which data is added*@source: profiling data set which is added* Adds profiling counts of @source to @dest. |
convert_to_gcda | vert_to_gcda - convert profiling data set to gcda file format*@buffer: the buffer to store file data or %NULL if no data should be stored*@info: profiling data set to be converted |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |