Renaming RuntimeEventSource to NativeRuntimeEventSource (dotnet/coreclr#22533)
authorSung Yoon Whang <suwhang@microsoft.com>
Tue, 12 Feb 2019 19:53:39 +0000 (11:53 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 19:53:39 +0000 (11:53 -0800)
commitc7b3f5860a16e7b322bf2ea3b5c2548b493b02a6
tree614e4f7c7dfc0cec9c306f1cb0ed84ef84d76c3d
parent6232dd1b8d971fb11a6d78505a0e482baf3abf95
Renaming RuntimeEventSource to NativeRuntimeEventSource (dotnet/coreclr#22533)

* Renaming RuntimeEventSource to NativeRuntimeEventSource

* missed a couple of comments and XPlatEventLogger

* rename DotNETRuntimeEventSource.cs to NativeRuntimeEventSource.cs

* use condition= instead of ifdef

* removing ifdef from NativeRuntimeEventSource.cs

* Fix case for 'eventing' directory in csproj

* Fix unix builds

* This should fix unix build...

Commit migrated from https://github.com/dotnet/coreclr/commit/c4007d88a0c556182f70d7714e5b55cca92331a0
src/coreclr/CMakeLists.txt
src/coreclr/build.cmd
src/coreclr/build.sh
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipeEventDispatcher.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/NativeRuntimeEventSource.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/DotNETRuntimeEventSource.cs with 66% similarity]
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/XplatEventLogger.cs
src/coreclr/src/scripts/genRuntimeEventSources.py
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs