- Jun 22, 2014
-
-
Monu Surana authored
DDRCompare currently performs these tasks: * Checks the magic values of all the statically initialized locks * Scans the doubly linked list of the task list to find corruptions Change-Id: Ie4904c2434f073d5711bb439029ffec35919846e
-
- Jun 10, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- Jun 09, 2014
-
-
Mitchel Humpherys authored
rtb_data_offset doesn't exist anymore but it was still being passed to a function (that did nothing with it). Remove it. Change-Id: I4f3b03ce16fdb43b608b24ed8c61b7497d6f3867
-
Subbaraman Narayanamurthy authored
Add parsing support for L2 indirect accesses and IRQ logging. Change-Id: I029fbc43077813234a0c3d7436bc9b7d165c39d6
-
- Jun 07, 2014
-
-
Linux Build Service Account authored
-
- Jun 06, 2014
-
-
Xiaogang Cui authored
Add support for detecting 8939 target and parsing the ramdumps. Change-Id: If96baa1759dbd450fef3a0db1be0ff5e4fb9654a
-
- Jun 05, 2014
-
-
Linux Build Service Account authored
-
- Jun 04, 2014
-
-
Laura Abbott authored
Some binaries may be compiled with a different page offset. Add an option to allow the page offset to be adjusted properly. Change-Id: I50cf0241f8a52aa0f9cd070da827775b5cb4764c
-
- Jun 02, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Aparna Das authored
Add support to detect socinfo id correctly for different memory maps of 8916. Change-Id: Ic2d83288539e58bcaae1541f57d633a4ba66f169
-
Aparna Das authored
Add new entries to client dump data id table to take into account additional clients registering for v2 memory dump. Change-Id: Ic6d155b2270c3659f5c7337b25c980c28562490c
-
Linux Build Service Account authored
-
- May 30, 2014
-
-
Aparna Das authored
Add support for detecting 8994 target and parsing the ramdumps Change-Id: I8a5c039b4fd3a7552c44766f1a459024146cd0e4
-
- May 25, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- May 23, 2014
-
-
Laura Abbott authored
Commit 4eb3aa20 (linux-ramdump-parser-v2: Update RTB for 64-bit) added support for 64-bit RTB parsing but broke backwards compatibility for old branches that don't have the 64-bit changes. Update the parser to support both old and new formats. Change-Id: I6b9d834e1073d97dd3ffe43c1cc1f753d40e91b8
-
Laura Abbott authored
Some parsers may need to use the out file for their output. Currently, when writing to stdout, we have 'None' as a parser which blows up with dmesg parsing: Traceback (most recent call last): File "ramparse.py", line 318, in <module> p.cls(dump).parse() File "dmesg.py", line 20, in parse dmesglib.DmesgLib(self.ramdump, print_out.out_file).extract_dmesg() File "dmesglib.py", line 79, in extract_dmesg self.extract_dmesg_binary() File "dmesglib.py", line 72, in extract_dmesg_binary self.outfile.write(f) AttributeError: 'NoneType' object has no attribute 'write' Make a default file of sys.stdout to do something reasonable when writing to stdout. --stdout is mostly a debugging feature. Change-Id: I8af80e1e6d79c4ef6660a536df02d26c28089760
-
Laura Abbott authored
The arm32 version of stack unwinding was missing a function. Add it back. Change-Id: I46f769938601867fd7d331e01b200071630696af
-
- May 14, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- May 13, 2014
-
-
Linux Build Service Account authored
-
- May 12, 2014
-
-
Mitchel Humpherys authored
If a zillion billion differences are found in the RO area, just print to the log once to notify the operator of that fact, instead of printing a zillion billion times. Change-Id: Ie61afe5b8bd2cb207f594b8ee46ebac1af95a08a
-
Mitchel Humpherys authored
Sometimes it's useful to force a flush of the global outfile. Provide a method to do so and use it in the main parser loop. Change-Id: I18e9a07345c852d498b131b442df5a0c95bbcf98
-
Mitchel Humpherys authored
It can be useful to know which parser is currently running and how long each parser takes to run. Add some progress status reporting to this end. Change-Id: Ifc063feb4769fee02f0622d7a2c5ddf176ae00dc
-
Mitchel Humpherys authored
msm_rtb_state.step_size should be either 1 or num_cpus(). If it's greater than num_cpus() error out. Change-Id: Id67c2e767ff78dc52a9facd2e255efc23df616f8
-
- May 08, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- May 06, 2014
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- May 05, 2014
-
-
Mitchel Humpherys authored
Currently the registered parsers can be run in basically any order. It would be slightly messy to run them in the order the user specified on the command line, so just run them alphabetically for now. This is needed to do regression testing on the LRDP (diff'ing output of the same dumps with different LRDP code). Change-Id: Ib63c9b5fecaf1170df0e9e121980fcd0e4f35623
-
Mitchel Humpherys authored
A debug print statement snuck through at some point. Remove it. Change-Id: Ifca4f54c1b65deaa06295be5422bd211be5405b0
-
Laura Abbott authored
To generate proper simulator launching scripts, the TTBR needs to be set in the MMU object. This was missing for LPAE page tables. Set it. Change-Id: I236df9db59290e4fe90c1959a9a92b51622c821e
-
Laura Abbott authored
For reasons ranging from mangled dumps to bugs in code, the parser may generate exceptions while parsing. Rather than terminate the entire script, handle exceptions in a more graceful fashion. Change-Id: I883ee9c0910802b00c797380af5b21e00990dce8
-
Laura Abbott authored
arm64 needs different parameters to read ramdumps. Update the script. Change-Id: I33a79d5f98a0fdc271fa769ccd40aad495c677af
-