Function report |
Source Code:kernel\gcov\fs.c |
Create Date:2022-07-28 11:31:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Basic initialization of a new node.
Proto:static void init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_node * | node | |
struct gcov_info * | info | |
const char * | name | |
struct gcov_node * | parent |
416 | If loaded_info Then |
417 | loaded_info[0] = info |
418 | num_loaded = 1 |
Name | Describe |
---|---|
new_node | Create a new node and associated debugfs entry. Needs to be called with* node_lock held. |
gcov_fs_init | Create debugfs entries. |
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 |