// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #pragma once struct kernel_and_user_trace_001 { static void start(); }; struct kernel_trace_001 { static void start(); }; struct multiple_providers_001 { static void start(); }; struct testing_001 { static void start(); }; struct user_trace_001 { static void start(); }; struct user_trace_002 { static void start(); };