- Sep 01, 2019
-
-
qctecmdr authored
-
- Aug 26, 2019
- Aug 22, 2019
-
-
Divyanand Rangu authored
Added check to make sure num_symtab is not noe to avoid TypeError: range() where num_symtab is expected to be integer but sometimes it returned to be None Change-Id: I8e7acb450e9928a1ff56bef7cba49541a0e2bb5b
-
- Aug 21, 2019
-
-
wadesong authored
With some newer versions of Trace32, cmd PER.S.F cannot be used to setup the MMU related registers. Use PER.S.simple instead when enabling MMU support on 32-bit ARM platforms. Change-Id: I692ce4a2edaf1ff575e1df247ae51ab332d74166
-
- Aug 19, 2019
-
-
wadesong authored
When parsing kernel module symbols retrieved from kallsyms nodes, lrdp-v2 will unconditionally add address 0x0 when seeing it, which causes task stack unwinding showing a particular module's name for address 0x0. Add symbol address checking when parsing info retrieved from module specific kallsyms nodes, to avoid adding address 0x0 as undefined symbol for a particular module. Change-Id: I36cc8e6a3ffa3b76bf24fd881f26845983059472
-
- Aug 09, 2019
-
-
Mayank Grover authored
Create new class for Atoll support. Change-Id: Id8b66035ff94818fce85197818191aa4a301ff4c
-
- Aug 08, 2019
-
-
qctecmdr authored
-
- Aug 06, 2019
-
-
Mayank Grover authored
Add ramdump parser support for Atoll. Also, enable cachedump and TLB dump parsing support. Change-Id: Iff9b1e07d6befa384dbb70675d1e8fa083e52f55 Signed-off-by:
Mayank Grover <groverm@codeaurora.org>
-
- 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 22, 2019
-
-
wadesong authored
Add code to retrieve module specific symbol info from per-module kallsyms nodes when CONFIG_KALLSYMS is defined. Symbols retrieved from kallsyms nodes will be more accurate because relocation has already been done when the per-module kallsyms nodes are formed. Add the following options to control how the symbol info will be recorded in lrdp-v2 output files: --dump_mod_sym_tbl: dump per-module symbol info retrieved from module specific symbol files. --dump_krnl_sym_tbl: dump Linux kernel symbol info retrieved from the kernel symbol file. --dump_mod_kallsyms: dump per-module symbol info retrieved from per-module kallsyms node. --dump_glb_sym_tbl: dump everything in the global symbol lookup table. Change-Id: Ic137eaf64a5e1f7203946d323efcd7527e3f1968
-
- 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>
-