Function report |
Source Code:kernel\tracepoint.c |
Create Date:2022-07-28 11:50:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tracepoint_module_notify
Proto:static int tracepoint_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 |
510 | ret = 0 |
513 | Case val == Full formed, running module_init. |
514 | ret = tracepoint_module_coming(mod) |
515 | Break |
516 | Case val == Normal state. |
517 | Break |
518 | Case val == Going away. |
520 | Break |
521 | Case val == Still setting it up. |
522 | Break |
524 | Return ret |
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 |