Function report |
Source Code:arch\x86\kernel\crash.c |
Create Date:2022-07-28 08:37:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Gather all the required information to prepare elf headers for ram regions
Proto:static struct crash_mem *fill_up_crash_elf_data(void)
Type:struct crash_mem
Parameter:Nothing
202 | nr_ranges = 0 |
205 | walk_system_ram_res(0, - 1, & nr_ranges, get_nr_ram_ranges_callback) |
206 | If Not nr_ranges Then Return NULL |
213 | nr_ranges += 2 |
215 | If Not cmem Then Return NULL |
218 | max_nr_ranges = nr_ranges |
219 | nr_ranges = 0 |
221 | Return cmem |
Name | Describe |
---|---|
prepare_elf_headers | Prepare elf headers. Return addr and size |
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 |