forked from qt/qtbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qtcore.tracepoints
41 lines (31 loc) · 1.47 KB
/
qtcore.tracepoints
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
QT_BEGIN_NAMESPACE
class QEvent;
QT_END_NAMESPACE
}
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_exit()
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_exit(bool consumed, bool filtered)
QObject_ctor(QObject *object)
QObject_dtor(QObject *object)
QMetaObject_activate_entry(QObject *sender, int signalIndex)
QMetaObject_activate_exit()
QMetaObject_activate_slot_entry(QObject *receiver, int slotIndex)
QMetaObject_activate_slot_exit()
QMetaObject_activate_slot_functor_entry(void *slotObject)
QMetaObject_activate_slot_functor_exit()
QMetaObject_activate_declarative_signal_entry(QObject *sender, int signalIndex)
QMetaObject_activate_declarative_signal_exit()
qt_message_print(int type, const char *category, const char *function, const char *file, int line, const QString &message)