Function report |
Source Code:kernel\gcov\clang.c |
Create Date:2022-07-28 11:33:03 |
| 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_within_module - check if a profiling data set belongs to a module*@info: profiling data set*@mod: module* Returns true if profiling data belongs module, false otherwise.
Proto:bool gcov_info_within_module(struct gcov_info *info, struct module *mod)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct gcov_info * | info | |
| struct module * | mod |
| 221 | Return within_module((unsignedlong)filename, mod) |
| 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 |