Home
last modified time | relevance | path

Searched refs:TIME_DMESG (Results 1 – 2 of 2) sorted by relevance

/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py47 TIME_DMESG = "\[\s*(\d+\.\d+)\]" variable
154 self.re_time_dmesg = re.compile(TIME_DMESG)
Dbootanalyze.py37 TIME_DMESG = r"\[\s*(\d+\.\d+)\]" variable
360 dmesg_event_time = extract_time(dmesg_events, TIME_DMESG, float);