Function report |
Source Code:arch\x86\include\asm\stacktrace.h |
Create Date:2022-07-28 07:31:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:on_stack
Proto:static inline bool on_stack(struct stack_info *info, void *addr, size_t len)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct stack_info * | info | |
void * | addr | |
size_t | len |
46 | Return type != STACK_TYPE_UNKNOWN && addr >= begin && addr < end && addr + len > begin && addr + len <= end |
Name | Describe |
---|---|
show_regs_if_on_stack | |
stack_access_ok | |
unwind_next_frame | |
__unwind_start | |
update_stack_state | |
__unwind_start | |
__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 |