函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-27 15:06:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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().

函数原型:static void delete_uprobe(struct uprobe *uprobe)

返回类型:void

参数:

类型参数名称
struct uprobe *uprobe
952  如果WARN_ON(!uprobe_is_active(uprobe))则返回
955  加自旋锁
956  rb_erase( & node in the rb tree , & uprobes_tree)
957  自旋锁解锁
958  RB_CLEAR_NODE( & node in the rb tree )
959  put_uprobe(uprobe)
调用者
名称描述
__uprobe_unregister