Function report |
Source Code:kernel\gcov\fs.c |
Create Date:2022-07-28 11:31:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Save the data of a profiling data set which is being unloaded.
Proto:static void save_info(struct gcov_node *node, struct gcov_info *info)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_node * | node | |
struct gcov_info * | info |
683 | If unloaded_info Then gcov_info_add(unloaded_info, info) |
685 | Else |
686 | unloaded_info = gcov_info_dup(info) |
687 | If Not unloaded_info Then |
688 | pr_warn("could not save data for '%s' (out of memory)\n", Interface to access gcov_info data ) |
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 |