summaryrefslogtreecommitdiffstats
path: root/src/corelib/qtcore.tracepoints
blob: 391e4087e55a35189854b7b0bba0292846fe9cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QCoreApplicationPrivate_init_entry()
QCoreApplicationPrivate_init_exit()

QFactoryLoader_update(const QString &fileName)

QLibraryPrivate_load_entry(const QString &fileName)
QLibraryPrivate_load_exit(bool success)

QEvent_ctor(QEvent *event, int type)
QEvent_dtor(QEvent *event, int type)

QCoreApplication_postEvent_entry(QObject *receiver, QEvent *event, int type)
QCoreApplication_postEvent_event_compressed(QObject *receiver, QEvent *event)
QCoreApplication_postEvent_event_posted(QObject *receiver, QEvent *event, int type)

QCoreApplication_sendEvent(QObject *receiver, QEvent *event, int type)
QCoreApplication_sendSpontaneousEvent(QObject *receiver, QEvent *event, int type)

QCoreApplication_notify_entry(QObject *receiver, QEvent *event, int type)
QCoreApplication_notify_event_filtered(QObject *receiver, QEvent *event, int type)
QCoreApplication_notify_before_delivery(QObject *receiver, QEvent *event, int type)
QCoreApplication_notify_after_delivery(QObject *receiver, QEvent *event, int type, bool consumed)