- Aug 02, 2017
-
-
Soumen Ghosh authored
here fp is value is coming less than page_offset. Due that rest of the call stack is not getting printed Change-Id: Ie878d41f0ecc16d21f9795c699f035a7460904b4
-
- Jul 28, 2017
-
-
lnx build authored
Merge "lrdp-v2: Secure watchdog call stack parsing correction of PC register We have to use alternate PC value if PC is bad. We will have 2 alternate PC values(ALT_PC_1 and ALT+PC_2), we should pick nearest value to the 32bit PC. If PC is 64bit value the take the PC only" into opensource-tools.lnx.1.0
-
- Jul 27, 2017
-
-
lnx build authored
-
Soumen Ghosh authored
We have to use alternate PC value if PC is bad. We will have 2 alternate PC values(ALT_PC_1 and ALT+PC_2), we should pick nearest value to the 32bit PC. If PC is 64bit value the take the PC only Change-Id: Ibf74bea1d549fd5d1e1549da5d3ae898c9606d43
-
- Jul 26, 2017
-
-
Gopi Krishna Nedanuri authored
Print timer related info to analyze NS Watchdog issues. Change-Id: Ib398075b58bd7063e24248597c7869ced8d8a645
-
lnx build authored
-
- Jul 25, 2017
-
-
lnx build authored
-
Gopi Krishna Nedanuri authored
Fix variable name change of cpu_online_bits for 4.9 kernel Change-Id: Ic04d2327f41e678e1e6bcfb1e8e05cbf47b4e515
-
wadesong authored
Current Linux Ram Dump Paser scripts are only able to load kernel symbols by default. No loadable modules' symbols will be parsed at startup time, which may result in 'unknown symbols' in some cases, especially when checking SLAB info on dual-wifi platforms. With this change, loadable modules' symbols can be parsed on script startup by the following configurations: 1) Put all symbols under a certain dir, such as: <dump_location>/symbols/wlan.ko <dump_location>/symbols/wlan_sdio.ko 2) Add --sym_path when invoking the scripts, such as: python %RAM_DUMP_PARSER_PATH%\ramparse.py --sym_path <dump_location>/symbols With the above actions, all loadable modules' symbols will be parsed and stored for subsequent information dumping. Symbol loading commands will also be added into the Trace32 startup script. Change-Id: Idda9c9a08cfd24c19bf4021e80fee5187cd031b9
-
lnx build authored
-
- Jul 21, 2017
-
-
Soumen Ghosh authored
It will parse scandump_core cmm file and write the putput in dmesg_TZ.txt file Change-Id: If686505ffe279a471cc2cd625c15bcfb4ee32cca
-
- Jul 20, 2017
-
-
Rhythm Patel authored
Changing the Last Level Cache (System Cache) dump details according to their structures. Dumps have been collected without structure padding Change-Id: Ic34c4517df1399b16b16007a08932d5ffe6043b8
-
c_ankurb authored
modify irqstats.py for printing the hwirq no in irqstats Change-Id: I31367b037427aefa9397cc5a942aa92baa18b0bd
-
lnx build authored
-
lnx build authored
-
lnx build authored
-
lnx build authored
-
- Jul 19, 2017
-
-
Gopi Krishna Nedanuri authored
Print more info needed to analyze NS watchdog issues without loading ramdump. Change-Id: I3dd2624d6edf2cf639652cf6f06881b2fe0bebc0
-
- Jul 18, 2017
-
-
Sri Krishna Madireddy authored
Updates LLCC client version number to 0x10 Change-Id: I4e80d912b0c959f39a31767c9a7002d87e2b6a7a
-
lnx build authored
-
- Jul 14, 2017
-
-
Sri Krishna Madireddy authored
When cores are in PC, SDI would dump DCC, in this scenario we will have DCC data at DDR and DCC_SRAM.BIN. Call dcc_parse with appropriate params for above two scenarios. Change-Id: Ia8382643998455e5c291159ac0f78bc52df9147c
-
Linux Build Service Account authored
Change-Id: I68db903612e0a546538ec5e3a2f4efa86e764bed
-
- Jul 13, 2017
-
-
Sudarshan Rajagopalan authored
The struct 'iommu_debug_attachment' no longer contains the field 'dev'. Use appropriate fields to get the required job done. Change-Id: I794e0d507101c6cd131da97f31b18f319125eca0
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2073187 I23eda300395936618e6d69eccd6c5d610c871ba8 lrdp_v2: Add support for THREAD_INFO_IN_TASK 2073187 I4b00ed48748ce9a5a63c0905c99200ac9bfe4482 lrdp_v2: Make ddrcompare work with and without kaslr ena Change-Id: I01c4e80f424839459c0050471a51f55acfa25964 CRs-Fixed: 2073187
-
- Jul 12, 2017
-
-
Olav Haugan authored
The THREAD_INFO_IN_TASK kernel feature removes the thread_info structure from task stack. Add support for this in the parser to handle when this option is enabled. Change-Id: I23eda300395936618e6d69eccd6c5d610c871ba8
-
Olav Haugan authored
Abstract out whether kaslr is enabled or not to allow ddrcompare to work regardless of whether kaslr is enabled or not. Change-Id: I4b00ed48748ce9a5a63c0905c99200ac9bfe4482
-
- Jul 07, 2017
-
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2049892 I84225fd63034a652de1ed67644251aa0e045b310 Add RDP support for new dcc_parser changes Change-Id: I2a13338de3b73572a8e909819ef7c191af805726 CRs-Fixed: 2049892
-
- Jul 06, 2017
-
-
Sri Krishna Madireddy authored
With new dcc_parser support DCC_SRAM.BIN is directtly passed with given offset to read register information. Change-Id: I84225fd63034a652de1ed67644251aa0e045b310
-
- Jul 01, 2017
-
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2049892 Ica6fef3dc6ed76851f026b248555fc16748f33b2 dcc_parser: Add offset option for stand alone parser use 2049892 I0bfbf46a08e8fe1e8fc9572d411dc164a6bdd991 dcc_parser: Fix XML output Change-Id: I2c094414d8344be142e677e3a964be32f98bd1ec CRs-Fixed: 2049892
-
wadesong authored
memstart_addr is now used by lrdp-v2 to retrieve lowmem page address, but the variable is only defined on ARM64. Add code for retrieving the same information on ARM32 Change-Id: I825b318962751b1b948df9cb948149e47e3fdf50
-
- Jun 30, 2017
-
-
lnx build authored
-
lnx build authored
Merge "dcc_parser: Add offset option for stand alone parser use cases" into opensource-tools.lnx.1.0-dev.1.0
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2068589 Ia36735bc22c1165ee2736ac39bf93fb2e4a86d0f lrdp-v2: vmstat: Fix broken vm_stat for kernel 4.9 Change-Id: I6da6f876d8bac8499f8d01e85115a1da2a381b3e CRs-Fixed: 2068589
-
- Jun 29, 2017
-
-
lnx build authored
-
- Jun 27, 2017
-
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2066841 I2894c217a5deaafe1ded2a628ddeefa026ca030b lrdp-v2: cpr3_info: ignore apm data structure when it is Change-Id: I7c66ccae818eb2ed1da1ef90160d15772f45b17c CRs-Fixed: 2066841
-
- Jun 26, 2017
-
-
Satyajit Desai authored
XML parser is unable to interpret the file being generated. Correct the format for the XML file. Change-Id: I0bfbf46a08e8fe1e8fc9572d411dc164a6bdd991
-
- Jun 23, 2017
-
-
David Collins authored
Do not attempt to parse the APM data structure if the pointer to it is null. Change-Id: I2894c217a5deaafe1ded2a628ddeefa026ca030b
-
Satyajit Desai authored
Current DCC SRAM programming starts from an offset location. For parsing stand alone DCC SRAM bin file the parser needs to be aware of the start location of the configuration. Change-Id: Ica6fef3dc6ed76851f026b248555fc16748f33b2
-
Linux Build Service Account authored
CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 2013612 2049892 Id053c7b097f9898280fb120d0cf2457f24532d5f dcc_parser: Fix offset calculation for second offset 2065082 Ib042ebc6895f0594f5784600174087a979e8709f lrdp-v2:read DCC from KMISC section for minidump Change-Id: I51749e9301fd3f47c9b7a1fc1358ad95b03fa21e CRs-Fixed: 2049892, 2065082, 2013612
-
lnx build authored
-