Skip to content
Snippets Groups Projects
  1. Mar 08, 2014
  2. Mar 04, 2014
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: Parse re-sized logbuffer · a8caacd7
      Laura Abbott authored
      The logbuf for kernel dmesg logs may be re-sized at bootup to
      be non-static. Account for this by parsing the non-static version
      which should should also point to the static version.
      
      Change-Id: Id5a2da0036b31ac0b5f4622a5e1cd74e38e8dae4
      a8caacd7
  3. Feb 27, 2014
  4. Feb 18, 2014
    • Laura Abbott's avatar
      linux-ramdump-parser-v2: Detect corruption in rb_tree · 079cd6eb
      Laura Abbott authored
      Red/Black trees are supposed to be trees, not directed cyclic graphs.
      Sometimes trees in ramdumps may become corrupted though, resulting in
      cycles. Detect these cycles in the tree to avoid looping forever.
      
      Change-Id: I68cf018c6786b3c6947789a18c63c7a3a1f8d7bc
      079cd6eb
  5. Feb 15, 2014
  6. Feb 13, 2014
  7. Feb 12, 2014
  8. Feb 11, 2014
  9. Feb 05, 2014
  10. Feb 03, 2014
  11. Jan 30, 2014
  12. Jan 27, 2014
  13. Jan 26, 2014
  14. Jan 25, 2014
  15. Jan 18, 2014
  16. 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
  17. Nov 25, 2013
Loading