函数逻辑报告 |
Source Code:arch\x86\kernel\dumpstack.c |
Create Date:2022-07-27 08:34:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__die
函数原型:int __die(const char *str, struct pt_regs *regs, long err)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str | |
struct pt_regs * | regs | |
long | err |
370 | pr等于"" |
373 | 如果非die_counter则exec_summary_regs等于regs |
379 | printk(he default kernel loglevel "%s: %04lx [#%d]%s%s%s%s%s\n", str, err & 0xffff, ++die_counter, pr, IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SMP) ? " SMP" : "", debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_KASAN) ? " KASAN" : "", IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_PAGE_TABLE_ISOLATION) ? (boot_cpu_has(Kernel Page Table Isolation enabled ) ? " PTI" : " NOPTI") : "") |
389 | print_modules() |
391 | 如果notify_die(DIE_OOPS, str, regs, err, trap_nr, SIGSEGV)恒等于Clean way to return from the notifier and stop further calls.则返回:1 |
395 | 返回:0 |
名称 | 描述 |
---|---|
die | 终止程序 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |