Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DRecordFilter.cpp98 bool ThreadEnd(pid_t tid, uint64_t timestamp) { return thread_ranges_[tid].End(timestamp); } in ThreadEnd() function in simpleperf::TimeFilter
194 !ParseTimestamp(args[1], &timestamp) || !time_filter_->ThreadEnd(pid, timestamp)) { in Read()