Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h176 bool StopWhenNoMoreTargets(double check_interval_in_sec =
Devent_selection_set.cpp790 bool EventSelectionSet::StopWhenNoMoreTargets(double check_interval_in_sec) { in StopWhenNoMoreTargets() function in EventSelectionSet
Dcmd_stat.cpp568 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in Run()
Dcmd_record.cpp530 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in PrepareRecording()