summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/etw.h
blob: 88508e2034c3e536e11077452c5a35d40e4ec1e8 (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 ETW_H
#define ETW_H

struct Provider;
class QFile;

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

#endif // ETW_H