函数逻辑报告

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

函数名称:get_func

函数原型:static struct gcov_fn_info *get_func(struct gcov_iterator *iter)

返回类型:struct gcov_fn_info

参数:

类型参数名称
struct gcov_iterator *iter
360  返回:Get address of function info entry. Based on gcc magic.
调用者
名称描述
gcov_iter_nextgcov_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.
gcov_iter_writegcov_iter_write - write data for current pos to seq_file*@iter: file iterator*@seq: seq_file handle* Return zero on success, non-zero otherwise.