Skip to content
Snippets Groups Projects
Commit 2051c119 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Irdp-v2: add new argument when invoke dump_thread_groug"

parents 95de6809 1cf82c5c
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