Skip to content
Snippets Groups Projects
  1. Jul 03, 2014
  2. Jun 26, 2014
  3. Jun 22, 2014
  4. Jun 20, 2014
  5. Jun 13, 2014
  6. Jun 11, 2014
  7. Jun 10, 2014
  8. Jun 09, 2014
  9. Jun 07, 2014
  10. Jun 06, 2014
  11. Jun 05, 2014
  12. Jun 04, 2014
  13. Jun 02, 2014
  14. May 30, 2014
  15. May 25, 2014
  16. May 23, 2014
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: Use a more generic function for rtb parsing · b9327ffa
      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
      b9327ffa
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: use sys.stdout as the default file · 1425a0f0
      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
      1425a0f0
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: Add tracing for stack unwinding · 2a90bad4
      Laura Abbott authored
      The arm32 version of stack unwinding was missing a function. Add it
      back.
      
      Change-Id: I46f769938601867fd7d331e01b200071630696af
      2a90bad4
  17. May 14, 2014
  18. May 13, 2014
  19. May 12, 2014
    • Mitchel Humpherys's avatar
      lrdp-v2: quiet down roareadiff · 0e7e22cf
      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
      0e7e22cf
    • Mitchel Humpherys's avatar
      lrdp-v2: provide method for flushing outfile · aed440e0
      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
      aed440e0
    • Mitchel Humpherys's avatar
      lrdp-v2: add progress indicator · 9cebcb69
      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
      9cebcb69
Loading