Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
add_links | Create 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_node | Create a new node and associated debugfs entry. Needs to be called with* node_lock held. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |