Skip to content
Snippets Groups Projects
  1. May 26, 2017
    • Soumen Ghosh's avatar
      lrdp-v2:minidump parsing support add in ramparser · 687e1bab
      Soumen Ghosh authored
      	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
      687e1bab
  2. Mar 03, 2017
    • Vikram Mulukutla's avatar
      lrdp-v2: ftrace: Add ftrace parsing · c39edd6e
      Vikram Mulukutla authored
      Use the 'crash' and 'trace-cmd' tools to extract raw
      ftrace data and parse out the ftrace buffer. A file
      named 'ftrace.txt' is created in the outdir path if
      all commands succeed.
      
      Change-Id: I7f1bcfae99b7b9a4ca6dc3550090441318e857e0
      c39edd6e
  3. Oct 18, 2016
  4. Jul 16, 2014
  5. Apr 24, 2014
    • Mitchel Humpherys's avatar
      lrdp-v2: README: ramparse.py: add more help about python2.7 · fefcd717
      Mitchel Humpherys authored
      If the user has python2.7 installed but it's not the default interpreter
      on their system, they might get confused when they invoke the parser and
      get a message about needing to install 2.7 even though they already have
      it installed. Add some instructional messages about this situation to
      the 2.6 invocation warning message as well as the README.
      
      Change-Id: Ib1ee7df39199f715b236dbda2f75093ba0501648
      fefcd717
  6. Apr 22, 2014
  7. Mar 13, 2014
  8. Jan 03, 2014
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: Initial contribution of ram parser · 9133968f
      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
      9133968f
Loading