Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:orc_module_find

Proto:static struct orc_entry *orc_module_find(unsigned long ip)

Type:struct orc_entry

Parameter:

TypeParameterName
unsigned longip
64  mod = __module_address(ip)
65  If Not mod || Not orc_unwind || Not orc_unwind_ip Then Return NULL
67  Return __orc_find(orc_unwind_ip, orc_unwind, num_orcs, ip)
Caller
NameDescribe
orc_find