Function report |
Source Code:arch\x86\kernel\unwind_frame.c |
Create Date:2022-07-28 08:51:24 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This determines if the frame pointer actually contains an encoded pointer to* pt_regs on the stack. See ENCODE_FRAME_POINTER.
Proto:static struct pt_regs *decode_frame_pointer(unsigned long *bp)
Type:struct pt_regs
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned long * | bp |
| 175 | If Not (regs & 0x1) Then Return NULL |
| 178 | Return regs & ~0x1 |
| Name | Describe |
|---|---|
| update_stack_state |
| 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 |