diff options
Diffstat (limited to 'app/perfunwind.h')
-rw-r--r-- | app/perfunwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h index fdb78b0..574e9e7 100644 --- a/app/perfunwind.h +++ b/app/perfunwind.h @@ -101,7 +101,7 @@ public: firstGuessedFrame(-1), isInterworking(false) {} QHash<qint32, QHash<quint64, Dwarf_Word>> stackValues; - QVector<qint32> frames; + QList<qint32> frames; PerfUnwind *unwind; const PerfRecordSample *sample; int maxFrames; @@ -303,7 +303,7 @@ private: QHash<Location, qint32> m_locations; QHash<qint32, Symbol> m_symbols; QHash<quint64, qint32> m_attributeIds; - QVector<PerfEventAttributes> m_attributes; + QList<PerfEventAttributes> m_attributes; QHash<QByteArray, QByteArray> m_buildIds; uint m_lastEventBufferSize; |