Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dynamic_debug_init_debugfs
Proto:static int __init dynamic_debug_init_debugfs(void)
Type:int
Parameter:Nothing
998 | If Not ddebug_init_success Then Return -ENODEV |
1001 | dir = debugfs_create_dir("dynamic_debug", NULL) |
1002 | debugfs_create_file("control", 0644, dir, NULL, & ddebug_proc_fops) |
1004 | 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 |