![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qthread.h>#include <qpluginloader.h>#include <qfileinfo.h>#include <qdir.h>#include <qtenvironmentvariables.h>#include <qjsonarray.h>#include "qctf_p.h"#include "moc_qctf_p.cpp"Go to the source code of this file.
Macros | |
| #define | BUILD_LIBRARY |
| #define | QCtfPluginIID QStringLiteral("org.qt-project.Qt.QCtfLib") |
Functions | |
| static bool | loadPlugin (bool &retry) |
| static bool | initialize () |
| bool | _tracepoint_enabled (const QCtfTracePointEvent &point) |
| void | _do_tracepoint (const QCtfTracePointEvent &point, const QByteArray &arr) |
| QCtfTracePointPrivate * | _initialize_tracepoint (const QCtfTracePointEvent &point) |
Variables | |
| static bool | s_initialized = false |
| static bool | s_triedLoading = false |
| static bool | s_prevent_recursion = false |
| static bool | s_shutdown = false |
| static QCtfLib * | s_plugin = nullptr |
| #define QCtfPluginIID QStringLiteral("org.qt-project.Qt.QCtfLib") |
| void _do_tracepoint | ( | const QCtfTracePointEvent & | point, |
| const QByteArray & | arr ) |
Definition at line 128 of file qctf.cpp.
References initialize(), and s_plugin.
| QCtfTracePointPrivate * _initialize_tracepoint | ( | const QCtfTracePointEvent & | point | ) |
Definition at line 136 of file qctf.cpp.
References initialize().
| bool _tracepoint_enabled | ( | const QCtfTracePointEvent & | point | ) |
Definition at line 121 of file qctf.cpp.
References initialize().
|
static |
Definition at line 95 of file qctf.cpp.
References loadPlugin(), s_initialized, s_prevent_recursion, s_shutdown, and s_triedLoading.
Referenced by _do_tracepoint(), _initialize_tracepoint(), and _tracepoint_enabled().
|
static |
Definition at line 75 of file qctf.cpp.
Referenced by initialize().
|
static |
Definition at line 19 of file qctf.cpp.
Referenced by initialize().
|
static |
Definition at line 23 of file qctf.cpp.
Referenced by _do_tracepoint().
|
static |
Definition at line 21 of file qctf.cpp.
Referenced by initialize().
|
static |
Definition at line 22 of file qctf.cpp.
Referenced by initialize().
|
static |
Definition at line 20 of file qctf.cpp.
Referenced by initialize().