Skip to content
Snippets Groups Projects
  1. Nov 20, 2017
  2. Nov 01, 2017
    • Soumen Ghosh's avatar
      lrdp-v2:Minidump parsing support for kernel version 4.9 · bebe9318
      Soumen Ghosh authored
              In the latest kernel version minidump_table structure got changed. Some emelments are removed.
              like smem_table, version. In those information anyhow is not being used in ramparser. So removed all those elements
      Change-Id: Ibce7ab2515737a7871c1f9df70d4eddee64bdc09
      bebe9318
  3. Oct 24, 2017
  4. Oct 18, 2017
  5. Oct 11, 2017
  6. Oct 07, 2017
  7. Oct 05, 2017
  8. Sep 25, 2017
  9. Sep 15, 2017
  10. Sep 06, 2017
  11. Aug 28, 2017
  12. Aug 23, 2017
    • Ankur Bansal's avatar
      lrdp_v2 : Fix for broken irqstat.py for kernel 3.18 · 70844c26
      Ankur Bansal authored
      Fix for broken irqstat.py for 3.18 kernel.
      In kernel 3.18, affinity is part of struct irq_data
      whereas in kernel >= 4.4 affinity is part fo struct irq_common_data
      
      Change-Id: I6c5b5417df86a818c1fc362ab881057074521d2f
      70844c26
  13. Aug 21, 2017
  14. Aug 16, 2017
  15. Aug 14, 2017
  16. Aug 11, 2017
  17. Aug 05, 2017
  18. Aug 02, 2017
  19. Aug 01, 2017
  20. Jul 27, 2017
  21. Jul 26, 2017
  22. Jul 25, 2017
    • Gopi Krishna Nedanuri's avatar
      lrdp_v2: Fix get_wdog_timing for kernel version 4.9 · c26d2199
      Gopi Krishna Nedanuri authored
      Fix variable name change of cpu_online_bits for 4.9 kernel
      
      Change-Id: Ic04d2327f41e678e1e6bcfb1e8e05cbf47b4e515
      c26d2199
    • wadesong's avatar
      lrdp-v2: Add symbol parsing for loadable modules · 88519637
      wadesong authored
      Current Linux Ram Dump Paser scripts are only able to load kernel
      symbols by default. No loadable modules' symbols will be parsed
      at startup time, which may result in 'unknown symbols' in some
      cases, especially when checking SLAB info on dual-wifi platforms.
      
      With this change, loadable modules' symbols can be parsed on
      script startup by the following configurations:
      
      1) Put all symbols under a certain dir, such as:
      
      <dump_location>/symbols/wlan.ko
      <dump_location>/symbols/wlan_sdio.ko
      
      2) Add --sym_path when invoking the scripts, such as:
      
      python %RAM_DUMP_PARSER_PATH%\ramparse.py --sym_path
      <dump_location>/symbols
      
      With the above actions, all loadable modules' symbols will be
      parsed and stored for subsequent information dumping. Symbol
      loading commands will also be added into the Trace32 startup
      script.
      
      Change-Id: Idda9c9a08cfd24c19bf4021e80fee5187cd031b9
      88519637
  23. Jul 21, 2017
  24. Jul 20, 2017
  25. Jul 19, 2017
  26. Jul 18, 2017
    • Sri Krishna Madireddy's avatar
      lrdpv2: cachedumplib: Change LLCC client version · fbe21d2a
      Sri Krishna Madireddy authored
      Updates LLCC client version number to 0x10
      
      Change-Id: I4e80d912b0c959f39a31767c9a7002d87e2b6a7a
      fbe21d2a
    • wadesong's avatar
      lrdp-v2: Correct SLUB track address calculation · b02616f5
      wadesong authored
      SLUB allocation and freeing tracking storage address calculation
      doesn't take into account the length of the red zone header,
      resulting in incorrect stack dump when Linux RAM dump parser is
      used to parse(with --slabinfo option)dumps generated with
      SLUB_DEBUG options enabled.
      
      Change-Id: I50f4c6d304ff1ecd57bfddb1bfa9441ff5cb3ac1
      b02616f5
  27. Jul 14, 2017
  28. Jul 13, 2017
  29. Jul 12, 2017
  30. Jul 06, 2017
  31. Jul 01, 2017
    • wadesong's avatar
      lrdp-v2: Add lowmem page address retrieving for ARM32 · 653d520a
      wadesong authored
      memstart_addr is now used by lrdp-v2 to retrieve lowmem page
      address, but the variable is only defined on ARM64. Add code for
      retrieving the same information on ARM32
      
      Change-Id: I825b318962751b1b948df9cb948149e47e3fdf50
      653d520a
  32. Jun 23, 2017
  33. Jun 22, 2017
Loading