函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称:__dump_stack

函数原型:static void __dump_stack(void)

返回类型:void

参数:

76  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().
77  TASK is a pointer to the task whose backtrace we want to see (or NULL for current* task), SP is the stack pointer of the first frame that should be shown in the back* trace (or NULL if the entire call-chain of the task should be shown).
调用者
名称描述
dump_stack