函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-27 12:38:25
Last Modify:2022-05-22 18:14:58 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kprobe_lookup_name

函数原型:kprobe_opcode_t *__weak kprobe_lookup_name(const char *name, unsigned int __unused)

返回类型:kprobe_opcode_t

参数:

类型参数名称
const char *name
unsigned int__unused
65  返回:Lookup the address for this symbol. Returns 0 if not found.
调用者
名称描述
within_kprobe_blacklist
_kprobe_addrIf we have a symbol_name argument, look it up and add the offset field* to it. This way, we can specify a relative address to a symbol.* This returns encoded errors if it fails to look up symbol or invalid* combination of parameters.
init_kprobes