Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:find_bug

Proto:struct bug_entry *find_bug(unsigned long bugaddr)

Type:struct bug_entry

Parameter:

TypeParameterName
unsigned longbugaddr
136  When bug < __stop___bug_table cycle If bugaddr == bug_addr(bug) Then
138  Return bug
140  Return module_find_bug(bugaddr)
Caller
NameDescribe
report_bug