Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp333 LogReaderThread* oldest = nullptr; in Prune() local
341 if (!oldest || oldest->start() > reader_thread->start() || in Prune()
342 (oldest->start() == reader_thread->start() && in Prune()
344 oldest = reader_thread.get(); in Prune()
362 if (oldest && oldest->start() <= element.sequence()) { in Prune()
363 KickReader(oldest, id, pruneRows); in Prune()
442 if (oldest && oldest->start() <= element.sequence()) { in Prune()
580 if (oldest && oldest->start() <= element.sequence()) { in Prune()
581 if (!skipped_low_priority_prune) KickReader(oldest, id, pruneRows); in Prune()
606 if (oldest && oldest->start() <= element.sequence()) { in Prune()
[all …]
DSimpleLogBuffer.cpp277 LogReaderThread* oldest = nullptr; in Prune() local
282 if (!oldest || oldest->start() > reader_thread->start() || in Prune()
283 (oldest->start() == reader_thread->start() && in Prune()
285 oldest = reader_thread.get(); in Prune()
304 if (oldest && oldest->start() <= element.sequence()) { in Prune()
305 KickReader(oldest, id, prune_rows); in Prune()
DLogStatistics.cpp809 uint64_t oldest = mOldest[i].msec() / 1000; in ReportInteresting() local
812 int span = newest - oldest; in ReportInteresting()
905 uint64_t oldest = mOldest[id].msec(); in Format() local
907 if (newest <= oldest) { in Format()
912 uint64_t span = newest - oldest; in Format()
919 if (minTime > oldest) minTime = oldest; in Format()
925 if (dropped < oldest) dropped = oldest; in Format()
DREADME.property44 oldest entries of chattiest UID, and
70 priority. All other pruning activity is oldest first. Special case ~! represents an automatic