summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2017-05-16 17:11:47 -0700
committerGitHub <noreply@github.com>2017-05-16 17:11:47 -0700
commit40b87c9810c31fb6ab471a44b5735408269ce6ba (patch)
tree144465f0ad9ddf55d274114e0ac77c7ba615a298 /src/scripts
parent36e988ee6593351f1e962118a99154df5eae0254 (diff)
downloadcoreclr-40b87c9810c31fb6ab471a44b5735408269ce6ba.tar.gz
coreclr-40b87c9810c31fb6ab471a44b5735408269ce6ba.tar.bz2
coreclr-40b87c9810c31fb6ab471a44b5735408269ce6ba.zip
Allow provider deletion to be deferred until after tracing is stopped. (#11651)
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/genEventPipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/genEventPipe.py b/src/scripts/genEventPipe.py
index 7fd1a459b3..a00511d95d 100644
--- a/src/scripts/genEventPipe.py
+++ b/src/scripts/genEventPipe.py
@@ -122,7 +122,7 @@ def generateClrEventPipeWriteEventsImpl(
WriteEventImpl.append(
" EventPipeProvider" +
providerPrettyName +
- " = new EventPipeProvider(" +
+ " = EventPipe::CreateProvider(" +
providerPrettyName +
"GUID);\n")
for eventNode in eventNodes: