Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:stack_type_name

Proto:const char *stack_type_name(enum stack_type type)

Type:char

Parameter:

TypeParameterName
enum stack_typetype
23  If type == STACK_TYPE_IRQ Then Return "IRQ"
26  If type == STACK_TYPE_SOFTIRQ Then Return "SOFTIRQ"
29  If type == STACK_TYPE_ENTRY Then Return "ENTRY_TRAMPOLINE"
32  If type == STACK_TYPE_EXCEPTION Then Return "#DF"
35  Return NULL
Caller
NameDescribe
show_trace_log_lvl