Function report | 
Source Code:kernel\gcov\clang.c | 
Create Date:2022-07-28 11:33:11 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:gcov_info_dup - duplicate profiling data set*@info: profiling data set to duplicate* Return newly allocated duplicate on success, %NULL on error.
Proto:struct gcov_info *gcov_info_dup(struct gcov_info *info)
Type:struct gcov_info
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct gcov_info * | info | 
| 337 | dup = kmemdup(info, size of dup , GFP_KERNEL) | 
| 338 | If Not dup Then Return NULL | 
| 342 | filename = kstrdup(filename, GFP_KERNEL) | 
| 347 | fn_dup = gcov_fn_info_dup(fn) | 
| 354 | Return dup | 
| 356 | err : | 
| 358 | Return NULL | 
| Name | Describe | 
|---|---|
| get_accumulated_info | Return a newly allocated profiling data set which contains the sum of* all profiling data associated with the given node. | 
| save_info | Save the data of a profiling data set which is being unloaded. | 
| 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  |