- May 29, 2019
- May 27, 2019
-
-
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
-
- Apr 09, 2019
-
-
qctecmdr authored
-
- Apr 08, 2019
-
-
Arvind Singh authored
Add support for detecting the kaslr addr offset and parse ramdumps Change-Id: Ic4a811b33d2e2d5602cdc00c7077a50fb78d1050 Signed-off-by:
Arvind <Singh<arvisi@codeaurora.org>
-
Gopi Krishna Nedanuri authored
Change-Id: I63c510aaed55fdec4c2fa1c9033faa0b0047bbdc
-
- Apr 05, 2019
-
-
qctecmdr authored
-
Gopi Krishna Nedanuri authored
Change-Id: I213cc3f8b8403704e9bcf24b1cfedc0014666c25
-
- Apr 03, 2019
-
-
Tingwei Zhang authored
Write indicator only works for address type descriptor. Move the checker into address type case. This fixes an issue in offset type descriptor if len2 is above 64. Check empty indicator 0xdededede before parsing the descriptor. Change-Id: I49acf1a86f92965584b16348cb14cc453e1a3669
-
- Apr 01, 2019
-
-
Lingutla Chandrasekhar authored
If user isolates all available online cpus, then current code doesn't report the active cpus warning. Fix this by getting no. of active cpus from online and isolated cpus. Change-Id: Ic4dee5fd00c9e29b895a9013fac2574835510b01 Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
- Mar 30, 2019
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- Mar 29, 2019
-
-
qctecmdr authored
-
Patrick Daly authored
NR_ZONE_INACTIVE_FILE is expected to read as -28, instead of a large positive number Change-Id: Ie36d3e39d25c80ba9b81ad6b9c38c83c3f6fc763 Reported-by:
Kassey Li <yingangl@qti.qualcomm.com>
-
- Mar 27, 2019
-
-
Lingutla Chandrasekhar authored
Minimum number of required active cpu in a cluster is mostly helpful in 64-bit platforms, compared to 32-bit. And 32-bit platform code has different arch topology support, instead of mucking around the 32/64-bit support, skip active cpu verification for 32-bit, as they are mostly single cluster platforms. Change-Id: Idade91d08534590c6e4597b918557ffb1131505d Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
Lingutla Chandrasekhar authored
Current script assumes last cpu would map to last cluster in cpu-map. But it might not true always, device-tree can map cpus in different order than its actual number. i.e. cpus0-3 could be part on cluster#1, and cpus4-7 maps to cluster#0, in this case last cluster id is 0 and breaks above assumption. Fix this by dynamically extending the cluster list. Change-Id: I907d89e33a1f57b656c6df374a23e18b2d2c42fa Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
qctecmdr Service authored
-