Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:For a filename .tmp_filename.ext return filename.ext. Needed to compensate* for filename skewing caused by the mod-versioning mechanism.

Proto:static const char *deskew(const char *basename)

Type:char

Parameter:

TypeParameterName
const char *basename
357  If strncmp(basename, SKEW_PREFIX, size of SKEW_PREFIX - 1) == 0 Then Return basename + size of SKEW_PREFIX - 1
359  Return basename
Caller
NameDescribe
add_linksCreate links to additional files (usually .c and .gcno files) which the* gcov tool expects to find in the same directory as the gcov data file.
new_nodeCreate a new node and associated debugfs entry. Needs to be called with* node_lock held.