Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:There could be threads that have already hit the breakpoint. They* will recheck the current insn and restart if find_uprobe() fails.* See find_active_uprobe().

Proto:static void delete_uprobe(struct uprobe *uprobe)

Type:void

Parameter:

TypeParameterName
struct uprobe *uprobe
952  If WARN_ON(!uprobe_is_active(uprobe)) Then Return
955  spin_lock( & uprobes_treelock)
956  rb_erase( & node in the rb tree , & uprobes_tree)
957  spin_unlock( & uprobes_treelock)
958  RB_CLEAR_NODE( & node in the rb tree )
959  put_uprobe(uprobe)
Caller
NameDescribe
__uprobe_unregister