summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/ctf.h
blob: 113e30919f9a5c40798dfb73ff1997ab48e8b0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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