Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kprobes.h Create Date:2022-07-28 05:53:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kretprobe_assert

Proto:static inline void kretprobe_assert(struct kretprobe_instance *ri, unsigned long orig_ret_address, unsigned long trampoline_address)

Type:void

Parameter:

TypeParameterName
struct kretprobe_instance *ri
unsigned longorig_ret_address
unsigned longtrampoline_address
210  If Not orig_ret_address || orig_ret_address == trampoline_address Then
211  printk("kretprobe BUG!: Processing kretprobe %p @ %p\n", rp, location of the probe point )
213  BUG()
Caller
NameDescribe
trampoline_handlerCalled from kretprobe_trampoline