Lines Matching refs:tp
799 tp = self.tpath
807 if(os.path.exists(tp+f) == False):
813 tp = self.tpath
815 if(os.path.exists(tp+f) == False):
932 tp = TestProps()
936 m = re.match(tp.tracertypefmt, line)
938 tp.setTracerType(m.group('t'))
941 m = re.match(tp.ftrace_line_fmt, line)
1282 tp = TestProps()
1285 m = re.match(tp.tstatfmt, line)
2520 tp = (item.test, item.phase)
2521 if tp not in myphases:
2522 myphases.append(tp)
2970 tp = TestProps()
2976 if tp.stampInfo(line):
2979 m = re.match(tp.tracertypefmt, line)
2981 tp.setTracerType(m.group('t'))
2984 if(re.match(tp.devpropfmt, line)):
2985 tp.parseDevprops(line, sysvals)
2988 if(re.match(tp.pinfofmt, line)):
2989 tp.parsePlatformInfo(line, sysvals)
2992 m = re.match(tp.ftrace_line_fmt, line)
2999 if(tp.cgformat):
3014 tp.parseStamp(data, sysvals)
3093 tp = TestProps()
3103 if tp.stampInfo(line):
3106 m = re.match(tp.tracertypefmt, line)
3108 tp.setTracerType(m.group('t'))
3111 if(re.match(tp.devpropfmt, line)):
3112 tp.parseDevprops(line, sysvals)
3115 if(re.match(tp.pinfofmt, line)):
3116 tp.parsePlatformInfo(line, sysvals)
3122 m = re.match(tp.ftrace_line_fmt, line)
3130 if(tp.cgformat):
3148 tp.parseStamp(data, sysvals)
3157 m = re.match(tp.procexecfmt, t.name)
3312 if(key not in tp.ktemp):
3313 tp.ktemp[key] = []
3314 tp.ktemp[key].append({
3326 if(key not in tp.ktemp) or len(tp.ktemp[key]) < 1:
3328 e = next((x for x in reversed(tp.ktemp[key]) if x['end'] < 0), 0)
3402 for key in sorted(tp.ktemp):
3408 for e in tp.ktemp[key]:
3416 for key in sorted(tp.ktemp):
3420 for e in tp.ktemp[key]:
3518 tp = TestProps()
3519 tp.stamp = datetime.now().strftime('# suspend-%m%d%y-%H%M%S localhost mem unknown')
3528 if tp.stampInfo(line):
3538 tp.parseStamp(data, sysvals)
5087 tp = sysvals.tpath
5201 fp = open(tp+'trace', 'r')