Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Remove symbolic links associated with node.

Proto:static void remove_links(struct gcov_node *node)

Type:void

Parameter:

TypeParameterName
struct gcov_node *node
468  If Not links Then Return
470  When ext cycle debugfs_remove(links[i])
472  kfree(links)
473  links = NULL
Caller
NameDescribe
release_nodeRemove node from all lists and debugfs and release associated resources.* Needs to be called with node_lock held.