Skip to content
Snippets Groups Projects
  1. Mar 27, 2019
  2. Mar 26, 2019
  3. Mar 25, 2019
  4. 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
  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 17, 2019
  11. Jan 16, 2019
  12. Jan 08, 2019
  13. Dec 27, 2018
  14. Dec 21, 2018
  15. Dec 15, 2018
  16. Dec 06, 2018
  17. Nov 29, 2018
    • Patrick Daly's avatar
      lrdpv2: Fix unwind_lookup · 9363afde
      Patrick Daly authored
      Remove symbols which are not between _head and _end from the
      symbol lookup table.
      
      Change-Id: I785d6bac029162dd012717e61f927fd64df87514
      9363afde
  18. Nov 21, 2018
  19. Nov 08, 2018
  20. Oct 29, 2018
  21. Oct 24, 2018
  22. Oct 11, 2018
  23. Oct 10, 2018
  24. 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
  25. Oct 01, 2018
  26. Sep 28, 2018
  27. Sep 25, 2018
    • Kumar Harsh's avatar
      ldrp_V2 : Support increased length in Linux banner string · a2583fc2
      Kumar Harsh authored
      
      This patch fixes the need for a hard coded value
      to specify upper limit on length of the Linux Banner.
      
      get_version() inside ramdump.py has been renamed to
      get_matched_version() to reflect the true nature of
      the function.
      
      Added a variable banner_len in get_matched_version()
      which is the length of linux_banner returned by
      gdbmi.get_value_of_string('linux_banner').
      This variable is further passed to read_cstring()
      function to specify the max limit of characters to
      be read. We are dynamically calculating the length
      using gdb to read linux banner.
      
      Change-Id: I571882a5999c26ccd8accd90b26d0149c839633b
      Signed-off-by: default avatarKumar Harsh <harkumar@codeaurora.org>
      a2583fc2
  28. Sep 24, 2018
  29. Sep 20, 2018
  30. Sep 07, 2018
  31. Aug 29, 2018
  32. Aug 28, 2018
  33. Aug 21, 2018
Loading