summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtwidgets.tracepoints
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2019-03-27 14:00:21 +0100
committerMilian Wolff <milian.wolff@kdab.com>2019-04-05 11:57:59 +0000
commitf4c41b9797f08f173049502fa7bd465cf5bde938 (patch)
tree903f3fbfacecfa4df71201d2e18d3d74ec5eb3f7 /src/widgets/qtwidgets.tracepoints
parent127518deda5a05fda2ce24be98aaaeb7b975f163 (diff)
Add missing _exit tracepoints for event handling
This allows tools that look for matching `foo_entry/exit` pairs in the trace data to work properly. An unmatched `_entry` would otherwise confuse them, making them think that the call stack is continuously increasing. Change-Id: Idff7f587ea25c46ec86ad623cc82d503db34a194 Reviewed-by: Christoph Sterz <christoph.sterz@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets/qtwidgets.tracepoints')
-rw-r--r--src/widgets/qtwidgets.tracepoints1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/qtwidgets.tracepoints b/src/widgets/qtwidgets.tracepoints
index bfaf87ffcc..9c40cdb3e7 100644
--- a/src/widgets/qtwidgets.tracepoints
+++ b/src/widgets/qtwidgets.tracepoints
@@ -5,6 +5,7 @@ QT_END_NAMESPACE
}
QApplication_notify_entry(QObject *receiver, QEvent *event, int type)
+QApplication_notify_exit(QObject *receiver, QEvent *event, int type)
QApplication_notify_event_filtered(QObject *receiver, QEvent *event, int type)
QApplication_notify_before_delivery(QObject *receiver, QEvent *event, int type)
QApplication_notify_after_delivery(QObject *receiver, QEvent *event, int type, bool consumed)