summaryrefslogtreecommitdiff
path: root/src/gc/gcevents.h
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2018-12-15 22:10:51 -0800
committerGitHub <noreply@github.com>2018-12-15 22:10:51 -0800
commit1db91c5acd17384952d1e1f8e3079c2c8cfb78f6 (patch)
tree52290c8e2c510db1b7741123aa4029e14b0b5e64 /src/gc/gcevents.h
parentc49b8f40fa3752d1afe85bf021e0225d0efd18e4 (diff)
downloadcoreclr-1db91c5acd17384952d1e1f8e3079c2c8cfb78f6.tar.gz
coreclr-1db91c5acd17384952d1e1f8e3079c2c8cfb78f6.tar.bz2
coreclr-1db91c5acd17384952d1e1f8e3079c2c8cfb78f6.zip
Enable PinPlugAtGCTime event for standalone GC (#21543)
Diffstat (limited to 'src/gc/gcevents.h')
-rw-r--r--src/gc/gcevents.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gc/gcevents.h b/src/gc/gcevents.h
index f0f6ff6f32..f834c1cd68 100644
--- a/src/gc/gcevents.h
+++ b/src/gc/gcevents.h
@@ -25,6 +25,7 @@ KNOWN_EVENT(GCAllocationTick_V1, GCEventProvider_Default, GCEventLevel_Verbose,
KNOWN_EVENT(GCAllocationTick_V3, GCEventProvider_Default, GCEventLevel_Verbose, GCEventKeyword_GC)
KNOWN_EVENT(PinObjectAtGCTime, GCEventProvider_Default, GCEventLevel_Verbose, GCEventKeyword_GC)
KNOWN_EVENT(GCPerHeapHistory_V3, GCEventProvider_Default, GCEventLevel_Information, GCEventKeyword_GC)
+KNOWN_EVENT(PinPlugAtGCTime, GCEventProvider_Private, GCEventLevel_Verbose, GCEventKeyword_GC)
KNOWN_EVENT(SetGCHandle, GCEventProvider_Default, GCEventLevel_Information, GCEventKeyword_GCHandle)
KNOWN_EVENT(DestroyGCHandle, GCEventProvider_Default, GCEventLevel_Information, GCEventKeyword_GCHandle)