Function report | 
Source Code:kernel\events\uprobes.c | 
Create Date:2022-07-28 13:46:26 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Prepare to single-step probed instruction out of line.
Proto:static int pre_ssout(struct uprobe *uprobe, struct pt_regs *regs, unsigned long bp_vaddr)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct uprobe * | uprobe | |
| struct pt_regs * | regs | |
| unsigned long | bp_vaddr | 
| 1936 | utask = Allocate a uprobe_task object for the task if if necessary.* Called when the thread hits a breakpoint.* Returns:* - pointer to new uprobe_task on success* - NULL otherwise | 
| 1940 | xol_vaddr = xol_get_insn_slot - allocate a slot for xol.* Returns the allocated slot address or 0. | 
| 1947 | err = arch_uprobe_pre_xol - prepare to execute out of line.*@auprobe: the probepoint information.*@regs: reflects the saved user state of current task. | 
| 1950 | Return err | 
| 1953 | active_uprobe = uprobe | 
| 1954 | state = UTASK_SSTEP | 
| 1955 | Return 0 | 
| Name | Describe | 
|---|---|
| handle_swbp | Run handler and ask thread to singlestep.* Ensure all non-fatal signals cannot interrupt thread while it singlesteps. | 
| 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  |