Lines Matching refs:match
434 m = re.match(r'(?P<name>.*)_dmesg\.txt.*', self.dmesgfile)
438 m = re.match(r'(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
478 if re.match(r'^processor[ \t]*:[ \t]*[0-9]*', line):
483 m = re.match(r'^MemTotal:[ \t]*(?P<sz>[0-9]*) *kB', line)
486 m = re.match(r'^MemFree:[ \t]*(?P<sz>[0-9]*) *kB', line)
553 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
567 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
650 m = re.match(r'.* '+arg+'=(?P<arg>.*) ', data);
654 m = re.match(r'.* '+arg+'=(?P<arg>.*)', data);
1012 m = re.match(tp.ftrace_line_fmt, line)
1015 m = re.match(r'.*: (?P<drv>.*) (?P<d>.*), parent: *(?P<p>.*), .*', m.group('msg'));
1025 if(re.match(r'.*/power', dirname) and 'async' in filenames):
1169 m = re.match(r'.*\[(?P<v>.*)\].*', fp.read())
1174 m = re.match(r'.* (?P<v>[0-9A-Fx]*) .*', line)
1199 if re.match(r'turbostat version .*', out):
1213 if re.match(r'(?i)Avg_MHz.*', line):
1230 if key == 'SYS%LPI' and not s0ixready and re.match(r'^[0\.]*$', val):
1258 m = re.match(r' *(?P<dev>.*): (?P<stat>[0-9a-f]*) .*', line)
1275 if re.match(entry['match'], msg):
1287 if re.match(r'^[0-9,\-\.]*$', arr[j]):
1366 m = re.match(r'[\s]*Monitor is (?P<m>.*)', ascii(line))
1571 m = re.match(tp.tstatfmt, line)
1592 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
1600 if re.match(r'capability: warning: .*', msg):
1603 if re.match(self.errlist[err], msg):
1705 mc = re.match(r'\(.*\) *(?P<args>.*)', cdata)
1706 mr = re.match(r'\((?P<caller>\S*).* arg1=(?P<ret>.*)', rdata)
2023 if name == devname or re.match(r'^%s\[(?P<num>[0-9]*)\]$' % name, devname):
2125 if(pid < 0 or re.match(r'[0-9]*-[0-9]*\.[0-9]*[\.0-9]*\:[\.0-9]*$', pdev)):
2216 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) .* (?P<f>.*)\: '+\
2219 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) .* (?P<f>.*)\: '+\
2222 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) calling '+\
2228 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) .* (?P<f>.*)\: PM: '+\
2231 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) .* (?P<f>.*)\: '+\
2234 m = re.match(r'.*(\[ *)(?P<t>[0-9\.]*)(\]) call '+\
2320 if(d == 'traceevent' or re.match(r'^ *\/\* *(?P<msg>.*) \*\/ *$', m)):
2326 em = re.match(r'^ *\/\* *(?P<msg>.*) \*\/ *$', m)
2329 emm = re.match(r'^(?P<call>.*?): (?P<msg>.*)', msg)
2335 km = re.match(r'^(?P<n>.*)_cal$', self.type)
2341 km = re.match(r'^(?P<n>.*)_ret$', self.type)
2353 match = re.match(r'^(?P<d> *)(?P<o>.*)$', m)
2354 if(not match):
2356 self.depth = self.getDepth(match.group('d'))
2357 m = match.group('o')
2363 match = re.match(r'^} *\/\* *(?P<n>.*) *\*\/$', m)
2364 if(match):
2365 self.name = match.group('n').strip()
2371 match = re.match(r'^(?P<n>.*) *\(.*', m)
2372 if(match):
2373 self.name = match.group('n').strip()
2377 match = re.match(r'^(?P<n>.*) *\(.*', m)
2378 if(match):
2379 self.name = match.group('n').strip()
2411 re.match(r'suspend_enter\[.*\] begin', self.name)):
2424 re.match(r'thaw_processes\[.*\] end', self.name)):
3051 if re.match(self.stampfmt, line):
3054 elif re.match(self.sysinfofmt, line):
3057 elif re.match(self.tstatfmt, line):
3060 elif re.match(self.wififmt, line):
3063 elif re.match(self.testerrfmt, line):
3066 elif re.match(self.firmwarefmt, line):
3069 elif(re.match(self.devpropfmt, line)):
3072 elif(re.match(self.pinfofmt, line)):
3075 m = re.match(self.cmdlinefmt, line)
3079 m = re.match(self.tracertypefmt, line)
3086 m = re.match(self.stampfmt, self.stamp)
3097 if re.match(self.sysinfofmt, self.sysinfo):
3115 m = re.match(r'.* machine_suspend\[(?P<mode>.*)\]', line)
3126 m = re.match(self.firmwarefmt, self.fwdata[data.testnumber])
3133 m = re.match(self.tstatfmt, self.turbostat[data.testnumber])
3138 m = re.match(self.wififmt, self.wifi[data.testnumber])
3145 m = re.match(self.testerrfmt, self.testerror[data.testnumber])
3172 m = re.match(self.pinfofmt, line)
3310 m = re.match(tp.ftrace_line_fmt, line)
3404 m = re.match(tp.ftrace_line_fmt, line)
3428 elif re.match(r'.* timekeeping_freeze.*begin', blk[i][3]):
3430 elif re.match(r'.* timekeeping_freeze.*end', blk[i][3]):
3498 m = re.match(tp.procexecfmt, t.name)
3501 m = re.match(tp.procmultifmt, msg)
3541 if(re.match(r'(?P<name>.*) begin$', t.name)):
3543 elif(re.match(r'(?P<name>.*) end$', t.name)):
3548 m = re.match(r'(?P<name>.*)\[.*', t.name)
3550 m = re.match(r'(?P<name>.*) .*', t.name)
3557 if(re.match(r'suspend_enter\[.*', t.name)):
3562 elif(re.match(r'dpm_prepare\[.*', t.name)):
3571 elif(re.match(r'dpm_suspend\[.*', t.name)):
3575 elif(re.match(r'dpm_suspend_late\[.*', t.name)):
3579 elif(re.match(r'dpm_suspend_noirq\[.*', t.name)):
3583 elif(re.match(tp.machinesuspend, t.name)):
3616 elif(re.match(r'dpm_resume_noirq\[.*', t.name)):
3620 elif(re.match(r'dpm_resume_early\[.*', t.name)):
3624 elif(re.match(r'dpm_resume\[.*', t.name)):
3628 elif(re.match(r'dpm_complete\[.*', t.name)):
3662 m = re.match(r'(?P<drv>.*) (?P<d>.*), parent: *(?P<p>.*), .*',\
3677 m = re.match(r'(?P<drv>.*) (?P<d>.*), err.*', t.name);
3931 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
3935 if re.match(r'PM: Syncing filesystems.*', msg) or \
3936 re.match(r'PM: suspend entry.*', msg):
3943 m = re.match(r'.* *(?P<k>[0-9]\.[0-9]{2}\.[0-9]-.*) .*', msg)
3946 m = re.match(r'PM: Preparing system for (?P<m>.*) sleep', msg)
3948 m = re.match(r'PM: Preparing system for sleep \((?P<m>.*)\)', msg)
4049 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
4068 if(re.match(s, msg)):
4166 if(re.match(at[a]['smsg'], msg)):
4169 if(re.match(at[a]['emsg'], msg)):
4173 if(re.match(r'Disabling non-boot CPUs .*', msg)):
4176 elif(re.match(r'Enabling non-boot CPUs .*', msg)):
4179 elif(re.match(r'smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg) \
4180 or re.match(r'psci: CPU(?P<cpu>[0-9]*) killed.*', msg)):
4182 m = re.match(r'smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg)
4184 m = re.match(r'psci: CPU(?P<cpu>[0-9]*) killed.*', msg)
4190 elif(re.match(r'CPU(?P<cpu>[0-9]*) is up', msg)):
4192 m = re.match(r'CPU(?P<cpu>[0-9]*) is up', msg)
5669 if(not re.match(r'.*/power', dirname) or
5763 m = re.match(r'^model\s*name\s*\:\s*(?P<c>.*)', line)
6304 for match in list:
6305 s = match.end()
6344 m = re.match(r'[a-z0-9]* failed in (?P<p>\S*).*', error)
6382 m = re.match(r'.* -m (?P<m>\S*).*', line)
6394 m = re.match(r'.*waking *(?P<n>[0-9]*) *times.*', low)
6396 match = [i for i in issues if i['match'] == issue]
6397 if len(match) > 0:
6398 match[0]['count'] += 1
6399 if sysvals.hostname not in match[0]['urls']:
6400 match[0]['urls'][sysvals.hostname] = [sysvals.htmlfile]
6401 elif sysvals.htmlfile not in match[0]['urls'][sysvals.hostname]:
6402 match[0]['urls'][sysvals.hostname].append(sysvals.htmlfile)
6412 m = re.match(r' *<div id=\"[a,0-9]*\" *title=\"(?P<title>.*)\" class=\"thread.*', line)
6415 m = re.match(r'(?P<n>.*) \((?P<t>[0-9,\.]*) ms\) (?P<p>.*)', m.group('title'))
6476 if(re.match(r'.*_dmesg.txt', filename)):
6478 elif(re.match(r'.*_ftrace.txt', filename)):
6501 if(not re.match(r'.*.html', filename)):