Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:03:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_module_notify
Proto:static int trace_module_notify(struct notifier_block *self, unsigned long val, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct notifier_block * | self | |
unsigned long | val | |
void * | data |
8899 | Case val == Full formed, running module_init. |
8900 | trace_module_add_evals(mod) |
8901 | Break |
8902 | Case val == Going away. |
8903 | trace_module_remove_evals(mod) |
8904 | Break |
8907 | Return 0 |
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 |