Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name: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.

Proto:int __weak set_orig_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long vaddr)

Type:int

Parameter:

TypeParameterName
struct arch_uprobe *auprobe
struct mm_struct *mm
unsigned longvaddr
597  Return NOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture
Caller
NameDescribe
remove_breakpoint