Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-28 11:35:44
Last Modify:2022-05-22 18:14:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kprobe_addr

Proto:static kprobe_opcode_t *kprobe_addr(struct kprobe *p)

Type:kprobe_opcode_t

Parameter:

TypeParameterName
struct kprobe *p
1494  Return 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.
Caller
NameDescribe
register_kprobe