We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b1cc8 commit b85e2daCopy full SHA for b85e2da
tools/power/pm-graph/sleepgraph.py
@@ -4151,7 +4151,7 @@ def parseKernelLog(data):
4151
elif(re.match('Enabling non-boot CPUs .*', msg)):
4152
# start of first cpu resume
4153
cpu_start = ktime
4154
- elif(re.match('smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg)) \
+ elif(re.match('smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg) \
4155
or re.match('psci: CPU(?P<cpu>[0-9]*) killed.*', msg)):
4156
# end of a cpu suspend, start of the next
4157
m = re.match('smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg)
0 commit comments