| Function report | 
| Source Code: arch\x86\kernel\unwind_guess.c | Create Date:2022-07-28 08:51:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__unwind_start
Proto:void __unwind_start(struct unwind_state *state, struct task_struct *task, struct pt_regs *regs, unsigned long *first_frame)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct unwind_state * | state | |
| struct task_struct * | task | |
| struct pt_regs * | regs | |
| unsigned long * | first_frame | 
| 58 | sp = PTR_ALIGN(first_frame, sizeof(long)) | 
| 60 | get_stack_info(first_frame, task, & stack_info, & stack_mask) | 
| 68 | If Not unwind_done(state) && ( Not on_stack( & stack_info, first_frame, sizeof(long)) || Not __kernel_text_address( * first_frame) ) Then unwind_next_frame(state) | 
| Name | Describe | 
|---|---|
| unwind_start | 
| 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 |