Lines Matching refs:tp
303 tp = aslib.TestProps()
312 if re.match(tp.stampfmt, line):
313 tp.stamp = line
315 elif re.match(tp.sysinfofmt, line):
316 tp.sysinfo = line
318 elif re.match(tp.cmdlinefmt, line):
319 tp.cmdline = line
321 elif re.match(tp.kparamsfmt, line):
322 tp.kparams = line
368 if tp.stamp:
370 tp.parseStamp(data, sysvals)
392 tp = aslib.TestProps()
393 tp.setTracerType('function_graph')
398 m = re.match(tp.ftrace_line_fmt, line.strip())