Skip to content
Snippets Groups Projects
  1. Dec 17, 2016
  2. Dec 01, 2016
    • Patrick Daly's avatar
      Merge remote-tracking branch 'origin/master' into opensource-tools.lnx.1.0-dev.1.0 · 859296bc
      Patrick Daly authored
      * origin/master:
        lrdp_v2: slabinfo.py execution time optimization.
        lrdp-v2: script to fetch ion buffers from ramdump
        lrdp-v2: Update informational message
        Modify scandata to write Needed info into binary file
        linux-ramdump-parser-v2: Add support for msm8940 and msm8920
        lrdp-v2: print tick_do_timer_cpu as part of timerlist
        lrdp_v2: config value changes
        lrdpv2: Fix path issues with autodump
        lrdp-v2: cpr3_info: add CPRh controller handling
        Add support for scandump parser
        lrdv_v2: fix for broken lpm.py
        lrdp-v2: changes to get proper cpr3 information
        lrdp-v2: Handle struct name changes made in 4.4 kernel
        lrdp-v2: Support ordering dependencies between memdump table clients
        lrdp-v2: Parse WLAN module as part of parser
        lrdp-v2: Add support for msmcobalt
        lrdp-v2: print slab objects summary from ramdump
        lrdp-v2: list all open files by  tasks
        ldrp_v2: Create folder before creating a file
        lrdp-v2: Refine AARCH64 page table format parsing
        lrdp-v2: ramdump: Fix virtual address translation
        lrdp-v2: Update cache dump table version
        lrdp-v2: Script to fetch memory stats
        lrdp-v2: Add support for mdmcalifornium
        lrdp-v2: Change board_num to a string
        lrdp-v2: Use 'rb' mode when opening DDR files
        lrdp_v2: Fix auto parse for some new targets.
        lrdp-v2: ramdump: Fix autoparse for some targets.
        lrdp-v2: check for NULL pgtbl_ops
        lrdp-v2: support for arm_smmu_domain container of iommu_domain
        lrdp-v2: boards: Fix bogus indent
        ldrp-v2: Update the cache dump table version and fix ICache parsing.
        lrdp-v2: Timerlist support for kernel 4.2 onwards
        lrdp-v2: Add support for AARCH64 page table format
        lrdpv2: Make QDSS binary data parsing optional
        lrdp-v2: Ignore negative RSS values
        lrdp-v2: add Support for parsing MDP registers
        lrdp-v2: docs: Set autoclass_content = 'both'
        lrdp-v2: Print timestamps in seconds
        lrdp-v2: mm: Print memory usage info
        lrdp-v2: make ListWalker as iterator
        ldrpv2: cachedumlib: Add support for cobalt
        ldrpv2: cachedumplib: Add support for couple of SoCs
        linux-ramdump-parser-v2: Add support for msm8917
        linux-ramdump-parser-v2: Add support for APQ8953
        lrdp-v2: ramdump: Handle equals signs in config values
      
      Change-Id: Ia33df6924cb10845f79957d8f8307c55b7fb55c6
      859296bc
  3. Nov 26, 2016
  4. Nov 24, 2016
  5. Nov 22, 2016
    • Avinash Jain's avatar
      lrdp_v2: slabinfo.py execution time optimization. · 08f131b7
      Avinash Jain authored
      Changed slabinfo.py to print only allocated objects.
      Printing free objects call stack is optional now(based
      on commandline option). print object address - FREE and
      ALLOCATED  in a file.
      Print unique callstack of objects in slab only once.
      
      Change-Id: I76079c6d0a09ee362ca29f6d785439f4f1f4294c
      08f131b7
  6. Nov 15, 2016
  7. Nov 08, 2016
  8. Nov 03, 2016
  9. Nov 02, 2016
    • Patrick Daly's avatar
      lrdp-v2: Update informational message · b21f8e56
      Patrick Daly authored
      The debug image table may contain entries which do not have associated
      ramdump parsers. Some of these entries may be for data which linux is
      not interested in. Ensure that the message printed in this scenario looks
      less like an error to prevent future confusion
      
      Change-Id: Id386b6c3ecf4710fa6fe1c2ee3c6a3034b430a76
      b21f8e56
    • Shashank Babu Chinta Venkata's avatar
      Modify scandata to write Needed info into binary file · 7dfab339
      Shashank Babu Chinta Venkata authored
      This change allows to write needed data into a bin file
      in parse_scandump method. This bin file is essential for scandump parser
      to extract register data from scandump entries in ramdump.
      
      Change-Id: I189950853c1dbc279cc7de502b1c75c0455ef782
      CRs-Fixed: 1074805
      7dfab339
  10. Oct 26, 2016
  11. Oct 25, 2016
  12. Oct 22, 2016
  13. Oct 21, 2016
  14. Oct 20, 2016
  15. Oct 19, 2016
  16. Oct 18, 2016
  17. 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
  18. Oct 15, 2016
  19. 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
  20. Oct 12, 2016
  21. Oct 08, 2016
  22. 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
  23. Oct 05, 2016
  24. Oct 04, 2016
    • Avinash Jain's avatar
      lrdp-v2: print slab objects summary from ramdump · a3610710
      Avinash Jain authored
      Print summary of objects available in slab at the time of crash.
      Output looks like same as "cat /proc/slabinfo" (running device).
      This will help in finding slab which is taking more memory from
      the available dumps.
      
      Change-Id: Ia90c6d2100dd572b475fd7da30533a4272729acf
      a3610710
  25. Sep 21, 2016
  26. Sep 10, 2016
  27. Sep 09, 2016
  28. Sep 08, 2016
  29. 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
  30. Sep 02, 2016
Loading