Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\core.c Create Date:2022-07-28 08:38:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:arch_remove_kprobe

Proto:void arch_remove_kprobe(struct kprobe *p)

Type:void

Parameter:

TypeParameterName
struct kprobe *p
514  If copy of the original instruction Then
515  free_insn_slot(copy of the original instruction , stable = false: This instruction type is not boostable.* boostable = true: This instruction has been boosted: we have* added a relative jump after the instruction copy in insn,* so no single-step and fixup are needed (unless there's* a post_handler).)
516  copy of the original instruction = NULL
Caller
NameDescribe
__unregister_kprobe_bottom
kill_kprobeSet the kprobe gone and remove its instruction buffer.