Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h173 bool StopWhenNoMoreTargets(
Devent_selection_set.cpp809 bool EventSelectionSet::StopWhenNoMoreTargets(double check_interval_in_sec) { in StopWhenNoMoreTargets() function in simpleperf::EventSelectionSet
Dcmd_stat.cpp564 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in Run()
Dcmd_record.cpp588 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in PrepareRecording()