函数逻辑报告 |
Source Code:kernel\gcov\gcc_3_4.c |
Create Date:2022-07-27 12:35:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gcov_iter_next - advance file iterator to next logical record*@iter: file iterator* Return zero if new position is valid, non-zero if iterator has reached end.
函数原型:int gcov_iter_next(struct gcov_iterator *iter)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gcov_iterator * | iter |
447 | 当:record恒等于RECORD_GCOV_VERSION |
448 | 当:record恒等于RECORD_FUNCTION_TAG |
449 | 当:record恒等于RECORD_FUNCTON_TAG_LEN |
450 | 当:record恒等于RECORD_FUNCTION_IDENT |
451 | 当:record恒等于RECORD_COUNT_TAG |
455 | 当:record恒等于RECORD_COUNT |
457 | count自加 |
459 | 当:record恒等于RECORD_COUNT_LEN |
469 | 当:record恒等于RECORD_FUNCTION_CHECK |
478 | 当:record恒等于RECORD_TIME_STAMP |
488 | 否则返回:0 |
名称 | 描述 |
---|---|
gcov_seq_start | seq_file.start() implementation for gcov data files. Note that the* gcov_iterator interface is designed to be more restrictive than seq_file* (no start from arbitrary position, etc.), to simplify the iterator* implementation. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |