Skip to content
Snippets Groups Projects
  1. Jun 17, 2017
  2. Jun 10, 2017
    • Linux Build Service Account's avatar
      Promotion of opensource-tools.lnx.1.0-00011. · 6f33297b
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2049892   If8012b1f38ba29daa5bdac2fd15820de51ea9cab   lrdp-v2: dcc_parser: Add support to parse DCC BIN file
      2041475   I6d6626ff9827a7a85bbdbc4dbedab6974bdd7bb1   linux-ramdump-parser-v2: Add support for sdm450
      
      Change-Id: I63bcc621126a28a715a53624a99ea866cfa2bb2c
      CRs-Fixed: 2041475, 2049892
      6f33297b
  3. Jun 09, 2017
  4. Jun 07, 2017
  5. Jun 06, 2017
    • Linux Build Service Account's avatar
      Promotion of opensource-tools.lnx.1.0-00010. · 50e32957
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2051199   I38dc3cebcd3ea7cfda1e6424fd4e19772b965570   lrdp-v2: Fix cache dump parsing for Kryo3xx
      2049892   Ifa7e19f1484b1d9905e35200b3ce333fc9ded2f3   dcc_parser: Fix DCC parsing for older DCC version
      2050809   I24a3fca72ee747e686a3d81eb6fda3f09cb2009b   lrdp_V2: Fix for borken memusage.py for kernel version >
      2049774   I85f21aa8eae38d379d9420eabe60051233811dd2   lrdp-v2: Add support for new name for global deferrable
      2049892   Ia39109051c6f12a64495cb6f07cdd990bac62859   dcc_parser: Add suppport for version 2 of DCC driver
      2051399   Ib689b4811d66472ac20aa7c63893fdaed915512e   lrdp-v2:minidump parsing support add in ramparser
      2049892   I2841913f4d10214f1b3e3eae49757c5564cf5425   dcc_parser: Add suppport for parsing DCC write
      2049376   I078ad0cb734d528600243c91257d26d1e24ab72b   lrdp_v2: Add proper check for length of dump data lookup
      2052112   Icc564c83107c1ebdf385eab434256cd71f031bc7   lrdp_v2 : Add checks for slabsummary
      
      Change-Id: I604c2f2f9162324d2dbe407d1b1924bddf2ea933
      CRs-Fixed: 2050809, 2052112, 2049892, 2049774, 2049376, 2051399, 2051199
      50e32957
    • Shadab Naseem's avatar
      linux-ramdump-parser-v2: Add support for sdm450 · 614fd5b3
      Shadab Naseem authored
      Add support for detecting sdm450 target and parsing
      the ramdumps and cachedumps.
      
      Change-Id: I6d6626ff9827a7a85bbdbc4dbedab6974bdd7bb1
      614fd5b3
  6. Jun 05, 2017
  7. Jun 02, 2017
  8. May 31, 2017
  9. May 26, 2017
    • Soumen Ghosh's avatar
      lrdp-v2:minidump parsing support add in ramparser · 687e1bab
      Soumen Ghosh authored
      	A minidump supports fewer features than a full ramdump,
      	but does not require the user to save all 4GB+ of memory.
      	Instead a small subset of DDR is saved by crashscope as an elf file.
      	Currently dmesg logs, rtb logs, and the cpu context parser are supported.
      
      	Example usage: python ramparse.py --vmlinux <vmlinux> --minidump
      			--ram-elf <elf_file> --ram-file <OCIMEM.bin> --everything
      
      Change-Id: Ib689b4811d66472ac20aa7c63893fdaed915512e
      687e1bab
    • lnx build's avatar
      Merge "lrdp_v2: Add proper check for length of dump data lookup table" into... · 796dac47
      lnx build authored
      Merge "lrdp_v2: Add proper check for length of dump data lookup table" into opensource-tools.lnx.1.0-dev.1.0
      796dac47
  10. May 24, 2017
  11. May 23, 2017
  12. May 19, 2017
    • Linux Build Service Account's avatar
      Promotion of opensource-tools.lnx.1.0-00009. · 1abe46ea
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2045104   I595a83fd255ce5501db301286b35bcb83f1ca140   lrdp_v2: Add script to compare l1_cache contents
      2047592   Ic215c9928ba28143a5bf307b67be69d2d06db436   ldrp-v2: scandump: Add support for sdm845.
      2048870   I96a54d2bf01921f31ae91c24bc96956dd98b1bfc   lrdp_v2: Bug fix in slabsummary
      2003865   I93ee37feafd9e407fe380761c0e6469fabe40f7d   lrdp_v2:changes for getting serial number
      2048870   I169ed0204ef7ef1110ce2626cabb1bf62774b312   lrdp_v2:To support klasr offset page_address()
      
      Change-Id: I1cee47111e1b3ebde173db5b8af86d882bf34c1a
      CRs-Fixed: 2047592, 2048870, 2003865, 2045104
      1abe46ea
    • Kyle Yan's avatar
      lrdp_v2: Add proper check for length of dump data lookup table · 2915f1b8
      Kyle Yan authored
      Previous check that the client id does not exceed the lookup table was
      off by one.
      
      Change-Id: I078ad0cb734d528600243c91257d26d1e24ab72b
      2915f1b8
  13. May 18, 2017
  14. May 17, 2017
  15. May 16, 2017
    • Sri Krishna Chaitanya Madireddy's avatar
      ldrp-v2: scandump: Add support for sdm845. · ff043947
      Sri Krishna Chaitanya Madireddy authored
      Scandump parser has been modified to generate per cpu cmm files.
      Extract 8 Core bin files from ramdump (offset:0x130 - 0x137)
      and call scandumpwrapper from parse_scandump_per_cpu.
      With MAX_NUM_ENTRIES in ramdump increased to 0x140.
      
      Change-Id: Ic215c9928ba28143a5bf307b67be69d2d06db436
      ff043947
  16. May 11, 2017
  17. May 08, 2017
  18. May 02, 2017
  19. May 01, 2017
  20. Apr 27, 2017
  21. Apr 24, 2017
  22. Apr 19, 2017
    • Linux Build Service Account's avatar
      Promotion of opensource-tools.lnx.1.0-00005. · e14af8d6
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      2030318   I604c920ef302ee9f53d31aa7a0c6edf20c25e7c9   lrdp-v2: fix printout memory attributes
      
      Change-Id: I9bfd717367f04d5c9290d3b336574ca9beaae63c
      CRs-Fixed: 2030318
      e14af8d6
  23. Apr 13, 2017
    • Prakash Gupta's avatar
      lrdp-v2: fix printout memory attributes · dfbbf22f
      Prakash Gupta authored
      Fix UnboundLocalError for local variable
      'attr_indx_str' referenced before assignment
      
      ----------begin IOMMU----------
      !!! Exception while running IOMMU
      Traceback (most recent call last):
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\ramparse.py", line 376, in <module>
          p.cls(dump).parse()
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\parsers\iommu.py", line 352, in parse
          parse_aarch64_tables(self.ramdump, d, domain_num)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 444, in parse_aarch64_tables
          flat_mapping = create_flat_mappings(ramdump, d.pg_table, d.level)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 403, in create_flat_mappings
          tmp_mapping)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 336, in parse_2nd_level_table
          page_size, attr_indx, shareability, xn_bit, True)
        File "linux-ramdump-parser-v2\linux-ramdump-parser-v2\aarch64iommulib.py", line 185, in add_flat_mapping
          map = FlatMapping(virt, phy_addr, map_type_str, page_size, attr_indx_str,
      UnboundLocalError: local variable 'attr_indx_str' referenced before assignment
      ------------end IOMMU----------
      
      Change-Id: I604c920ef302ee9f53d31aa7a0c6edf20c25e7c9
      Fixes: If05b35e7855 ("lrdp-v2: Change to printout memory attributes")
      dfbbf22f
    • Mohammed Khajapasha's avatar
      ldrpv2: cachedumlib: Correct the L1 ICache dump format for A53 · 643ee35d
      Mohammed Khajapasha authored
      Correcting the A53 ICache dump format for parsing the instruction cache
      dump.
      
      Change-Id: Idc2d9dcba1a879461e4470fa9afdb162c50f251b
      643ee35d
Loading