From 1cf82c5c4ed7bd0d3aaee5dec72c2a8a2d8ca834 Mon Sep 17 00:00:00 2001
From: Tengfei Fan <tengfeif@codeaurora.org>
Date: Wed, 20 Feb 2019 10:17:30 +0800
Subject: [PATCH] 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: Tengfei Fan <tengfeif@codeaurora.org>
---
 linux-ramdump-parser-v2/parsers/taskdump.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux-ramdump-parser-v2/parsers/taskdump.py b/linux-ramdump-parser-v2/parsers/taskdump.py
index e9fa911..31b2d37 100755
--- a/linux-ramdump-parser-v2/parsers/taskdump.py
+++ b/linux-ramdump-parser-v2/parsers/taskdump.py
@@ -1,4 +1,4 @@
-# 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
 # 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):
                                 + offset_thread_group
             while True:
                 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
                 orig_init_next_task = init_next_task
                 next_task = ramdump.read_word(init_next_task)
-- 
GitLab