summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfunwind.h')
-rw-r--r--app/perfunwind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h
index b5bff8b..34f80e7 100644
--- a/app/perfunwind.h
+++ b/app/perfunwind.h
@@ -34,7 +34,7 @@
#include <QList>
#include <QObject>
#include <QString>
-
+#include <QMap>
#include <limits>
@@ -267,6 +267,7 @@ private:
QString m_kallsymsPath;
bool m_ignoreKallsymsBuildId;
+ QMultiMap<quint64, QByteArray> m_auxBuffer;
QList<PerfRecordSample> m_sampleBuffer;
QList<PerfRecordMmap> m_mmapBuffer;
QHash<qint32, PerfSymbolTable *> m_symbolTables;