summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeconfiguration.cpp
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2017-05-10 15:11:28 -0700
committerGitHub <noreply@github.com>2017-05-10 15:11:28 -0700
commit377073385e4545d36e1a96429dd78548f87c597c (patch)
treef89141239ab55d650e7b516ea10a8514d5c81c44 /src/vm/eventpipeconfiguration.cpp
parent0b625bfdbb97565b7d489d1d083cfaf4dbd47e0d (diff)
downloadcoreclr-377073385e4545d36e1a96429dd78548f87c597c.tar.gz
coreclr-377073385e4545d36e1a96429dd78548f87c597c.tar.bz2
coreclr-377073385e4545d36e1a96429dd78548f87c597c.zip
Re-Factor EventSource to Support Writing to EventPipe (#11435)
Re-Factor EventSource to Support Writing to EventPipe.
Diffstat (limited to 'src/vm/eventpipeconfiguration.cpp')
-rw-r--r--src/vm/eventpipeconfiguration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/eventpipeconfiguration.cpp b/src/vm/eventpipeconfiguration.cpp
index cfb96fc8d5..01286850a2 100644
--- a/src/vm/eventpipeconfiguration.cpp
+++ b/src/vm/eventpipeconfiguration.cpp
@@ -85,6 +85,7 @@ bool EventPipeConfiguration::RegisterProvider(EventPipeProvider &provider)
// TODO: Set the provider configuration and enable it if we know
// anything about the provider before it is registered.
+ provider.SetConfiguration(true /* providerEnabled */, 0xFFFFFFFFFFFFFFFF /* keywords */, EventPipeEventLevel::Verbose /* level */);
return true;
}