Function report |
Source Code:kernel\panic.c |
Create Date:2022-07-28 08:59:36 |
Last Modify:2022-05-22 10:57:01 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:panic_print_sys_info
Proto:static void panic_print_sys_info(void)
Type:void
Parameter:Nothing
143 | If panic_print & PANIC_PRINT_TASK_INFO Then show_state() |
146 | If panic_print & PANIC_PRINT_MEM_INFO Then show_mem(0, NULL) |
149 | If panic_print & PANIC_PRINT_TIMER_INFO Then Show pending timers: |
152 | If panic_print & PANIC_PRINT_LOCK_INFO Then debug_show_all_locks() |
155 | If panic_print & PANIC_PRINT_FTRACE_INFO Then ftrace_dump(DUMP_ALL) |
Name | Describe |
---|---|
panic | panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
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 |