summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-06-11 16:01:01 +0200
committerEike Ziller <eike.ziller@qt.io>2018-06-11 16:01:01 +0200
commitddff6ef6fd31aa9f1707697d1e9601b00a8686b7 (patch)
tree95930b14a6841bacb52daec61d71fb6bf48e0dc7 /app/perfunwind.h
parentce6d7583461ef7391718c74fb3b30f6347631c82 (diff)
parentb9a998065902d3364c7132bc0cdd48718e6d4ef8 (diff)
Merge remote-tracking branch 'origin/4.7'
Diffstat (limited to 'app/perfunwind.h')
-rw-r--r--app/perfunwind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h
index 34f80e7..9a36440 100644
--- a/app/perfunwind.h
+++ b/app/perfunwind.h
@@ -311,6 +311,8 @@ private:
void forwardMmapBuffer(QList<PerfRecordMmap>::Iterator &it,
const QList<PerfRecordMmap>::Iterator &mmapEnd,
quint64 timestamp);
+ void revertTargetEventBufferSize();
+ bool hasTracePointAttributes() const;
};
uint qHash(const PerfUnwind::Location &location, uint seed = 0);