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.cpp665 bool EventSelectionSet::ReadMmapEventData(bool with_time_limit) { in ReadMmapEventData() argument
667 if (with_time_limit) { in ReadMmapEventData()
675 if (with_time_limit && (GetSystemClock() - start_time_in_ns) >= 1e8) { in ReadMmapEventData()
Devent_selection_set.h178 bool ReadMmapEventData(bool with_time_limit);