Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
    • Gopi Krishna Nedanuri's avatar
      lrdp_v2: Remove scandump dependency on core context. · d0f6e59d
      Gopi Krishna Nedanuri authored
         Scandump parser generates .cmm files for registers
      extracted from scandump. TZ/SDI extracts context into dumptable.
      Both are different and independent. Scandump context
      shouldn't overwrite SDI/TZ context, otherwise we don't get
      proper context in Non-secure WDT issues.
      
      Change-Id: If5b3e4de8519e199f3c54f7205208f513661ca7c
      d0f6e59d
  2. Jan 26, 2017
  3. Jan 25, 2017
  4. 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
  5. Jan 09, 2017
  6. Jan 07, 2017
  7. Jan 05, 2017
  8. Jan 04, 2017
  9. Jan 02, 2017
  10. Dec 26, 2016
  11. Dec 23, 2016
  12. Dec 22, 2016
  13. 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
  14. Dec 20, 2016
  15. Dec 17, 2016
  16. 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
  17. Dec 08, 2016
  18. Dec 07, 2016
  19. Dec 03, 2016
  20. Nov 26, 2016
  21. Nov 25, 2016
  22. Nov 24, 2016
  23. Nov 22, 2016
    • Avinash Jain's avatar
      lrdp_v2: slabinfo.py execution time optimization. · 08f131b7
      Avinash Jain authored
      Changed slabinfo.py to print only allocated objects.
      Printing free objects call stack is optional now(based
      on commandline option). print object address - FREE and
      ALLOCATED  in a file.
      Print unique callstack of objects in slab only once.
      
      Change-Id: I76079c6d0a09ee362ca29f6d785439f4f1f4294c
      08f131b7
  24. Nov 15, 2016
  25. Nov 08, 2016
  26. Nov 03, 2016
  27. Nov 02, 2016
    • Patrick Daly's avatar
      lrdp-v2: Update informational message · b21f8e56
      Patrick Daly authored
      The debug image table may contain entries which do not have associated
      ramdump parsers. Some of these entries may be for data which linux is
      not interested in. Ensure that the message printed in this scenario looks
      less like an error to prevent future confusion
      
      Change-Id: Id386b6c3ecf4710fa6fe1c2ee3c6a3034b430a76
      b21f8e56
    • Shashank Babu Chinta Venkata's avatar
      Modify scandata to write Needed info into binary file · 7dfab339
      Shashank Babu Chinta Venkata authored
      This change allows to write needed data into a bin file
      in parse_scandump method. This bin file is essential for scandump parser
      to extract register data from scandump entries in ramdump.
      
      Change-Id: I189950853c1dbc279cc7de502b1c75c0455ef782
      CRs-Fixed: 1074805
      7dfab339
Loading