函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:orc_module_find

函数原型:static struct orc_entry *orc_module_find(unsigned long ip)

返回类型:struct orc_entry

参数:

类型参数名称
unsigned longip
64  mod等于__module_address(ip)
65  如果非mod或非orc_unwind或非orc_unwind_ip则返回:NULL
67  返回:__orc_find(orc_unwind_ip, orc_unwind, num_orcs, ip)
调用者
名称描述
orc_find