Skip to content
Snippets Groups Projects
Commit 44ae2f55 authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

linux-ramdump-parser-v2: Print workqueue info for 3.14 kernel

Print the workqueue information for 3.14 kernel.

Change-Id: Id40503c9f8ad2fc23cff587553e66e0a6a0406fd
parent 75248fcb
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. # Copyright (c) 2012-2015, 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
...@@ -456,3 +456,5 @@ class Workqueues(RamParser): ...@@ -456,3 +456,5 @@ class Workqueues(RamParser):
self.print_workqueue_state_3_7(self.ramdump) self.print_workqueue_state_3_7(self.ramdump)
if re.search('3.10.\d', ver) is not None: if re.search('3.10.\d', ver) is not None:
self.print_workqueue_state_3_10(self.ramdump) self.print_workqueue_state_3_10(self.ramdump)
if re.search('3.14.\d', ver) is not None:
self.print_workqueue_state_3_10(self.ramdump)
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