From 338b9fa5c5216bdaa4f6c66fc36aea7bb19276b7 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Tue, 30 Jan 2018 14:27:16 -0800 Subject: [Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#16031) * [Local GC] Event ports: GCStart and GCGenerationRange * [Local GC] Event ports: GCEnd * [Local GC] Event ports: GCHeapStats * [Local GC] Event ports: GCCreateSegment * [Local GC] Event ports: GCFreeSegment * Event ports: GCCreateConcurrentThread and GCTerminateConcurrentThread * [Local GC] Event ports: GCTriggered * [Local GC] Event ports: GCMarkWithType * [Local GC] Event ports: GCJoin_V2 * [Local GC] Event ports: GCGlobalHeapHistory_V2 * [Local GC] Event ports: GCAllocationTick_V3 * [Local GC] Event ports: GCAllocationTick_V1 * [Local GC] Event porting: PinObjectAtGCTime * one last merge conflict --- src/inc/eventtrace.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/inc') diff --git a/src/inc/eventtrace.h b/src/inc/eventtrace.h index 765249e87f..1564c944b8 100644 --- a/src/inc/eventtrace.h +++ b/src/inc/eventtrace.h @@ -325,14 +325,7 @@ namespace ETW static BOOL ShouldTrackMovementForEtw(); static HRESULT ForceGCForDiagnostics(); static VOID ForceGC(LONGLONG l64ClientSequenceNumber); - static VOID FireGcStartAndGenerationRanges(ETW_GC_INFO * pGcInfo); - static VOID FireGcEndAndGenerationRanges(ULONG Count, ULONG Depth); - static VOID FireSingleGenerationRangeEvent( - void * /* context */, - int generation, - BYTE * rangeStart, - BYTE * rangeEnd, - BYTE * rangeEndReserved); + static VOID FireGcStart(ETW_GC_INFO * pGcInfo); static VOID RootReference( LPVOID pvHandle, Object * pRootedNode, -- cgit v1.2.3