summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/provider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tools filesLucie Gérard2024-02-071-1/+1
* tracegen: Fix handling enumerators with duplicate valuesAntti Määttä2023-02-101-6/+10
* tracegen: Add support for QSizeF and QRectF typesAntti Määttä2023-02-101-1/+3
* CTF: Move event metadata generation to the wrapperAntti Määttä2023-02-101-18/+15
* tracegen: Give warning if flag value is npot2Antti Määttä2023-01-311-2/+2
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-131-53/+213
* Fix array handling in tracegen toolAntti Määttä2023-01-131-2/+3
* tracegen: add qint64 supportRafael Roquetto2022-09-151-0/+1
* tracegen: add support for QSizeRafael Roquetto2022-09-031-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-031-1/+1
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-031-4/+6
* Tools: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-3/+3
* Port tracedef to QRegularExpressionLars Knoll2020-04-131-20/+22
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+1
* Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+19
* Tracegen: code tidiesGiuseppe D'Angelo2018-06-291-16/+9
* Tracegen: add support for pointers and intptr-like typesGiuseppe D'Angelo2018-06-281-3/+11
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+304