Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\gcov\clang.c Create Date:2022-07-28 11:33:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:gcov_info_next - return next profiling data set*@info: profiling data set* Returns next gcov_info following @info or first gcov_info in the chain if*@info is %NULL.

Proto:struct gcov_info *gcov_info_next(struct gcov_info *info)

Type:struct gcov_info

Parameter:

TypeParameterName
struct gcov_info *info
184  If Not info Then Return list_first_entry_or_null - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.( & clang_gcov_list, structgcov_info, head)
187  If list_is_last - tests whether @list is the last entry in list @head*@list: the entry to test*@head: the head of the list Then Return NULL
189  Return list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(info, head)
Caller
NameDescribe
gcov_module_notifierUpdate list and generate events when modules are unloaded.