Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:remove_breakpoint

Proto:static int remove_breakpoint(struct uprobe *uprobe, struct mm_struct *mm, unsigned long vaddr)

Type:int

Parameter:

TypeParameterName
struct uprobe *uprobe
struct mm_struct *mm
unsigned longvaddr
937  Atomically set a bit in memory
938  Return set_orig_insn - Restore the original instruction.*@mm: the probed process address space.*@auprobe: arch specific probepoint information.*@vaddr: the virtual address to insert the opcode.* For mm @mm, restore the original opcode (opcode) at @vaddr.
Caller
NameDescribe
register_for_each_vma
unapply_uprobe