- Nov 11, 2017
-
-
wadesong authored
In thread_saved_field_common_32, read_word should not be used to retrieve the thread_info structure's address because get_thread_info_addr is already doing the same. Change-Id: I422c67b98d318c0084ab32fb0ad9f180da186829
-
- Nov 01, 2017
-
-
Soumen Ghosh authored
In the latest kernel version minidump_table structure got changed. Some emelments are removed. like smem_table, version. In those information anyhow is not being used in ramparser. So removed all those elements Change-Id: Ibce7ab2515737a7871c1f9df70d4eddee64bdc09
-
- Oct 24, 2017
-
-
Kaushal Kumar authored
Add support for detecting QCS605 target and parsing the ramdumps. Change-Id: I36197059621926f18a2649ea13e2537f5fe2081a
-
- Oct 18, 2017
-
-
Soumen Ghosh authored
Pass the proper chipset id, earlier it was passing msmsdm845 to qtf to parse qtf logs. Change-Id: I9472a4ac09a9adf2a7bf0d7aa96aac9a5b986b8c
-
- Oct 13, 2017
-
-
lnx build authored
Merge "lrdp-v2: parse_system_cache_common function bug fixing wrong format in print_out_str function, format operator %s was missing" into opensource-tools.lnx.1.0
-
- Oct 12, 2017
-
-
lnx build authored
-
- Oct 11, 2017
-
-
Kaushal Kumar authored
Add support for detecting SDA670 target and parsing the ramdumps. Change-Id: Id52f49ccbf843789e1cce5e2249065ea96a9a953
-
- Oct 07, 2017
-
-
Ankur Bansal authored
fix list walk function in linux_list.py Change-Id: I78edb68c57c6623fca39266d30342688e1a5cf44
-
- Oct 05, 2017
-
-
Soumen Ghosh authored
wrong format in print_out_str function, format operator %s was missing Change-Id: Ifa0867404fdb525e9e14fea9f2d297239c6a2193
-
- Sep 25, 2017
-
-
Lingutla Chandrasekhar authored
Add board, cache and tlb dump parsing support for sdm670. Change-Id: I8d3299ff2ea31a492d6845d7bf192d358eb859c2 Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
- Sep 15, 2017
-
-
Gopi Krishna Nedanuri authored
Reading byte by byte takes lot of time. So read complete buffer at a time. Change-Id: Ie9dcb74d9b75ee3adf2c7940a4b6530525a073fe
-
- Sep 12, 2017
- Sep 06, 2017
-
-
Sri Krishna Madireddy authored
Add support to parse DCC dumps with autodump option to RDP In autodump we give only ramdumps location without --ram-file bin locations. Change-Id: I87aa2b337415dd93cc5b60c813bf6cd1712f2565
-
lnx build authored
-
lnx build authored
-
- Sep 01, 2017
-
-
Sri Krishna Madireddy authored
Bug fix for config offset input param type Change-Id: Iacfd39ea8a39dc7f88dd89d5b9cd1da4afd921da
-
- Aug 28, 2017
-
-
Soumen Ghosh authored
scandumpwrapper dumping the register as 0 instaed of 0x0, Due that scandump_reader string matching is failing Change-Id: I1f86a224fb28a2f946328041472013a294ab1521
-
- Aug 23, 2017
-
-
Ankur Bansal authored
Fix for broken irqstat.py for 3.18 kernel. In kernel 3.18, affinity is part of struct irq_data whereas in kernel >= 4.4 affinity is part fo struct irq_common_data Change-Id: I6c5b5417df86a818c1fc362ab881057074521d2f
-
- Aug 21, 2017
-
-
Soumen Ghosh authored
example: $6 = 0xffffff900fca <linux_banner> ... Change-Id: I7fd098ea26d7e5c25590aa7c5d312a0545633686
-
- Aug 19, 2017
-
-
lnx build authored
Merge "lrdp-v2: vmlinux linux banner timestamp matching with ramdump Read the linux banner data from vmlinux rodata section. Also read the linux banner data from ramump. Do a matching of both the data. If success then ramparser will go ahead and proces further Change-Id: I1b9245f1a4fcc9cdff0a3bfb7293b2385981feba" into opensource-tools.lnx.1.0
-
- Aug 16, 2017
-
-
Soumen Ghosh authored
Read the linux banner data from vmlinux rodata section. Also read the linux banner data from ramump. Do a matching of both the data. If success then ramparser will go ahead and proces further Change-Id: I1b9245f1a4fcc9cdff0a3bfb7293b2385981feba
-
Ankur Bansal authored
Use correct API to calculate the total ion memory allocation. On 64bit platforms, the amount of memory allocated by ion can exceed 32 bits. Change-Id: I3a99392a921a288e3581bb842bb9989bd7c0d696
-
- Aug 14, 2017
-
-
Cheonho Park authored
cpu_possible_bits / cpu_online_bits are not available at kernel 4.9 replace them with __cpu_possible/online_mask Change-Id: I672798f27c24991230d31698e4d318a8af56c443
-
- Aug 12, 2017
- Aug 11, 2017
-
-
Gopi Krishna Nedanuri authored
Fix CPU number of watchdog task in 4.9 kernel and fix next event for hotplugged CPU. Change-Id: Ia0c13ec61bb667a16901027f8f8a132153957c9f
-
- Aug 05, 2017
-
-
Ankur Bansal authored
Fix for broken clockdump.py for kernel 4.9 Change-Id: Id2867eebd413f66d6406bbd6fba214d0f642d772
-
- Aug 03, 2017
- Aug 02, 2017
-
-
wadesong authored
Add support for detecting SDX20 SoC info and hardware IDs. Change-Id: I39ea7b9d4446574e2012edfb7a33690281c9920b
-
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
-
- Aug 01, 2017
-
-
Ankur Bansal authored
Fix for broken pagetracking.py for kernel 4.9 Change-Id: Iffc8ca870fb22dc5153914d8cfd3b04d618771a3
-
- Jul 29, 2017
-
-
lnx build authored
-
- 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
-