Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Dec 11, 2018
  3. Dec 06, 2018
  4. Nov 29, 2018
  5. Nov 21, 2018
  6. Nov 08, 2018
  7. Oct 30, 2018
  8. Oct 29, 2018
  9. Oct 25, 2018
  10. Oct 24, 2018
  11. Oct 23, 2018
  12. Oct 19, 2018
  13. 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
  14. Oct 11, 2018
  15. Oct 10, 2018
  16. 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
  17. Oct 05, 2018
  18. Oct 03, 2018
  19. Oct 01, 2018
  20. Sep 28, 2018
  21. 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
  22. Sep 24, 2018
  23. Sep 20, 2018
  24. Sep 19, 2018
  25. Sep 12, 2018
  26. Sep 07, 2018
  27. Sep 05, 2018
  28. Aug 29, 2018
  29. Aug 28, 2018
Loading