lrdp-v2:minidump parsing support add in ramparser
A minidump supports fewer features than a full ramdump, but does not require the user to save all 4GB+ of memory. Instead a small subset of DDR is saved by crashscope as an elf file. Currently dmesg logs, rtb logs, and the cpu context parser are supported. Example usage: python ramparse.py --vmlinux <vmlinux> --minidump --ram-elf <elf_file> --ram-file <OCIMEM.bin> --everything Change-Id: Ib689b4811d66472ac20aa7c63893fdaed915512e
Showing
- linux-ramdump-parser-v2/README 5 additions, 0 deletionslinux-ramdump-parser-v2/README
- linux-ramdump-parser-v2/boards.py 1 addition, 0 deletionslinux-ramdump-parser-v2/boards.py
- linux-ramdump-parser-v2/debug_image_v2.py 227 additions, 127 deletionslinux-ramdump-parser-v2/debug_image_v2.py
- linux-ramdump-parser-v2/minidump_util.py 56 additions, 0 deletionslinux-ramdump-parser-v2/minidump_util.py
- linux-ramdump-parser-v2/ramdump.py 178 additions, 86 deletionslinux-ramdump-parser-v2/ramdump.py
- linux-ramdump-parser-v2/ramparse.py 38 additions, 10 deletionslinux-ramdump-parser-v2/ramparse.py
Loading
Please register or sign in to comment