Function report |
Source Code:kernel\gcov\clang.c |
Create Date:2022-07-28 11:33:06 |
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_is_compatible - check if profiling data can be added*@info1: first profiling data set*@info2: second profiling data set* Returns non-zero if profiling data can be added, zero otherwise.
Proto:int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct gcov_info * | info1 | |
struct gcov_info * | info2 |
265 | If use_extra_checksum != use_extra_checksum Then Return false |
267 | If use_extra_checksum && cfg_checksum != cfg_checksum Then Return false |
Name | Describe |
---|---|
add_info | Associate a profiling data set with an existing node. Needs to be called* with node_lock held. |
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 |