Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Jan 12, 2018
    • Patrick Daly's avatar
      lrdp: debug_image: Support guest VM cpu register dump tables · d9434874
      Patrick Daly authored
      The hypervisor may populate an imem cookie with the location of
      a standard dump table, instead of using the table allocated by linux.
      Read the table location from this cookie instead of relying on the
      linux variable 'memdump'.
      On error, fall back to the old approach of reading from 'memdump'.
      
      Change-Id: Id99bb643fb7f35de79ff7308a999cc2143d7aff0
      d9434874
  3. Jan 09, 2018
  4. Jan 08, 2018
  5. Jan 02, 2018
    • wadesong's avatar
      lrdp-v2: Refine MSM clock availability checking · 3e233452
      wadesong authored
      LRDP-v2 is currently using the kernel version to judge if MSM
      common clock is available on a system, which is inaccurate on
      MSM8996_AU platform.
      
      Change the clock dumping code to use the availability of macro
      CONFIG_COMMON_CLK_MSM to judge if MSM common clock is used on
      a platform.
      
      Change-Id: Ic12ef5a249fb8b7c0f9633a6c8b9cdb23d0d39b4
      3e233452
  6. Dec 18, 2017
  7. Dec 16, 2017
  8. Dec 15, 2017
  9. Dec 12, 2017
  10. Dec 07, 2017
    • wadesong's avatar
      lrdp-v2: Loadble module name prefixing · b61a75d7
      wadesong authored
      Currently the loadble module symbol parsing code is only decoding
      the symbol names without prefixing the module names. This will
      result in some confusion when two module's symbol names are
      identical, and things get worse espeicially when parsing RAM
      dumps where two WLAN drivers are loaded.
      
      Prefix module names to module specific symbol names when parsing
      their symbol files so user can easily tell which module is
      involved in a call stack.
      
      Change-Id: I3cf5e9527be191fb5f21830b1ba9f915d734b5d2
      b61a75d7
  11. Dec 05, 2017
  12. 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
  13. Nov 21, 2017
    • Shiraz Hashim's avatar
      lrdp_v2: Fix page_owner parsing on 32bit · 97bb3a74
      Shiraz Hashim authored
      ARM 32bit targets donot support SPARSE_MEM but FLAT_MEM
      for managing page objects. Fix it to parse page owner
      information for arm 32bit based dumps.
      
      Change-Id: I3cda98836362256c643c4ca0fb494ed55bb61488
      97bb3a74
    • Shiraz Hashim's avatar
      lrdp-v2: Fix kernel version usage · 3e46a959
      Shiraz Hashim authored
      Condition check must use ramdump.kernel_version and not ramdump.version.
      Fix it.
      
      Change-Id: Ic7969be9473671fd3f5f0de2eac7a40b50dc82ec
      3e46a959
  14. Nov 20, 2017
  15. Nov 15, 2017
  16. 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
  17. 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
  18. Oct 27, 2017
  19. Oct 24, 2017
  20. Oct 18, 2017
  21. Oct 11, 2017
  22. Oct 07, 2017
  23. Oct 05, 2017
  24. Sep 25, 2017
  25. Sep 15, 2017
  26. Sep 06, 2017
  27. Aug 28, 2017
  28. 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
  29. Aug 21, 2017
  30. Aug 16, 2017
  31. Aug 14, 2017
  32. Aug 11, 2017
  33. Aug 05, 2017
  34. Aug 02, 2017
Loading