Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\dump_stack.c Create Date:2022-07-28 06:15:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__dump_stack

Proto:static void __dump_stack(void)

Type:void

Parameter:Nothing

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).
Caller
NameDescribe
dump_stack