There are three related (but maybe not related?) macros: * FEATURE_EVENT_TRACE * FEATURE_PERFTRACING * FEATURE_EVENTSOURCE_XPLAT Is there a situation where we want them to be mutually exclusive? If not, we can use just FEATURE_EVENT_TRACE at least in the native build (starting with clrdefinitions), in order to align with cross toolchains setup, e.g. https://github.com/dotnet/arcade/blob/89806f0b9e93ad2bbe32c654412835c0801a2032/eng/common/cross/toolchain.cmake#L82.