Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Feb 10, 2018
  3. Feb 06, 2018
  4. Jan 31, 2018
  5. Jan 30, 2018
  6. Jan 29, 2018
  7. Jan 24, 2018
    • Patrick Daly's avatar
      lrdp: Add additional error checking for --autodump · 70984a34
      Patrick Daly authored
      Verify that files exist before checking file size.
      
      Change-Id: Icb55984bf33a677594726345f4c82c55c2948134
      70984a34
    • Patrick Daly's avatar
      lrdp: iommulib: Add fast-map support · 0ed70037
      Patrick Daly authored
      Fast map uses a different io-pgtable implementation. Detect this
      and use fast-map data structures instead where required.
      
      Change-Id: I2d2cdbd2427aea4ffa4896bbc63b6d57c9c66f32
      0ed70037
    • Patrick Daly's avatar
      lrdp: rbtree: Support error recovery during tree iteration · 32c4833f
      Patrick Daly authored
      In some cases it may be possible to detect whether an rbtree is corrupted.
      Skip over any corrupted nodes, and their children, while iterating.
      Additionally, log a message whenever a bad entry is detected. This behavior
      may be enabled by the client by setting the 'logger' and 'debug' properties
      for a particular instance of an RbTree.
      
      Modify the --print-ionbuffer parser to use the new RbTree implementation.
      
      Change-Id: I2ed2364b5e7d42ee009a0a49876feb82ab0fa78c
      32c4833f
  8. Jan 23, 2018
  9. Jan 13, 2018
  10. Jan 12, 2018
    • Patrick Daly's avatar
      lrdp: debug_image: Support guest VM cpu register dump tables · d9434874
      Patrick Daly authored
      The hypervisor may populate an imem cookie with the location of
      a standard dump table, instead of using the table allocated by linux.
      Read the table location from this cookie instead of relying on the
      linux variable 'memdump'.
      On error, fall back to the old approach of reading from 'memdump'.
      
      Change-Id: Id99bb643fb7f35de79ff7308a999cc2143d7aff0
      d9434874
  11. Jan 11, 2018
  12. Jan 09, 2018
  13. Jan 08, 2018
  14. Jan 02, 2018
    • wadesong's avatar
      lrdp-v2: Refine MSM clock availability checking · 3e233452
      wadesong authored
      LRDP-v2 is currently using the kernel version to judge if MSM
      common clock is available on a system, which is inaccurate on
      MSM8996_AU platform.
      
      Change the clock dumping code to use the availability of macro
      CONFIG_COMMON_CLK_MSM to judge if MSM common clock is used on
      a platform.
      
      Change-Id: Ic12ef5a249fb8b7c0f9633a6c8b9cdb23d0d39b4
      3e233452
  15. Dec 18, 2017
  16. Dec 16, 2017
  17. Dec 15, 2017
  18. Dec 14, 2017
  19. Dec 12, 2017
  20. Dec 08, 2017
  21. Dec 07, 2017
    • wadesong's avatar
      lrdp-v2: Loadble module name prefixing · b61a75d7
      wadesong authored
      Currently the loadble module symbol parsing code is only decoding
      the symbol names without prefixing the module names. This will
      result in some confusion when two module's symbol names are
      identical, and things get worse espeicially when parsing RAM
      dumps where two WLAN drivers are loaded.
      
      Prefix module names to module specific symbol names when parsing
      their symbol files so user can easily tell which module is
      involved in a call stack.
      
      Change-Id: I3cf5e9527be191fb5f21830b1ba9f915d734b5d2
      b61a75d7
  22. Dec 05, 2017
  23. Dec 02, 2017
  24. Nov 30, 2017
    • wadesong's avatar
      lrdp-v2: Start to parse 'core_layout' since msm-4.9 · f6f2a026
      wadesong authored
      Starting from msm-4.9, a new field named 'core_layout' will be
      available to replace 'module_core' in struct module.
      
      Add code to parse the newly introduced field for loadable module
      symbol addition based on the Linux kernel version.
      
      Change-Id: I503ba6b0d4f5928bb2fea85ab3fdd4a33150b1c0
      f6f2a026
  25. Nov 21, 2017
Loading