Skip to content
Snippets Groups Projects
  1. Nov 30, 2017
    • wadesong's avatar
      lrdp-v2: Start to parse 'core_layout' since msm-4.9 · f6f2a026
      wadesong authored
      Starting from msm-4.9, a new field named 'core_layout' will be
      available to replace 'module_core' in struct module.
      
      Add code to parse the newly introduced field for loadable module
      symbol addition based on the Linux kernel version.
      
      Change-Id: I503ba6b0d4f5928bb2fea85ab3fdd4a33150b1c0
      f6f2a026
  2. Nov 21, 2017
  3. Nov 20, 2017
  4. Nov 15, 2017
  5. Nov 11, 2017
    • wadesong's avatar
      lrdp-v2: Fix ARM 32-bit thread_info addr reading error · f16b737f
      wadesong authored
      In thread_saved_field_common_32, read_word should not be used to
      retrieve the thread_info structure's address because
      get_thread_info_addr is already doing the same.
      
      Change-Id: I422c67b98d318c0084ab32fb0ad9f180da186829
      f16b737f
  6. 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
  7. Oct 24, 2017
  8. Oct 18, 2017
  9. Oct 11, 2017
  10. Oct 07, 2017
  11. Oct 05, 2017
  12. Sep 25, 2017
  13. Sep 15, 2017
  14. Sep 06, 2017
  15. Aug 28, 2017
  16. 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
  17. Aug 21, 2017
  18. Aug 16, 2017
  19. Aug 14, 2017
  20. Aug 11, 2017
  21. Aug 05, 2017
  22. Aug 02, 2017
  23. Aug 01, 2017
  24. Jul 27, 2017
  25. Jul 26, 2017
  26. 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
  27. Jul 21, 2017
  28. Jul 20, 2017
  29. Jul 19, 2017
  30. 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
  31. Jul 14, 2017
  32. Jul 13, 2017
  33. Jul 12, 2017
    • Olav Haugan's avatar
      lrdp_v2: Add support for THREAD_INFO_IN_TASK · 4d9f4f02
      Olav Haugan authored
      The THREAD_INFO_IN_TASK kernel feature removes the thread_info
      structure from task stack. Add support for this in the parser to handle
      when this option is enabled.
      
      Change-Id: I23eda300395936618e6d69eccd6c5d610c871ba8
      4d9f4f02
Loading