Skip to content
Snippets Groups Projects
  1. Apr 20, 2018
  2. Apr 14, 2018
  3. Apr 09, 2018
  4. Apr 06, 2018
  5. Apr 05, 2018
  6. Apr 04, 2018
  7. Apr 02, 2018
  8. Mar 29, 2018
  9. Mar 26, 2018
  10. Mar 24, 2018
    • Ankur Bansal's avatar
      lrdp_v2 : Fix for broken clockdump.py · 8207be4d
      Ankur Bansal authored
      clockdump.py is taking more time because it is going thourgh all
      node of of_clk_provider, and some of the node does not have any data
      so need to skip those node and continue.
      parsing new clk 'spmi_pmic_div_clk_hw_get' added in kernel 4.14
      
      Change-Id: Iaccb93baa566eaaf3031cd7ec2d112f8c867cd38
      8207be4d
    • Ankur Bansal's avatar
      lrdp_v2 : Fix memusage.py for kernel-4.14 · 27f2fee0
      Ankur Bansal authored
      slab info is moved to vm_node_stat in kernel-4.14
      reading slab info from vm_node_state instead of vm_zone_state.
      and shmem from vm_node_state
      
      Change-Id: I32770c678209b7a9acc221bed9db44b86b0d0990
      27f2fee0
  11. Mar 23, 2018
  12. Mar 22, 2018
  13. Mar 20, 2018
    • Ankur Bansal's avatar
      lrdp_v2 : memusage : Fix memory usages parsing · 98655a9b
      Ankur Bansal authored
      In case of task list corruption, traverse the task list in both
      forward and backward direction to get memory usages by all the
      task.
      
      Change-Id: Ia6f1e05e1f82841a9cda29a0e27a6759f0c9b079
      98655a9b
    • Ankur Bansal's avatar
      lrdp_v2 : Fix for broken taskdump.py · 51c74ed4
      Ankur Bansal authored
      In case of task list corruption, taskdump.py is not printing
      all the task, Now printing the task in both forward and backward
      direction to get all the task.
      
      Change-Id: I83c5656e15ed20e4aa880823528054ba2aea05fa
      51c74ed4
    • Ankur Bansal's avatar
      lrdp_v2 : Fix for broken memstat.py · 3ce3f0f8
      Ankur Bansal authored
      Fix for broken memstat.py, add check for mempool and stat_val
      if mempool and stat_val is None then return 0
      
      Change-Id: I71323a49d733d2ddc198ad9b6c44f629edfb619d
      3ce3f0f8
  14. Mar 15, 2018
    • wadesong's avatar
      lrdp-v2: Add support for linux-3.x on ARM 32-bit platforms · 8b74e9de
      wadesong authored
      Currently LRDP-v2 will only add linux.t32 and linux.men into
      the t32_startup_script.cmm script when it is parsing RAM
      dumps generated on ARM 32-bit platforms.
      
      Change the code in ramdump.py to add linux3.t32 and its
      related linux.men into t32_startup_script.cmm when it is
      determined that the kernel version is greater than 3.0.0.
      
      Change-Id: Id0ddc62cc702b0bc586bb9864ceb02177d397e13
      8b74e9de
  15. Mar 07, 2018
  16. Mar 03, 2018
  17. Mar 01, 2018
  18. Feb 27, 2018
  19. Feb 26, 2018
  20. Feb 23, 2018
  21. Feb 16, 2018
    • Patrick Daly's avatar
      lrdp: iommu: fix page table parsing · 137cd66a
      Patrick Daly authored
      New kernel versions have altered the definition of
      'struct arm_lpae_io_pgtable'. Get the required values from
      'struct io_pgtable_cfg' instead.
      
      Change-Id: Idf91c0efdddb58cdb0130d8a97e4757d05925850
      137cd66a
Loading