Searched refs:stop_events (Results 1 – 1 of 1) sorted by relevance
639 def collect_events(search_events, command, timings, stop_events, disable_timing_after_zygote): argument644 data_available = stop_events is None677 if event in stop_events:678 stop_events.remove(event)679 print "remaining stop_events:", stop_events680 if len(stop_events) == 0: