Function report |
Source Code:kernel\gcov\clang.c |
Create Date:2022-07-28 11:33:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:llvm_gcda_emit_function
Proto:void llvm_gcda_emit_function(unsigned int ident, const char *function_name, unsigned int func_checksum, u8 use_extra_checksum, unsigned int cfg_checksum)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | ident | |
const char * | function_name | |
unsigned int | func_checksum | |
u8 | use_extra_checksum | |
unsigned int | cfg_checksum |
120 | info = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
122 | If Not info Then Return |
127 | checksum = func_checksum |
129 | cfg_checksum = cfg_checksum |
130 | If function_name Then function_name = kstrdup(function_name, GFP_KERNEL) |
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 |