Function report |
Source Code:kernel\crash_core.c |
Create Date:2022-07-28 11:01:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:That function is the entry point for command line parsing and should be* called from the arch-specific code.
Proto:int __init parse_crashkernel(char *cmdline, unsigned long long system_ram, unsigned long long *crash_size, unsigned long long *crash_base)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | cmdline | |
unsigned long long | system_ram | |
unsigned long long * | crash_size | |
unsigned long long * | crash_base |
273 | Return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, "crashkernel=", NULL) |
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 |