函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Return a newly allocated profiling data set which contains the sum of* all profiling data associated with the given node.

函数原型:static struct gcov_info *get_accumulated_info(struct gcov_node *node)

返回类型:struct gcov_info

参数:

类型参数名称
struct gcov_node *node
160  i等于0
162  如果unloaded_infoinfo等于gcov_info_dup(unloaded_info)
164  否则info等于gcov_info_dup(loaded_info[i++])
166  如果非info则返回:NULL
168 i小于num_loaded循环gcov_info_add(info, loaded_info[i])
171  返回:info
调用者
名称描述
gcov_seq_openpen() implementation for gcov data files. Create a copy of the profiling* data set and initialize the iterator and seq_file interface.