Function report |
Source Code:kernel\gcov\clang.c |
Create Date:2022-07-28 11:33:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:store_gcov_u32 - store 32 bit number in gcov format to buffer*@buffer: target buffer or NULL*@off: offset into the buffer*@v: value to be stored* Number format defined by gcc: numbers are recorded in the 32 bit* unsigned binary form of the endianness of
Proto:static size_t store_gcov_u32(void *buffer, size_t off, unsigned int v)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
void * | buffer | |
size_t | off | |
unsigned int | v |
410 | If buffer Then |
415 | Return size of data |
Name | Describe |
---|---|
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 |