函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-27 12:41:36
Last Modify:2020-03-17 19:04:10 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kdb_dump_stack_on_cpu

函数原型:void kdb_dump_stack_on_cpu(int cpu)

返回类型:void

参数:

类型参数名称
intcpu
447  如果cpu恒等于These macros fold the SMP functionality into a single CPU system()或非IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SMP)则
448  dump_stack()
449  返回
452  如果非exception_state按位与Slave cpu enter exception 的值则
453  kdb_printf("ERROR: Task on cpu %d didn't stop in the debugger\n", cpu)
455  返回
469  exception_state或等于Slave cpu should backtrace then clear flag
470 exception_state按位与Slave cpu should backtrace then clear flag 循环
471  cpu_relax()
调用者
名称描述
kdb_show_stack