summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2019-02-12 11:53:39 -0800
committerGitHub <noreply@github.com>2019-02-12 11:53:39 -0800
commitc4007d88a0c556182f70d7714e5b55cca92331a0 (patch)
tree5c460f9cab3ea0d846847573b18cfa92cc282297 /src/scripts
parent6e35bf13deec46f20e5468e5345f412734a35ef8 (diff)
downloadcoreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.gz
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.tar.bz2
coreclr-c4007d88a0c556182f70d7714e5b55cca92331a0.zip
Renaming RuntimeEventSource to NativeRuntimeEventSource (#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...
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/genRuntimeEventSources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/genRuntimeEventSources.py b/src/scripts/genRuntimeEventSources.py
index 014abcbc1c..5697d65a91 100644
--- a/src/scripts/genRuntimeEventSources.py
+++ b/src/scripts/genRuntimeEventSources.py
@@ -26,11 +26,11 @@ This file is generated by <root>/src/scripts/genRuntimeEventSources.py
# START CONFIGURATION
########################################################################
manifestsToGenerate = {
- "Microsoft-Windows-DotNETRuntime" : "DotNETRuntimeEventSource.cs"
+ "Microsoft-Windows-DotNETRuntime" : "NativeRuntimeEventSource.cs"
}
providerNameToClassNameMap = {
- "Microsoft-Windows-DotNETRuntime" : "RuntimeEventSource"
+ "Microsoft-Windows-DotNETRuntime" : "NativeRuntimeEventSource"
}
manifestTypeToCSharpTypeMap = {