Skip to content
Snippets Groups Projects
  1. Mar 26, 2019
    • Tingwei Zhang's avatar
      dcc_parser: Fix loopoffset issue · e6c4b172
      Tingwei Zhang authored
      Loop offset is lower config_loopoffset bits. Bit mask of that
      should be bit 0 to bit config_loopoffset - 1.
      
      Change-Id: Id80b8e05ececdfd9c626832a03a5dd6b0db29839
      e6c4b172
  2. Mar 21, 2019
  3. Mar 14, 2019
    • Pavankumar Kondeti's avatar
      lrdp_v2: Fix DL tasks prio in taskdump module · d3fb4a90
      Pavankumar Kondeti authored
      DL (SCHED_DEADLINE) tasks don't have any priority. They will be
      scheduled in EDF (Early Deadline First) fashion. In task_struct,
      the prio for such tasks would be -1. The current code treats
      prio as an unsigned int and prints DL task prio as 4294967295.
      Cast the prio to int before printing it.
      
      Change-Id: Ib92417eeb361fc15d9d536eafe5dfe1baec06d20
      d3fb4a90
  4. Mar 07, 2019
  5. Mar 04, 2019
  6. Mar 01, 2019
  7. Feb 20, 2019
  8. Feb 07, 2019
    • Soumen Ghosh's avatar
      lrdpv2: kill the process after QTF timeout. · 7f3c1e58
      Soumen Ghosh authored
                  kill the qtf server forcefully after completion of qtf parsing. Here if QTF processed successfuly
                  within timeout value then QTF sever will be closed gracefuly, but if it is not completed then forcefuly
                  we have to kill the qtfserver and all child processes
      
      Change-Id: Ifac67357568eb2b5b4f73159176c257fcdafa9a6
      7f3c1e58
  9. Jan 23, 2019
  10. Jan 19, 2019
  11. Jan 17, 2019
  12. Jan 16, 2019
  13. Jan 08, 2019
  14. Jan 07, 2019
  15. Dec 27, 2018
  16. Dec 21, 2018
  17. Dec 20, 2018
  18. Dec 15, 2018
  19. Dec 11, 2018
  20. Dec 06, 2018
  21. Nov 29, 2018
  22. Nov 21, 2018
  23. Nov 08, 2018
  24. Oct 30, 2018
  25. Oct 29, 2018
  26. Oct 25, 2018
  27. Oct 24, 2018
  28. Oct 23, 2018
  29. Oct 19, 2018
  30. Oct 17, 2018
    • qctecmdr Service's avatar
      Merge "lrdp-v2: setting kimage_voffset to null In case of 32bit... · 15dd9067
      qctecmdr Service authored
      Merge "lrdp-v2: setting kimage_voffset to null         In case of 32bit ramdump kimage_voffset will not be used in ramparser.         In upstream kernel 4.14 this variable got added and set to some address.         Due to that in case of 32 bit all calculation went worng. So forcefully setting to null if it is 32 bit dump"
      15dd9067
  31. Oct 11, 2018
  32. Oct 10, 2018
  33. Oct 08, 2018
    • Kumar Harsh's avatar
      ldrp_V2 : Extract IO Event & console logs from pstore · 9eba037b
      Kumar Harsh authored
      
      IO event logs such as register read/write are
      being logged into pstore. This change helps in
      extracting that data on per cpu basis into
      separate files. Also this change is extracting
      the console logs from pstore buffer since dmesg
      gets corrupted sometimes and this acts as an
      additional logging mechanism to turn to.
      
      Change-Id: I19bdef9c58d76b4b46efa39261ca2f36ae3b1a22
      Signed-off-by: default avatarKumar Harsh <harkumar@codeaurora.org>
      9eba037b
  34. Oct 05, 2018
  35. Oct 03, 2018
Loading