Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
  2. Aug 13, 2018
  3. Aug 10, 2018
    • wadesong's avatar
      lrdp-v2: Fix some symbol loading issues on ARM-32 platforms · 208182ad
      wadesong authored
      1) When lrdp-v2 is parsing RAM dumps generated on ARM-32 platforms,
         the Trace32 startup script will not contain any instructions
         to enable MMU support, which causes Linux kernel symbol loading
         failure on some newer Trace32 simulators.
      
         Add Trace32 startup instruction to set bit 0 of P15:0x1 if
         lrdp-v2 detects MMU support within the RAM dump.
      
      2) Use task.symbol.loadmod instead of data.load.elf to load all
         the kernel moduels' symbols to avoid symbol loading failures.
      
      Change-Id: Ibae79e3c80279788d7cccd28080d2cecd5432a4b
      208182ad
  4. Aug 04, 2018
  5. Aug 02, 2018
  6. Jul 26, 2018
    • Ankur Bansal's avatar
      lrdp_V2: Fix for broken pagetracking.py · ba942916
      Ankur Bansal authored
      Fix for broken pagetraking.py
      if CONFIG_MEMORY_HOTPLUG is enabled then SECTION_SIZE_BITS is
      CONFIG_HOTPLUG_SIZE_BITS else it is 30.
      
      Change-Id: Ib3ef043ae150dfd674e37b0a853a1e4569abda8c
      ba942916
  7. Jul 25, 2018
  8. Jul 19, 2018
  9. Jul 11, 2018
  10. Jun 27, 2018
  11. Jun 18, 2018
  12. Jun 13, 2018
  13. Jun 09, 2018
  14. Jun 07, 2018
  15. May 31, 2018
  16. May 28, 2018
  17. May 25, 2018
  18. May 11, 2018
  19. May 09, 2018
  20. May 08, 2018
  21. May 03, 2018
  22. Apr 27, 2018
  23. Apr 25, 2018
  24. Apr 09, 2018
  25. Apr 06, 2018
  26. Apr 04, 2018
  27. Apr 02, 2018
  28. Mar 26, 2018
  29. 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
  30. Mar 23, 2018
  31. Mar 22, 2018
Loading