函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\gcov\fs.c Create Date:2022-07-27 12:35:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Basic initialization of a new node.

函数原型:static void init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent)

返回类型:void

参数:

类型参数名称
struct gcov_node *node
struct gcov_info *info
const char *name
struct gcov_node *parent
413  初始化链表头
414  初始化链表头
415  初始化链表头
416  如果loaded_info
417  loaded_info[0]等于info
418  num_loaded等于1
420  parent等于parent
421  如果namestrcpy(name, name)
调用者
名称描述
new_nodeCreate a new node and associated debugfs entry. Needs to be called with* node_lock held.
gcov_fs_initCreate debugfs entries.