Function report |
Source Code:kernel\gcov\fs.c |
Create Date:2022-07-28 11:31:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static void add_links(struct gcov_node *node, struct dentry *parent)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_node * | node | |
struct dentry * | parent |
373 | When ext cycle links = kcalloc - allocate memory for an array. The memory is set to zero.*@n: number of elements.*@size: element size.*@flags: the type of memory to allocate (see kmalloc). |
376 | If Not links Then Return |
384 | basename = kbasename - return the last part of a pathname.*@path: path to extract the filename from. |
392 | Return |
393 | out_err : |
396 | debugfs_remove(links[i]) |
398 | links = NULL |
Name | Describe |
---|---|
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 |