Skip to content
Snippets Groups Projects
  1. Mar 01, 2019
  2. 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
  3. Jan 23, 2019
  4. Jan 17, 2019
  5. Jan 16, 2019
  6. Jan 08, 2019
  7. Dec 27, 2018
  8. Dec 21, 2018
  9. Dec 15, 2018
  10. Dec 06, 2018
  11. 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
  12. Nov 21, 2018
  13. Nov 08, 2018
  14. Oct 29, 2018
  15. Oct 24, 2018
  16. Oct 11, 2018
  17. Oct 10, 2018
  18. 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
  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 07, 2018
  25. Aug 29, 2018
  26. Aug 28, 2018
  27. Aug 21, 2018
  28. Aug 16, 2018
  29. Aug 13, 2018
  30. Aug 10, 2018
    • wadesong's avatar
      lrdp-v2: Fix some symbol loading issues on ARM-32 platforms · 208182ad
      wadesong authored
      1) When lrdp-v2 is parsing RAM dumps generated on ARM-32 platforms,
         the Trace32 startup script will not contain any instructions
         to enable MMU support, which causes Linux kernel symbol loading
         failure on some newer Trace32 simulators.
      
         Add Trace32 startup instruction to set bit 0 of P15:0x1 if
         lrdp-v2 detects MMU support within the RAM dump.
      
      2) Use task.symbol.loadmod instead of data.load.elf to load all
         the kernel moduels' symbols to avoid symbol loading failures.
      
      Change-Id: Ibae79e3c80279788d7cccd28080d2cecd5432a4b
      208182ad
  31. Aug 04, 2018
  32. Aug 02, 2018
  33. Jul 26, 2018
    • Ankur Bansal's avatar
      lrdp_V2: Fix for broken pagetracking.py · ba942916
      Ankur Bansal authored
      Fix for broken pagetraking.py
      if CONFIG_MEMORY_HOTPLUG is enabled then SECTION_SIZE_BITS is
      CONFIG_HOTPLUG_SIZE_BITS else it is 30.
      
      Change-Id: Ib3ef043ae150dfd674e37b0a853a1e4569abda8c
      ba942916
Loading