Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Basic initialization of a new node.

Proto:static void init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent)

Type:void

Parameter:

TypeParameterName
struct gcov_node *node
struct gcov_info *info
const char *name
struct gcov_node *parent
413  Initialization list head
414  Initialization list head
415  Initialization list head
416  If loaded_info Then
417  loaded_info[0] = info
418  num_loaded = 1
420  parent = parent
421  If name Then strcpy(name, name)
Caller
NameDescribe
new_nodeCreate a new node and associated debugfs entry. Needs to be called with* node_lock held.
gcov_fs_initCreate debugfs entries.