函数逻辑报告 |
Source Code:lib\dump_stack.c |
Create Date:2022-07-27 07:12:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dump_stack_print_info - print generic debug info for dump_stack()*@log_lvl: log level* Arch-specific dump_stack() implementations can use this function to* print out the same debug information as the generic dump_stack().
函数原型:void dump_stack_print_info(const char *log_lvl)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | log_lvl |
55 | 如果dump_stack_arch_desc_str[0]不等于'\0'则printk("%sHardware name: %s\n", log_lvl, dump_stack_arch_desc_str) |
59 | print_worker_info(log_lvl, 当前进程) |
名称 | 描述 |
---|---|
show_regs_print_info | show_regs_print_info - print generic debug info for show_regs()*@log_lvl: log level* show_regs() implementations can use this function to print out generic* debug information. |
__dump_stack |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |