Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:46:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cleanup_return_instances

Proto:static void cleanup_return_instances(struct uprobe_task *utask, bool chained, struct pt_regs *regs)

Type:void

Parameter:

TypeParameterName
struct uprobe_task *utask
boolchained
struct pt_regs *regs
1852  ri = return_instances
1853  ctx = If chained Then RP_CHECK_CHAIN_CALL Else RP_CHECK_CALL
1855  When ri && Not arch_uretprobe_is_alive(ri, ctx, regs) cycle
1856  ri = free_ret_instance(ri)
1857  depth--
1859  return_instances = ri
Caller
NameDescribe
prepare_uretprobe