- Aug 01, 2019
-
-
Patrick Daly authored
Lookups should be done using a dictionary, instead of doing a string search through the --print-kconfig parser output. Found via: python -m cProfile ramparse.py --autodump <path> --print-pagetracking Change-Id: Ia8d4e7921151f61f0c492749720ea4ed777e028a Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
- Jul 11, 2019
-
-
qctecmdr authored
Merge "lrdp-v2: Added configurable timeout for each ramparser option. Observed some of the ramparser option is getting stuck, added timeout value for each parse Need to add --timeout <value> to kill the option after the timeout"
-
- Jul 10, 2019
-
-
Soumen Ghosh authored
Observed some of the ramparser option is getting stuck, added timeout value for each parse Need to add --timeout <value> to kill the option after the timeout Change-Id: I0576000095d9f938a523cab1f3e5ec709f6e81e2
-
- Jul 03, 2019
-
-
Gopi Krishna Nedanuri authored
Change-Id: Iacfd348d2132af446ae61c9224a2d3471e88ce45
-
- Jul 02, 2019
-
-
qctecmdr authored
Merge " lrdp-v2: Add qsee log parser to extract qsee_com logs from dump Add qsee_log parser to extract qsee_com logs from dump"
-
- Jun 26, 2019
-
-
qctecmdr authored
-
Gopi Krishna Nedanuri authored
Change-Id: I64c38285522cd2f5681ea393b2367046a7a40ff9
-
- Jun 21, 2019
-
-
rawat authored
Add qsee_log parser to extract qsee_com logs from dump Change-Id: I2723823dd67d7122e935262d8f59fbb3b7435b90
-
- Jun 17, 2019
-
-
Tingwei Zhang authored
Rd_mod_wr operation is combined with two commands. For example, echo 0x091A9020 1 > $DCC_PATH/config echo 0x5 0x1 > $DCC_PATH/rd_mod_wr 0x91A9020 is the register to be read and modified. The value of this register won't be written to DCC sink. Corret handle this in dcc parser by removing the address added by first command. Change-Id: I925c8c405f8997f000789808ccafec20d11eeee8
-
- Jun 13, 2019
-
-
Zhenhua Huang authored
zram pages should be within accounted_mem so that unaccount_mem will be more meaningful Change-Id: I89ddc12dffef264af3d06bc756de753290755d2b Signed-off-by:
Zhenhua Huang <zhenhuah@codeaurora.org>
-
- Jun 04, 2019
-
-
Ankur Bansal authored
Correct the phys_offset for Lito SoC. Change-Id: If9c6a5e4d8a76e74be496ea1bc93cba9c20fe61c
-
- May 31, 2019
-
-
qctecmdr authored
-
- May 29, 2019
-
-
Ankur Bansal authored
Fix for broken softirq stats for 4.19 kernel. irq_cpustat_t is changed to per_cpu based implementation in kernel 4.19. Change-Id: Ib0f3307f168e0fd08b068f42741e3ca0c4286f1f
-
qctecmdr authored
-
qctecmdr authored
-
qctecmdr authored
-
- May 27, 2019
-
-
Lingutla Chandrasekhar authored
Print task priority in taskdump header itself, which is useful for post text processing. Change-Id: Ibba9d726d7295fd11b9df953d1541455f9f3b3bb Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
Zhenhua Huang authored
The root cause is because we were using vm_struct->size to account vmalloc pages. While for no VM_NO_GUARD set, linux will add one more page_size in, That'll increase total size. I’m using vm_struct->nr_pages instead now. In the same time, Using nr_vmalloc_pages to account vmalloc pages if it's there. Change-Id: I74d492e2577d280717758c367367dd9b6d82db2c Signed-off-by:
Zhenhua Huang <zhenhuah@codeaurora.org>
-
- May 24, 2019
-
-
wadesong authored
With the latest page tracking script, mem_section will not be initialized to a valid value in function parse(), unless Linux kernel version is greater than 3.19. This makes the script reporting an error when page owner info is parsed for msm-3.18, and thus page tracking info not saved successfully. Assign the default value to mem_section unconditionally before kernel version is checked. Change-Id: I60961ab204e0e4f4aac7213de3a80a5ed091e4a6
-
- May 22, 2019
-
-
Ankur Bansal authored
Add new logcat parser to extract the logcat logs from the dump Change-Id: Ic0a2c7b22a2db954f9000faa32f3388c79109eaf
-
- May 17, 2019
-
-
Ankur Bansal authored
pagetracking is broken because page_owner->order size is changed to unsigned short. Add check for unsigned short(size = 2) in read_structure_filed if size is 2 then use the read_u16. Change-Id: I63a790709718eda89c669b081eb59468b99cd90c
-
- May 11, 2019
-
-
Ankur Bansal authored
Fix for broken ddrcompare.py when there is cycle found in thread group or task group it is continuously running. Change-Id: I0365af527b9a54eed04ade6d500859259a95c4fc
-
- May 06, 2019
-
-
Mahesh Komuravelli authored
Fix for broken secure context registers extraction Change-Id: I3440802ef84837c35cfae8a179d9aa5161f22c14
-
- May 04, 2019
-
-
qctecmdr authored
-
- May 01, 2019
-
-
Sudhir Kumar Reddy Varakantham authored
- Add an exception to ignore the isolated CPU bits - patchset-2: Fixed comments from script owner Change-Id: I46f8b730419d107757fdb741e609909e10ebc8bb Signed-off-by:
Sudhir Kumar Reddy Varakantham <svarakan@codeaurora.org>
-
- Apr 27, 2019
- Apr 26, 2019
-
-
Ankur Bansal authored
Print pending tasklet info for each core. Change-Id: I4d5810d059cb9a3096c753935fc6324199231877
-
avijayku authored
zram_index_idr Macro is changed for 4.14 onwards and zram alloc data wasnt coming proper. Change-Id: Ia637e4e4d5147e18319443cb732d1f1abf6010ab Signed-off-by:
avijayku <avijayku@codeaurora.org>
-
- Apr 25, 2019
-
-
avijayku authored
zram_meta structure is removed by upstream changes and its members moved to zram structure directly. Change-Id: I91252bdea93e551065f1dfe0fd21566f19ced4b7 Signed-off-by:
avijayku <avijayku@codeaurora.org>
-
- Apr 24, 2019
-
-
Gopi Krishna Nedanuri authored
Change-Id: I56d20c09700bd1b493c25011db4928e8e1b05c2f
-
- Apr 23, 2019
-
-
Gopi Krishna Nedanuri authored
Change-Id: I02e92c59ec0bc8e25dda9ab9577a0883a87354e9
-
- Apr 22, 2019
-
-
Neeraj Upadhyay authored
Add System Cache slice dump parsing for Lito SoC. Change-Id: I7796eb87001e9f52a34d9ae469369899184a6489
-
- Apr 20, 2019
-
-
qctecmdr authored
-
- Apr 19, 2019
-
-
Sudhir Kumar Reddy Varakantham authored
Correcting KASLR addr offset in lrdpv2 for QCS405 target Change-Id: I14d456b8afb0842cebe29b620bc0468a7d29aa6b
-
Ankur Bansal authored
fix for broken pagetracking.py Change-Id: I24ad497b75601832aac13c50206e86436ae8ff4a
-
- Apr 18, 2019
-
-
Ankur Bansal authored
Fix for broken pagetracking.py Change-Id: I3f53f7dc049049ea3be4e5fdef835a12813e9f02 Signed-off-by:
Ankur Bansal <ankban@codeaurora.org>
-
- Apr 12, 2019
-
-
Neeraj Upadhyay authored
Add ramdump parser support for Lito. Also, enable cachedump and TLB dump parsing support. Change-Id: I4892ad3736f6d3f109f9eab1802faa77ecd550e5
-
- Apr 11, 2019
-
-
qctecmdr authored
Merge "lrdpv2: Add support for KASLRaddr offset for QCS405 Add support for detecting the kaslr addr offset and parse ramdumps"
-
- Apr 10, 2019
-
-
qctecmdr authored
-