![]() |
Qt 6.x
The Qt SDK
|
#include <qthread.h>
#include <qpluginloader.h>
#include <qfileinfo.h>
#include <qdir.h>
#include "qctf_p.h"
#include "moc_qctf_p.cpp"
Go to the source code of this file.
Macros | |
#define | BUILD_LIBRARY |
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 QT_BEGIN_NAMESPACE 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 |
void _do_tracepoint | ( | const QCtfTracePointEvent & | point, |
const QByteArray & | arr | ||
) |
Definition at line 100 of file qctf.cpp.
References QCtfLib::doTracepoint(), initialize(), and s_plugin.
QCtfTracePointPrivate * _initialize_tracepoint | ( | const QCtfTracePointEvent & | point | ) |
Definition at line 108 of file qctf.cpp.
References initialize(), QCtfLib::initializeTracepoint(), and s_plugin.
bool _tracepoint_enabled | ( | const QCtfTracePointEvent & | point | ) |
Definition at line 93 of file qctf.cpp.
References initialize(), s_plugin, and QCtfLib::tracepointEnabled().
|
static |
Definition at line 67 of file qctf.cpp.
References loadPlugin(), s_initialized, s_plugin, s_prevent_recursion, s_shutdown, s_triedLoading, and QCtfLib::sessionEnabled().
Referenced by QBluetoothLocalDevicePrivate::QBluetoothLocalDevicePrivate(), QMacCGContext::QMacCGContext(), QMacCGContext::QMacCGContext(), QmlShapesPlugin::QmlShapesPlugin(), QWaylandQuickSurface::QWaylandQuickSurface(), QWaylandSurface::QWaylandSurface(), _do_tracepoint(), _initialize_tracepoint(), _tracepoint_enabled(), CoreAudioUtils::frequency(), QQuickStackElement::incubate(), QTriangulator< T >::initialize(), QGraphicsSceneBspTree::initialize(), QQuickParticlePainter::load(), QQuickStackElement::load(), QSaveFile::open(), qt_alphamapblit_argb32(), qt_alphamapblit_generic(), qt_alphamapblit_quint16(), qt_alphargbblit_argb32(), qt_alphargbblit_generic(), and qt_intersect_spans().
|
static |
Definition at line 35 of file qctf.cpp.
References loader, QStringLiteral, s_plugin, s_shutdown, and QCtfLib::shutdown().
Referenced by initialize().
|
static |
Definition at line 15 of file qctf.cpp.
Referenced by initialize().
Definition at line 19 of file qctf.cpp.
Referenced by _do_tracepoint(), _initialize_tracepoint(), _tracepoint_enabled(), initialize(), and loadPlugin().
|
static |
Definition at line 17 of file qctf.cpp.
Referenced by initialize().
|
static |
Definition at line 18 of file qctf.cpp.
Referenced by initialize(), and loadPlugin().
|
static |
Definition at line 16 of file qctf.cpp.
Referenced by initialize().