Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trace_panic_handler

Proto:static int trace_panic_handler(struct notifier_block *this, unsigned long event, void *unused)

Type:int

Parameter:

TypeParameterName
struct notifier_block *this
unsigned longevent
void *unused
8969  If race_dump_on_oops - variable to dump ftrace buffer on oops* If there is an oops (or kernel panic) and the ftrace_dump_on_oops* is set, then ftrace_dump is called Then ftrace_dump(race_dump_on_oops - variable to dump ftrace buffer on oops* If there is an oops (or kernel panic) and the ftrace_dump_on_oops* is set, then ftrace_dump is called)
8971  Return Suits me