Function report |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-28 08:47:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns -ENOSYS if branch_xol_ops doesn't handle this insn
Proto:static int branch_setup_xol_ops(struct arch_uprobe *auprobe, struct insn *insn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct arch_uprobe * | auprobe | |
struct insn * | insn |
721 | Case opc1 == 0xeb |
722 | Case opc1 == 0xe9 |
723 | Case opc1 == 0x90 |
724 | Break |
726 | Case opc1 == 0xe8 |
727 | branch_clear_offset(auprobe, insn) |
728 | Break |
730 | Case opc1 == 0x0f |
739 | Default |
740 | If Not is_cond_jmp_opcode(opc1) Then Return -ENOSYS |
750 | If bytes[i] == 0x66 Then Return -Operation is not supported |
758 | ops = branch_xol_ops |
759 | Return 0 |
Name | Describe |
---|---|
arch_uprobe_analyze_insn | arch_uprobe_analyze_insn - instruction analysis including validity and fixups.*@auprobe: the probepoint information.*@mm: the probed address space.*@addr: virtual address at which to install the probepoint* Return 0 on success or a -ve number on error. |
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 |