Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Find child node with given basename. Needs to be called with node_lock* held.

Proto:static struct gcov_node *get_child_by_name(struct gcov_node *parent, const char *name)

Type:struct gcov_node

Parameter:

TypeParameterName
struct gcov_node *parent
const char *name
514  If strcmp(name, name) == 0 Then Return node
518  Return NULL
Caller
NameDescribe
add_nodeCreate a node for a given profiling data set and add it to all lists and* debugfs. Needs to be called with node_lock held.