Function report |
Source Code:mm\kasan\report.c |
Create Date:2022-07-28 15:52:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_address_stack_frame
Proto:static void print_address_stack_frame(const void *addr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | addr |
348 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_KASAN_SW_TAGS) Then Return |
351 | If Not get_address_stack_frame_info(addr, & offset, & frame_descr, & frame_pc) Then Return |
359 | pr_err("\n") |
360 | pr_err("addr %px is located in stack of task %s/%d at offset %lu in frame:\n", addr, comm, task_pid_nr(current process), offset) |
364 | If Not frame_descr Then Return |
Name | Describe |
---|---|
print_address_description |
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 |