summaryrefslogtreecommitdiffstats
path: root/src/plugins/tracing/qctfplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix CTF with namespace buildAntti Määttä2023-10-091-2/+2
| | | | | | | | Include moc must be outside the namespace. Pick-to: 6.6 6.5 Change-Id: Ibdd539b5fdd8ab4aeb0019bcbb62d5702c310065 Reviewed-by: Antti Määttä <[email protected]>
* Fix crash at exit when tracingAntti Määttä2023-04-261-1/+6
| | | | | | | | | | | | The crash is caused by the cleanup sending trace messages when the plugin has already been destroyed. Add shutdown callback to the plugin to indicate this has happened. We can't use signals since that also generetes trace event. Pick-to: 6.5 Change-Id: I2e490fc51c2aaa97c240c1496a528a6ff6077bd0 Reviewed-by: Hatem ElKharashy <[email protected]> Reviewed-by: Janne Koskinen <[email protected]>
* Move CTF tracing plugin to plugins directoryAntti Määttä2023-03-211-0/+58
A coming change to support streaming requires networking so having it in corelib is dubious. Pick-to: 6.5 Change-Id: Idc25abe23b5ed07823d749294796c9f318ef1744 Reviewed-by: Hatem ElKharashy <[email protected]> Reviewed-by: Tomi Korpipää <[email protected]> Reviewed-by: Janne Koskinen <[email protected]>