Lines Matching refs:tp
301 tp = aslib.TestProps()
310 if re.match(tp.stampfmt, line):
311 tp.stamp = line
313 elif re.match(tp.sysinfofmt, line):
314 tp.sysinfo = line
316 elif re.match(tp.cmdlinefmt, line):
317 tp.cmdline = line
319 elif re.match(tp.kparamsfmt, line):
320 tp.kparams = line
366 if tp.stamp:
368 tp.parseStamp(data, sysvals)
390 tp = aslib.TestProps()
391 tp.setTracerType('function_graph')
396 m = re.match(tp.ftrace_line_fmt, line.strip())