Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. May 09, 2018
    • Isaac J. Manjarres's avatar
      lrdp-v2: Use correct target names · 2240fdba
      Isaac J. Manjarres authored
      Target codenames were recently update. Update files
      to reflect name changes, so that correct target names
      are used for the ramparser.
      
      Change-Id: Ibf225cdc91141da7c061f67f722d7f70901e4133
      2240fdba
  3. May 08, 2018
  4. May 03, 2018
  5. May 01, 2018
  6. Apr 27, 2018
  7. Apr 25, 2018
  8. Apr 20, 2018
  9. Apr 14, 2018
  10. Apr 09, 2018
  11. Apr 06, 2018
  12. Apr 05, 2018
  13. Apr 04, 2018
  14. Apr 02, 2018
  15. Mar 29, 2018
  16. Mar 26, 2018
  17. 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
  18. Mar 23, 2018
  19. Mar 22, 2018
  20. 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
Loading