Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return the index of a profiling data set associated with a node.

Proto:static int get_info_index(struct gcov_node *node, struct gcov_info *info)

Type:int

Parameter:

TypeParameterName
struct gcov_node *node
struct gcov_info *info
671  When i < num_loaded cycle
672  If loaded_info[i] == info Then Return i
675  Return -ENOENT
Caller
NameDescribe
remove_infoDisassociate a profiling data set from a node. Needs to be called with* node_lock held.