Function report |
Source Code:kernel\gcov\gcc_4_7.c |
Create Date:2022-07-28 11:32:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Determine whether a counter is active. Doesn't change at run-time.
Proto:static int counter_active(struct gcov_info *info, unsigned int type)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_info * | info | |
unsigned int | type |
Name | Describe |
---|---|
num_counter_active | Determine number of active counters. Based on gcc magic. |
gcov_info_reset | gcov_info_reset - reset profiling data to zero*@info: profiling data set |
gcov_info_add | gcov_info_add - add up profiling data*@dest: profiling data set to which data is added*@source: profiling data set which is added* Adds profiling counts of @source to @dest. |
convert_to_gcda | 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 |
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 |