函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\opt.c Create Date:2022-07-27 09:38:38
Last Modify:2022-05-22 07:44:06 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Recover original instructions and breakpoints from relative jumps.* Caller must call with locking kprobe_mutex.

函数原型:extern void arch_unoptimize_kprobes(struct list_head *oplist, struct list_head *done_list)

返回类型:void

参数:

类型参数名称
struct list_head *oplist
struct list_head *done_list
474  Replace a relative jump with a breakpoint (int3).
475  链表项移动到头部
调用者
名称描述
do_unoptimize_kprobesUnoptimize (replace a jump with a breakpoint and remove the breakpoint* if need) kprobes listed on unoptimizing_list.