Skip to content
Snippets Groups Projects
Commit 8717ed79 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "linux-ramdump-parser-v2: Support CONFIG_FAIR_GROUP_SCHED=n"

parents 180fc1f6 e6eb78f1
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class RunQueues(RamParser):
'struct cfs_rq', 'nr_running')
my_q_offset = self.ramdump.field_offset('struct sched_entity', 'my_q')
if se_addr == 0:
if se_addr == 0 or my_q_offset is None:
self.print_task_state(status, se_addr)
else:
my_q_addr = self.ramdump.read_word(se_addr + my_q_offset)
......
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