| 1 | /*++ |
| 2 | |
| 3 | Copyright (c) Microsoft. All rights reserved. |
| 4 | |
| 5 | Module Name: |
| 6 | |
| 7 | traceloggingconfig.h |
| 8 | |
| 9 | Abstract: |
| 10 | |
| 11 | This file contains constants for ETL logging. |
| 12 | |
| 13 | --*/ |
| 14 | |
| 15 | #pragma once |
| 16 | |
| 17 | #include "defs.h" |
| 18 | |
| 19 | static_assert(!wsl::shared::OfficialBuild); |
| 20 | |
| 21 | #define MICROSOFT_KEYWORD_TELEMETRY 0 |
| 22 | #define MICROSOFT_KEYWORD_MEASURES 0 |
| 23 | #define MICROSOFT_KEYWORD_CRITICAL_DATA 0 |
| 24 | #define PDT_ProductAndServicePerformance 0 |
| 25 | #define PDT_ProductAndServiceUsage 0 |
| 26 | #define TelemetryPrivacyDataTag(tag) TraceLoggingUInt64((tag), "PartA_PrivTags") |
| 27 | #define TraceLoggingOptionMicrosoftTelemetry() \ |
| 28 | TraceLoggingOptionGroup(0x9aa7a361, 0x583f, 0x4c09, 0xb1, 0xf1, 0xce, 0xa1, 0xef, 0x58, 0x63, 0xb0) |