- Mar 27, 2019
-
-
qctecmdr Service authored
-
- Mar 26, 2019
-
-
Patrick Daly authored
Inform the user if this kconfig is not enabled when lrdp is run with --parser-pagetracking option. Change-Id: Ia1be4e48b5c23d3f77290dabde9f88510390cec2 Reported-By:
Kassey Li <yingangl@qti.qualcomm.com>
-
- Mar 21, 2019
-
-
Tingwei Zhang authored
Add a new option for DCC parser to configure loop offset. Change-Id: Ia888cfaff2f0310463d59d3f63dc2b4904759269
-
- Mar 14, 2019
-
-
Pavankumar Kondeti authored
DL (SCHED_DEADLINE) tasks don't have any priority. They will be scheduled in EDF (Early Deadline First) fashion. In task_struct, the prio for such tasks would be -1. The current code treats prio as an unsigned int and prints DL task prio as 4294967295. Cast the prio to int before printing it. Change-Id: Ib92417eeb361fc15d9d536eafe5dfe1baec06d20
-
- Mar 07, 2019
-
-
qctecmdr Service authored
-
qctecmdr Service authored
-
- Mar 04, 2019
-
-
Tengfei Fan authored
dump_thread_groug function added one new argument to dump Dsleep and Running task to hightlight_task.txt, but this new argument haven't been added when invoke this function in somewhere, so modify this issue. Change-Id: Id68e915db0be347acfb5f902e943eb181edfa3ea Signed-off-by:
Tengfei Fan <tengfeif@codeaurora.org>
-
- Mar 01, 2019
-
-
Lingutla Chandrasekhar authored
Parse and verify basic scheduler information and expectations in dump. Change-Id: I8a2da55049e4d47ed9acca189699a68b500c211f Signed-off-by:
Lingutla Chandrasekhar <clingutla@codeaurora.org>
-
- Feb 20, 2019
-
-
Rishabh Bhatnagar authored
Enforce the physical offset to be picked from boards config file. Autodump feauture takes physical offset from ddr info files which assumes kernel is loaded at ram start address. This is no longer a valid assumption. Change-Id: I0d55ce2f93198a802723017e2a9f64d0877f461c Signed-off-by:
Rishabh Bhatnagar <rishabhb@codeaurora.org>
-
- Feb 07, 2019
-
-
Soumen Ghosh authored
kill the qtf server forcefully after completion of qtf parsing. Here if QTF processed successfuly within timeout value then QTF sever will be closed gracefuly, but if it is not completed then forcefuly we have to kill the qtfserver and all child processes Change-Id: Ifac67357568eb2b5b4f73159176c257fcdafa9a6
-
- Jan 23, 2019
-
-
Ankur Bansal authored
update smem_addr information and fix the ram start address Change-Id: Ib3a813ac816b7b0b91415428e48337c6664890fa Signed-off-by:
Ankur Bansal <ankban@codeaurora.org>
-
- Jan 19, 2019
-
-
qctecmdr Service authored
-
- Jan 17, 2019
-
-
qctecmdr Service authored
-
Isaac J. Manjarres authored
As of Linux 4.15, the data field in the timer_list data structure was removed, so update the timer list parsing so that it does not account for that field for kernels 4.15 and above. Change-Id: Id114e842823e747fa8132b7792fa202cbf1685d4
-
- Jan 16, 2019
-
-
Rishabh Bhatnagar authored
Add ramdump parser support for Kona. Change-Id: I1e5b323f9661e2b194e83cf58c27d994de187d46
-
- Jan 08, 2019
-
-
Jeevan Shriram authored
Add support for detecting sdxprairie target and extract/parse ramdumps for the same. Change-Id: Icd056606e85740c98192c8ba61dc8fa4d05305a9
-
- Jan 07, 2019
-
-
qctecmdr Service authored
-
- Dec 27, 2018
-
-
Ankur Bansal authored
memstat.py is broken if ion debugging is not enabled. Change-Id: Ibdb6e21bc158a50ecd6ad95b90725363cb754fe4 Signed-off-by:
Ankur Bansal <ankban@codeaurora.org>
-
- Dec 21, 2018
-
-
Tengfei Fan authored
Dump Dsleep and Running task to hightlight_task.txt Change-Id: Idefe615588c8bed4001f39564062c77fc799dbfd Signed-off-by:
Tengfei Fan <tengfeif@codeaurora.org>
-
- Dec 20, 2018
-
-
qctecmdr Service authored
-
- Dec 15, 2018
-
-
Kumar Harsh authored
Extracts the epoch data from clock data struct. This helps in converting HLOS timestamps to non-HLOS timestamps and vica-versa. This also additionally logs the Linux Banner for ease in post-processing. Change-Id: I6598d3dfb8c2c591f12cd3f77ab8de0363c76e0b Signed-off-by:
Kumar Harsh <harkumar@codeaurora.org>
-
- Dec 11, 2018
-
-
Linux Build Service Account authored
-
- Dec 06, 2018
-
-
Prakash Gupta authored
In cases like FSR:AFF, pte flags are needed to be inspected. Dump lower 12 bits of PTE to help in debug. update MAIR_ATTR UPSTREAM_HINT and LLC_NWA. Fix UNMAPPED range size calculation. Change-Id: Idb4150887f68251dd3c1ddc74d86d392fa9a7ace Signed-off-by:
Prakash Gupta <guptap@codeaurora.org>
-
- Nov 29, 2018
-
-
Linux Build Service Account authored
-
Patrick Daly authored
Remove symbols which are not between _head and _end from the symbol lookup table. Change-Id: I785d6bac029162dd012717e61f927fd64df87514
-
- Nov 21, 2018
-
-
Gaurav Kohli authored
Add cache and ram dump parsing support for trinket. Change-Id: I8269648a105eb575194c28b82bce6508bba0d0d8
-
- Nov 08, 2018
-
-
Kumar Harsh authored
This change formats the event log data. Timestamp is converted to secs format. Since event log buffer is circular in nature, added changes to sort the logs in ascending timestamp order. Any truncated log string is removed and not added to the final output. Error handling is added in case event zone is not part of persistent ram zone so atleast console logs are extracted properly. Change-Id: Id284df1646872b179e1cdfd3fe9ee68e7397c398 Signed-off-by:
Kumar Harsh <harkumar@codeaurora.org>
-
Ritesh Harjani authored
In case if clk_gating is disabled, few mmc_host fields may not be valid. Hence fix the script in case if mmc clk-gating is disabled. Change-Id: Icc12d03efe980823e8d8d61a65097f47ae34961b Signed-off-by:
Ritesh Harjani <riteshh@codeaurora.org>
-
- Oct 30, 2018
-
-
qctecmdr Service authored
-
- Oct 29, 2018
-
-
Kumar Harsh authored
These changes add a new option --kernel-exception-level which can be passed from command line to specify the current exception level of kernel. This is to handle a case where backtrace should get generated if kernel is executing at EL2 instead of EL1. Change-Id: If0d61119a6cc27e263d73ce9921a63cab4bdee45 Signed-off-by:
Kumar Harsh <harkumar@codeaurora.org>
-
- Oct 25, 2018
-
-
qctecmdr Service authored
-
- Oct 24, 2018
-
-
qctecmdr Service authored
-
Ankur Bansal authored
Print Unaccounted memory in memstat Change-Id: I79f0472943acc80a114cb8517b7696245fd8eb2d Signed-off-by:
Ankur Bansal <ankban@codeaurora.org>
-
- Oct 23, 2018
-
-
qctecmdr Service authored
Merge "Extract coreboot console from ramdump Script to extract cbmem console area from ramdumps. The start address and length is taken from kernel symbol cbmem_console."
-
- Oct 19, 2018
-
-
qctecmdr Service authored
-
- Oct 17, 2018
-
-
qctecmdr Service authored
Merge "lrdp-v2: setting kimage_voffset to null In case of 32bit ramdump kimage_voffset will not be used in ramparser. In upstream kernel 4.14 this variable got added and set to some address. Due to that in case of 32 bit all calculation went worng. So forcefully setting to null if it is 32 bit dump"
-
- Oct 11, 2018
-
-
Tingwei Zhang authored
Add qm215 to msm8917 family. Add KASLR parse to support parsing 64bit dump. Change-Id: Ib934b4db84f7174bebf1aa4ec8b868e1dd0f5761 Signed-off-by:
Tingwei Zhang <tingwei@codeaurora.org>
-
- Oct 10, 2018
-
-
Shivendra Pratap authored
Script to extract cbmem console area from ramdumps. The start address and length is taken from kernel symbol cbmem_console. Change-Id: I0eb9d0610e152ac0f25ea430f6361cca22b7acec Signed-off-by:
Shivendra Pratap <spratap@codeaurora.org>
-
- Oct 08, 2018
-
-
Kumar Harsh authored
IO event logs such as register read/write are being logged into pstore. This change helps in extracting that data on per cpu basis into separate files. Also this change is extracting the console logs from pstore buffer since dmesg gets corrupted sometimes and this acts as an additional logging mechanism to turn to. Change-Id: I19bdef9c58d76b4b46efa39261ca2f36ae3b1a22 Signed-off-by:
Kumar Harsh <harkumar@codeaurora.org>
-
- Oct 05, 2018
-
-
Linux Build Service Account authored
-