Skip to content
Snippets Groups Projects
  1. Mar 08, 2017
  2. Mar 03, 2017
  3. 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
  4. Feb 17, 2017
  5. Feb 15, 2017
  6. Feb 13, 2017
  7. Feb 08, 2017
  8. Jan 27, 2017
  9. Jan 26, 2017
  10. Jan 25, 2017
  11. 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
  12. Jan 09, 2017
  13. Jan 07, 2017
  14. Jan 05, 2017
  15. Jan 04, 2017
  16. Jan 02, 2017
  17. Dec 26, 2016
  18. Dec 23, 2016
  19. Dec 22, 2016
  20. Dec 21, 2016
    • Srinivas Ramana's avatar
      RTB: Add timer counter value to the RTB record · f09da1ea
      Srinivas Ramana authored
      Add timer counter value to every RTB log record. This will help
      in correlating the kernel events time with events happening in
      other HW subsystems in the SOC.
      
      Change-Id: Ib49eeffbbc4827c0074d0254d9eae63286e0ae29
      f09da1ea
  21. Dec 20, 2016
  22. Dec 17, 2016
  23. Dec 12, 2016
    • Olav Haugan's avatar
      lrdp_v2: Fix generated startup script for use with Linux · 8a928c8f
      Olav Haugan authored
      The startup scripts used with T32 is not generated properly for use with
      Linux. Fix this:
      
      * Make T32 use absolute paths on both Windows and Linux
      * Update T32 config scripts to work with Linux
      
      Change-Id: If96dd762d8cb5a9419d149d370ae21cf222ed93b
      8a928c8f
  24. Dec 08, 2016
  25. Dec 07, 2016
Loading