Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py635 def collect_events(search_events, command, timings, stop_events, disable_timing_after_zygote): argument
639 data_available = stop_events is None
672 if event in stop_events:
673 stop_events.remove(event)
674 print("remaining stop_events:", stop_events)
675 if len(stop_events) == 0: