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.h201 bool ReadMmapEventData(bool with_time_limit);
Devent_selection_set.cpp826 bool EventSelectionSet::ReadMmapEventData(bool with_time_limit) { in ReadMmapEventData() argument
828 if (with_time_limit) { in ReadMmapEventData()
836 if (with_time_limit && (GetSystemClock() - start_time_in_ns) >= 1e8) { in ReadMmapEventData()