Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperfunwind.cpp854 const QList<PerfRecordMmap>::Iterator &mmapEnd, in forwardMmapBuffer() argument
857 for (; mmapIt != mmapEnd && mmapIt->time() <= timestamp; ++mmapIt) { in forwardMmapBuffer()
909 auto mmapEnd = m_mmapBuffer.end(); in flushEventBuffer() local
940 forwardMmapBuffer(mmapIt, mmapEnd, m_lastFlushMaxTime); in flushEventBuffer()
952 forwardMmapBuffer(mmapIt, mmapEnd, taskEventIt->time()); in flushEventBuffer()
965 forwardMmapBuffer(mmapIt, mmapEnd, timestamp); in flushEventBuffer()
H A Dperfunwind.h336 const QList<PerfRecordMmap>::Iterator &mmapEnd,