- May 08, 2018
-
-
Gopi Krishna Nedanuri authored
Use correct length for reading physical memory in continous memory type of etr. Change-Id: Ia4545b22a553b5e787ebfaf01888c85b35d192dc
-
- Sep 15, 2017
-
-
Gopi Krishna Nedanuri authored
Reading byte by byte takes lot of time. So read complete buffer at a time. Change-Id: Ie9dcb74d9b75ee3adf2c7940a4b6530525a073fe
-
- Apr 14, 2016
-
-
David Garibaldi authored
Debug image parsing currently includes QDSS ETM and ETR binary data parsing by default. However, these two parsing operations can take a significant amount of time if either of their respective data buffers are very large. Furthermore, this binary data is not needed for most common debug image parsing use cases. Add an argument to optionally disable QDSS ETM and ETR binary data parsing when debug image parsing has also been selected. Change-Id: Iab25c15d00dde1bb5dfafb3149e6e55760fd6291
-
- Nov 17, 2015
-
-
Mitchel Humpherys authored
Rename addr_lookup to address_of to match common terminology more closely. Change-Id: I7fc744ce88d1f8880f13dfbf83fb0efcbe9ba0f2
-
- Apr 21, 2015
-
-
Xiaogang Cui authored
Add support to parse DBGUI register dump in debug image and generate a txt file with DBGUI register information. Change-Id: I7771a470a67dbe7d84144a4c9c4da1c6287fd524
-
- Dec 08, 2014
-
-
Pratik Patel authored
Address the corner case where we end up in a continuous (almost inifinite) loop when blk value equals rwpval. Change the condition from blk < rwpval to blk <= rwpval to fix this. Change-Id: I67923f3fa681e64eaff1821be7ae9805f66d47df
-
- Apr 24, 2014
-
-
Sarangdhar Joshi authored
Add support to dump trace data when scatter gather feature is enabled for TMC ETR configuration Change-Id: I6ca3e161326efbf42f44775775bd5eff8553a383
-
Aparna Das authored
Add support to locate TMC trace buffer in memory when the address width is greater than 32 bits. Change-Id: I7d916a6f9cfe0312764702b67d410778eaa55a04
-
Aparna Das authored
Add support to the ramdump parser to parse debug image v2 format. Current support is for parsing cpu context and QDSS dumps. Change-Id: Ic7437e3b999845d607366bcf727f00078f81915a
-
- Jan 25, 2014
-
-
Laura Abbott authored
Several imports were dropped during code refactor. Re-add them. Change-Id: I29b6d680c19400f1e246891ec0e32730f8a6424c
-
- Jan 03, 2014
-
-
Laura Abbott authored
After a crash, ramdumps may be collected for analysis. The ram parser is a tool to aid in analysis of these dumps. The script extracts useful information from the dumps to help with debugging. Please see the README for full details. Change-Id: I7795686a96bbfe246edf47d09e3f616131688429
-