Function report |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-28 08:47:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_uprobe_pre_xol - prepare to execute out of line.*@auprobe: the probepoint information.*@regs: reflects the saved user state of current task.
Proto:int arch_uprobe_pre_xol(struct arch_uprobe *auprobe, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct arch_uprobe * | auprobe | |
struct pt_regs * | regs |
916 | If pre_xol Then |
923 | saved_trap_nr = trap_nr |
924 | trap_nr = UPROBE_TRAP_NR |
926 | saved_tf = Not Not (flags & X86_EFLAGS_TF) |
927 | flags |= X86_EFLAGS_TF |
928 | If test_tsk_thread_flag(current process, set when we want DEBUGCTLMSR_BTF ) Then set_task_blockstep(current process, false) |
931 | Return 0 |
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 |