Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h198 bool ReadMmapEventData(bool with_time_limit);
Devent_selection_set.cpp770 bool EventSelectionSet::ReadMmapEventData(bool with_time_limit) { in ReadMmapEventData() argument
772 if (with_time_limit) { in ReadMmapEventData()
780 if (with_time_limit && (GetSystemClock() - start_time_in_ns) >= 1e8) { in ReadMmapEventData()