Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:helper for ddebug_dyndbg_(boot|module)_param_cb
Proto:static int ddebug_dyndbg_param_cb(char *param, char *val, const char *modname, int on_err)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | param | |
char * | val | |
const char * | modname | |
int | on_err |
918 | If sep Then |
929 | Return 0 |
Name | Describe |
---|---|
ddebug_dyndbg_boot_param_cb | handle both dyndbg and $module.dyndbg params at boot |
ddebug_dyndbg_module_param_cb | modprobe foo finds foo.params in boot-args, strips "foo.", and* passes them to load_module(). This callback gets unknown params,* processes dyndbg params, rejects others. |
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 |