summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/ctf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/ctf.h')
-rw-r--r--src/tools/tracegen/ctf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tools/tracegen/ctf.h b/src/tools/tracegen/ctf.h
new file mode 100644
index 0000000000..113e30919f
--- /dev/null
+++ b/src/tools/tracegen/ctf.h
@@ -0,0 +1,12 @@
+// Copyright (C) 2022 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#ifndef CTF_H
+#define CTF_H
+
+struct Provider;
+class QFile;
+
+void writeCtf(QFile &device, const Provider &p);
+
+#endif // CTF_H