Skip to content
Snippets Groups Projects
  1. Oct 22, 2016
  2. Oct 21, 2016
  3. Oct 20, 2016
  4. Oct 19, 2016
  5. Oct 18, 2016
  6. Oct 17, 2016
    • c_ankurb's avatar
      lrdv_v2: fix for broken lpm.py · a94ae70c
      c_ankurb authored
      Changing variable name num_childs_in_sync -> num_children_in_sync
      due to structure change in 3.18 kernel
      
      Change-Id: I454f547959c861d0aced65b0006f40b583cf7b7a
      a94ae70c
  7. Oct 15, 2016
  8. Oct 13, 2016
    • Satyajit Desai's avatar
      lrdp-v2: Handle struct name changes made in 4.4 kernel · f21d248c
      Satyajit Desai authored
          This commit addresses the struct name changes from 3.18 to
          4.4 kernel. We look-up the struct definition via gdb to
          generate the formats.txt file which is used by QTF to generate
          the Ftrace log
      
      Change-Id: Ia76443e16d6c91dd36a8bd04367b10aa0fcc2c89
      f21d248c
  9. Oct 12, 2016
  10. Oct 08, 2016
  11. Oct 07, 2016
    • Prashanth Bhatta's avatar
      lrdp-v2: Parse WLAN module as part of parser · 0775e624
      Prashanth Bhatta authored
      Customers normally share extracted logs from RAMDUMP because of
      various reasons including security and to protect personal
      information. Add support to extract WLAN module debug details so
      that customer issues can be triaged easily.
      
      CRs-fixed: 1074311
      Change-Id: If7a3f2c6ed990d9203ea93c8e0688c5c44f13c53
      0775e624
  12. Oct 05, 2016
  13. Sep 21, 2016
  14. Sep 10, 2016
  15. Sep 09, 2016
  16. Sep 08, 2016
  17. Sep 06, 2016
    • Shiraz Hashim's avatar
      lrdp-v2: Refine AARCH64 page table format parsing · 22b531a0
      Shiraz Hashim authored
      Presently, we can have combination of legacy msm_iommu
      or arm-smmu driver managed iommu domain. Further the page
      table format also may differ in these respective managed
      domains. While with arm-smmu driver, we only use armv8
      page table format, with legacy msm_iommu driver we can
      support both armv7s and armv8 format page tables.
      
      Refactor the code to distinguish respective domain as to
      what pagetable format it supports and accordingly call
      corresponding page table parser.
      
      Change-Id: I71479dc70d93124603f6bd5403296efa4e6dfdeb
      22b531a0
  18. Sep 02, 2016
  19. Aug 20, 2016
  20. Aug 13, 2016
  21. Aug 04, 2016
  22. Jul 21, 2016
  23. Jul 19, 2016
    • Patrick Daly's avatar
      lrdp-v2: Use 'rb' mode when opening DDR files · 8362a3f3
      Patrick Daly authored
      Calling read_byte() on windows may return the empty string '' prior
      to the end of the file without opening the file in 'rb' mode.
      
      The 'rb' mode was removed by
      commit 5743b613
      ("lrdp-v2: ramdump: Fix autoparse for some targets.")
      
      Change-Id: Ibea608112400c06a9adc6f1fd3b4842a87717846
      8362a3f3
  24. Jul 11, 2016
  25. Jul 06, 2016
    • Jonathan Avila's avatar
      lrdp-v2: ramdump: Fix autoparse for some targets. · 5743b613
      Jonathan Avila authored
      Add support for parsing dump_info.txt and load.cmm to properly set phys
      offset and find the base addresses of memory files.
      
      This change fixed autoparse on a few targets, though may not apply to all
      platforms and situations.
      
      Changes based heavily on those made from a prior change.
      See Change-Id: I4be54a48a659ac1e6346d9178d19a8b40e2e1b6d
      
      CRs-Fixed: 1038185
      Change-Id: If98a4073e9afc98fd3903e606539b9e4e9ca2c51
      5743b613
  26. Jun 29, 2016
    • Liam Mark's avatar
      lrdp-v2: check for NULL pgtbl_ops · 300f50ee
      Liam Mark authored
      Ensure we don't try to parse the page tables for an arm_smmu_domain
      where the pgtbl_ops is NULL.
      
      CRs-Fixed: 1034128
      Change-Id: If9e63e27a052ed45ad3c187983311acdc3376579
      300f50ee
    • Liam Mark's avatar
      lrdp-v2: support for arm_smmu_domain container of iommu_domain · a6485a35
      Liam Mark authored
      The arm_smmu_domain is no longer stored in the iommu_domain priv
      field, from kernel version 4.1 the arm_smmu_domain is a container
      of iommu_domain.
      
      Add support for this configuration.
      
      CRs-Fixed: 1034128
      Change-Id: I949ec4a24a7dedc394aedc3e6e30e64f34ca3715
      a6485a35
  27. Jun 03, 2016
  28. May 13, 2016
  29. May 10, 2016
Loading