summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorSean Gillespie <sean@pulumi.com>2018-01-30 14:27:16 -0800
committerDavid Mason <davmason@microsoft.com>2018-01-30 14:27:16 -0800
commit338b9fa5c5216bdaa4f6c66fc36aea7bb19276b7 (patch)
tree7e0db335c25c481229aeb3f6042c954c798ead25 /src/inc
parent94c6a4ea75d187a0076ec117e2bc84791465d993 (diff)
downloadcoreclr-338b9fa5c5216bdaa4f6c66fc36aea7bb19276b7.tar.gz
coreclr-338b9fa5c5216bdaa4f6c66fc36aea7bb19276b7.tar.bz2
coreclr-338b9fa5c5216bdaa4f6c66fc36aea7bb19276b7.zip
[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
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/eventtrace.h9
1 files changed, 1 insertions, 8 deletions
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,