Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\opt.c Create Date:2022-07-28 08:39:24
Last Modify:2022-05-22 07:44:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Recover original instructions and breakpoints from relative jumps.* Caller must call with locking kprobe_mutex.

Proto:extern void arch_unoptimize_kprobes(struct list_head *oplist, struct list_head *done_list)

Type:void

Parameter:

TypeParameterName
struct list_head *oplist
struct list_head *done_list
474  Replace a relative jump with a breakpoint (int3).
475  list_move - delete from one list and add as another's head*@list: the entry to move*@head: the head that will precede our entry