函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\dumpstack.c Create Date:2022-07-27 08:34:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:show_stack

函数原型:void show_stack(struct task_struct *task, unsigned long *sp)

返回类型:void

参数:

类型参数名称
struct task_struct *task
unsigned long *sp
284  task等于如果task否则当前进程
290  如果非sptask恒等于当前进程sp等于get_stack_pointer(当前进程, NULL)
293  show_trace_log_lvl(task, NULL, sp, he default kernel loglevel )
调用者
名称描述
debug_rt_mutex_print_deadlock
kdb_show_stack
__dump_stack
sched_show_task