Skip to content
Snippets Groups Projects
Commit 1cf82c5c authored by Tengfei Fan's avatar Tengfei Fan
Browse files

Irdp-v2: add new argument when invoke dump_thread_groug


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: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 7f3c1e58
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2012-2013, 2015, 2017-2018 The Linux Foundation. All rights reserved. # Copyright (c) 2012-2013, 2015, 2017-2019 The Linux Foundation. All rights reserved.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and # it under the terms of the GNU General Public License version 2 and
...@@ -186,7 +186,7 @@ def do_dump_stacks(ramdump, check_for_panic=0): ...@@ -186,7 +186,7 @@ def do_dump_stacks(ramdump, check_for_panic=0):
+ offset_thread_group + offset_thread_group
while True: while True:
dump_thread_group(ramdump, init_thread_group, dump_thread_group(ramdump, init_thread_group,
task_out, check_for_panic) task_out, taskhighlight_out, check_for_panic)
init_next_task = init_next_task + prev_offset init_next_task = init_next_task + prev_offset
orig_init_next_task = init_next_task orig_init_next_task = init_next_task
next_task = ramdump.read_word(init_next_task) next_task = ramdump.read_word(init_next_task)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment