Function report |
Source Code:kernel\gcov\fs.c |
Create Date:2022-07-28 11:31:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return the index of a profiling data set associated with a node.
Proto:static int get_info_index(struct gcov_node *node, struct gcov_info *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_node * | node | |
struct gcov_info * | info |
671 | When i < num_loaded cycle |
672 | If loaded_info[i] == info Then Return i |
675 | Return -ENOENT |
Name | Describe |
---|---|
remove_info | Disassociate a profiling data set from a node. 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 |