函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_panic_handler

函数原型:static int trace_panic_handler(struct notifier_block *this, unsigned long event, void *unused)

返回类型:int

参数:

类型参数名称
struct notifier_block *this
unsigned longevent
void *unused
8969  如果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 calledftrace_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  返回:Suits me