Searched refs:trace_input_regex (Results 1 – 1 of 1) sorted by relevance
30 trace_input_regex = re.compile( r"(?P<CPU>\d+) (?P<time_s>\d+)\.(?P<time_ns>\d+)\.(?P<time_us>\d+)u… variable43 match = trace_input_regex.match(line)