Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
    • Patrick Daly's avatar
      lrdp-v2: Introduce read_s64 · deb67d8f
      Patrick Daly authored
      Add a function for reading a signed 64 bit value from a ramdump.
      
      Change-Id: Ic7e5a8a7cb9d5fd551ffb2c3add2499a25aff540
      deb67d8f
  2. Mar 17, 2017
  3. Mar 16, 2017
  4. Mar 15, 2017
  5. Mar 14, 2017
  6. Mar 13, 2017
  7. Mar 11, 2017
  8. Mar 10, 2017
  9. Mar 09, 2017
  10. Mar 08, 2017
  11. Mar 07, 2017
  12. Mar 03, 2017
  13. Mar 01, 2017
  14. Feb 28, 2017
    • Patrick Daly's avatar
      lrdpv2: Correct caching of virt->physical translations · d520a948
      Patrick Daly authored
      Cache translations for pages rather than by exact address. This shows
      a large improvement in efficiency for some specific cases:
      
      Before:
      [9/33] --dmesg ... 18.810140s
      [23/33] --print-rtb ... 78.879237s
      [26/33] --print-tasks ... 29.115214s
      
      After:
      [9/33] --dmesg ... 0.952276s
      [23/33] --print-rtb ... 7.542078s
      [26/33] --print-tasks ... 4.092283s
      
      Change-Id: I1268928e2f1f0493b9047497a0f91b86ad83a296
      d520a948
    • Avinash Jain's avatar
      lrdp_v2: slabinfo optimization and bug fixes. · 61fbfd93
      Avinash Jain authored
      flag for performance on/off, bug fixes.
      
      Change-Id: I07b2086f5f3302c8514a1a8179dbe1605c93f8a2
      61fbfd93
  15. Feb 17, 2017
  16. Feb 15, 2017
  17. Feb 13, 2017
  18. Feb 08, 2017
  19. Jan 27, 2017
  20. Jan 26, 2017
  21. Jan 25, 2017
  22. Jan 24, 2017
    • Kyle Yan's avatar
      ldrp-v2: Add new method of finding number of CPUs as of kernel 4.5 · 38976141
      Kyle Yan authored
      As of commit c4c54dd1 (kernel/cpu.c: change type of cpu_possible_bits
      and friends), cpu_present_bits no longer exists. Add new method of finding
      number of cpus and also change other functions to use the get_num_cpus
      API instead of defining it again.
      
      Change-Id: I6d38d505ba7674b94e8481e6679226803eba977e
      38976141
    • Runmin Wang's avatar
      lrdp-v2: Check if tvec_base_deferrable exisits · b8025995
      Runmin Wang authored
      tvec_base_deferrable is defined after msm-3.18. Add a check to skip
      dumping this for previous kernel version
      
      Change-Id: Ib2de82c5c6549d9ca5d53c96019fc47621a02e23
      b8025995
  23. Jan 09, 2017
  24. Jan 07, 2017
Loading