Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:s_swbp_insn - check if instruction is breakpoint instruction.*@insn: instruction to be checked.* Default implementation of is_swbp_insn* Returns true if @insn is a breakpoint instruction.

Proto:bool __weak is_swbp_insn(uprobe_opcode_t *insn)

Type:bool

Parameter:

TypeParameterName
uprobe_opcode_t *insn
233  Return insn == UPROBE_SWBP_INSN
Caller
NameDescribe
is_trap_insns_trap_insn - check if instruction is breakpoint instruction
verify_opcode
uprobe_write_opcodeNOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture