summaryrefslogtreecommitdiffstats
path: root/src/corelib/qtcore.tracepoints
blob: 2e78490ab54688312c1ea9cbd8797961bfcfa9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)

QObject_ctor(QObject *object)
QObject_dtor(QObject *object)