Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Reset all profiling data associated with the specified node.

Proto:static void reset_node(struct gcov_node *node)

Type:void

Parameter:

TypeParameterName
struct gcov_node *node
259  If unloaded_info Then gcov_info control.
261  When i < num_loaded cycle gcov_info control.
Caller
NameDescribe
gcov_seq_writewrite() implementation for gcov data files. Reset profiling data for the* corresponding file. If all associated object files have been unloaded,* remove the debug fs node as well.
reset_writewrite() implementation for reset file. Reset all profiling data to zero* and remove nodes for which all associated object files are unloaded.