函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kprobe_addr

函数原型:static kprobe_opcode_t *kprobe_addr(struct kprobe *p)

返回类型:kprobe_opcode_t

参数:

类型参数名称
struct kprobe *p
1494  返回:If 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.
调用者
名称描述
register_kprobe