summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/lttng.h
blob: c36c70a1d4a335e04d4d4bf91113a38666d83871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto <rafael.roquetto@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef LTTNG_H
#define LTTNG_H

struct Provider;
class QFile;

void writeLttng(QFile &device, const Provider &p);

#endif // LTTNG_H