Function report |
Source Code:kernel\gcov\gcc_4_7.c |
Create Date:2022-07-28 11:32:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vert_to_gcda - convert profiling data set to gcda file format*@buffer: the buffer to store file data or %NULL if no data should be stored*@info: profiling data set to be converted
Proto:static size_t convert_to_gcda(char *buffer, struct gcov_info *info)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buffer | |
struct gcov_info * | info |
445 | pos = 0 |
452 | When fi_idx < n_functions cycle |
464 | When ct_idx < GCOV_COUNTERS cycle |
465 | If Not Determine whether a counter is active. Doesn't change at run-time. Then Continue |
478 | ci_ptr++ |
482 | Return pos |
Name | Describe |
---|---|
gcov_iter_new | gcov_iter_new - allocate and initialize profiling data iterator*@info: profiling data set to be iterated* Return file iterator on success, %NULL otherwise. |
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 |