Home
last modified time | relevance | path

Searched refs:maxMmapsPerFlush (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.h118 maxSamplesPerFlush(0), maxMmapsPerFlush(0), maxTaskEventsPerFlush(0), in Stats()
141 uint maxMmapsPerFlush; member
H A Dperfunwind.cpp155 out << "max mmaps per flush: " << m_stats.maxMmapsPerFlush << "\n"; in ~PerfUnwind()
989 m_stats.maxMmapsPerFlush = std::max(static_cast<uint>(mmaps), in flushEventBuffer()
990 m_stats.maxMmapsPerFlush); in flushEventBuffer()