// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "examples.h" int main(void) { // Comment in/out the particular example you'd like to run. kernel_and_user_trace_001::start(); //kernel_trace_001::start(); //multiple_providers_001::start(); //testing_001::start(); //user_trace_001::start(); //user_trace_002::start(); }