Function report |
Source Code:kernel\gcov\base.c |
Create Date:2022-07-28 11:31:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Update list and generate events when modules are unloaded.
Proto:static int gcov_module_notifier(struct notifier_block *nb, unsigned long event, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct notifier_block * | nb | |
unsigned long | event | |
void * | data |
61 | If event != Going away. Then Return Suits me |
63 | mutex_lock( & gcov_lock) |
66 | When info = gcov_info_next(info) cycle |
67 | If gcov_info_within_module(info, mod) Then |
68 | gcov_info_unlink(prev, info) |
77 | Return Suits me |
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 |