Function report |
Source Code:lib\error-inject.c |
Create Date:2022-07-28 07:12:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ei_debugfs_init
Proto:static int __init ei_debugfs_init(void)
Type:int
Parameter:Nothing
220 | dir = debugfs_create_dir("error_injection", NULL) |
224 | file = debugfs_create_file("list", 0444, dir, NULL, & debugfs_ei_ops) |
225 | If Not file Then |
226 | debugfs_remove(dir) |
227 | Return -ENOMEM |
230 | Return 0 |
Name | Describe |
---|---|
init_error_injection |
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 |