Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py639 def collect_events(search_events, command, timings, stop_events, disable_timing_after_zygote): argument
644 data_available = stop_events is None
677 if event in stop_events:
678 stop_events.remove(event)
679 print "remaining stop_events:", stop_events
680 if len(stop_events) == 0: