Skip to content
Snippets Groups Projects
  1. Jun 16, 2017
  2. Jun 02, 2017
  3. May 31, 2017
  4. 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
  5. May 23, 2017
    • Satyajit Desai's avatar
      dcc_parser: Add suppport for parsing DCC write · 451bb471
      Satyajit Desai authored
      This change adds support for parsing DCC SRAM data with write support.
      DCC does not output any data to the SRAM for write operation. So, we
      will be ignoring all the write configuration in the list.
      
      Change-Id: I2841913f4d10214f1b3e3eae49757c5564cf5425
      451bb471
    • Satyajit Desai's avatar
      dcc_parser: Add suppport for version 2 of DCC driver · 6cc9f38c
      Satyajit Desai authored
      This change adds support for version 2 of the DCC driver. Added
      a new option '--v2' to identify the driver version used to
      collect the trace data.
      
      Change-Id: Ia39109051c6f12a64495cb6f07cdd990bac62859
      6cc9f38c
    • Kyle Yan's avatar
      lrdp-v2: Fix cache dump parsing for Kryo3xx · 98a30384
      Kyle Yan authored
      Initial commit of adding support for cache dump parsing in SDM845
      contained syntax errors due to being unable to test on actual dumps.
      Fix the cache parsing to deal with the errors.
      
      Change-Id: I38dc3cebcd3ea7cfda1e6424fd4e19772b965570
      98a30384
  6. May 19, 2017
  7. May 18, 2017
  8. May 17, 2017
  9. 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
  10. May 11, 2017
  11. May 08, 2017
  12. May 02, 2017
  13. May 01, 2017
  14. Apr 27, 2017
  15. Apr 24, 2017
  16. 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
  17. Apr 06, 2017
  18. Apr 04, 2017
  19. Mar 30, 2017
  20. Mar 29, 2017
  21. Mar 28, 2017
  22. Mar 27, 2017
    • Patrick Daly's avatar
      lrdp-v2: Introduce read_s64 · deb67d8f
      Patrick Daly authored
      Add a function for reading a signed 64 bit value from a ramdump.
      
      Change-Id: Ic7e5a8a7cb9d5fd551ffb2c3add2499a25aff540
      deb67d8f
  23. Mar 25, 2017
Loading