Home
last modified time | relevance | path

Searched refs:m_maxEventBufferSize (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.h169 uint maxEventBufferSize() const { return m_maxEventBufferSize; } in maxEventBufferSize()
308 uint m_maxEventBufferSize; variable
H A Dperfunwind.cpp109 m_lastEventBufferSize(1 << 20), m_maxEventBufferSize(1 << 30), m_targetEventBufferSize(1 << 25), in PerfUnwind()
167 m_maxEventBufferSize = size; in setMaxEventBufferSize()
176 if (size > m_maxEventBufferSize) in setTargetEventBufferSize()
1018 if (bufferSize > m_maxEventBufferSize) in flushEventBuffer()
1019 bufferSize = m_maxEventBufferSize; in flushEventBuffer()