Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
uprobe_opcode_t * | insn |
233 | Return insn == UPROBE_SWBP_INSN |
Name | Describe |
---|---|
is_trap_insn | s_trap_insn - check if instruction is breakpoint instruction |
verify_opcode | |
uprobe_write_opcode | NOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |