File: qtcore.tracepoints

package info (click to toggle)
qtbase-opensource-src-gles 5.15.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 350,016 kB
  • sloc: cpp: 2,097,621; ansic: 343,242; xml: 115,491; python: 9,447; java: 7,499; asm: 4,023; sh: 2,086; perl: 2,047; yacc: 1,687; lex: 1,333; javascript: 878; makefile: 260; objc: 70
file content (41 lines) | stat: -rw-r--r-- 1,506 bytes parent folder | download | duplicates (9)
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)