Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Save the data of a profiling data set which is being unloaded.

Proto:static void save_info(struct gcov_node *node, struct gcov_info *info)

Type:void

Parameter:

TypeParameterName
struct gcov_node *node
struct gcov_info *info
683  If unloaded_info Then gcov_info_add(unloaded_info, info)
685  Else
686  unloaded_info = gcov_info_dup(info)
687  If Not unloaded_info Then
688  pr_warn("could not save data for '%s' (out of memory)\n", Interface to access gcov_info data )
Caller
NameDescribe
remove_infoDisassociate a profiling data set from a node. Needs to be called with* node_lock held.