函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\gcov\gcc_3_4.c Create Date:2022-07-27 12:35:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:gcov_iter_new - allocate and initialize profiling data iterator*@info: profiling data set to be iterated* Return file iterator on success, %NULL otherwise.

函数原型:struct gcov_iterator *gcov_iter_new(struct gcov_info *info)

返回类型:struct gcov_iterator

参数:

类型参数名称
struct gcov_info *info
378  iter等于分配内存并置零
380  如果iterinfo等于info
383  返回:iter
调用者
名称描述
gcov_seq_openpen() implementation for gcov data files. Create a copy of the profiling* data set and initialize the iterator and seq_file interface.