|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// <auto-generated/>
using System;
namespace System.Diagnostics.Tracing
{
internal sealed partial class NativeRuntimeEventSource : EventSource
{
public static class Keywords
{
public const EventKeywords GCKeyword = (EventKeywords)0x1;
public const EventKeywords GCHandleKeyword = (EventKeywords)0x2;
public const EventKeywords LoaderKeyword = (EventKeywords)0x8;
public const EventKeywords AppDomainResourceManagementKeyword = (EventKeywords)0x800;
public const EventKeywords ContentionKeyword = (EventKeywords)0x4000;
public const EventKeywords ExceptionKeyword = (EventKeywords)0x8000;
public const EventKeywords ThreadingKeyword = (EventKeywords)0x10000;
public const EventKeywords TypeKeyword = (EventKeywords)0x80000;
public const EventKeywords GCHeapDumpKeyword = (EventKeywords)0x100000;
public const EventKeywords GCSampledObjectAllocationHighKeyword = (EventKeywords)0x200000;
public const EventKeywords GCHeapSurvivalAndMovementKeyword = (EventKeywords)0x400000;
public const EventKeywords ManagedHeapCollectKeyword = (EventKeywords)0x800000;
public const EventKeywords GCHeapAndTypeNamesKeyword = (EventKeywords)0x1000000;
public const EventKeywords GCSampledObjectAllocationLowKeyword = (EventKeywords)0x2000000;
public const EventKeywords PerfTrackKeyword = (EventKeywords)0x20000000;
public const EventKeywords ThreadTransferKeyword = (EventKeywords)0x80000000;
public const EventKeywords MonitoringKeyword = (EventKeywords)0x200000000;
public const EventKeywords WaitHandleKeyword = (EventKeywords)0x40000000000;
public const EventKeywords AllocationSamplingKeyword = (EventKeywords)0x80000000000;
}
[Event(1, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCStart_V2(uint Count, uint Depth, uint Reason, uint Type, ushort ClrInstanceID, ulong ClientSequenceNumber)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(2, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCEnd_V1(uint Count, uint Depth, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(3, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCRestartEEEnd_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(4, Version = 2, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCHeapStats_V2(ulong GenerationSize0, ulong TotalPromotedSize0, ulong GenerationSize1, ulong TotalPromotedSize1, ulong GenerationSize2, ulong TotalPromotedSize2, ulong GenerationSize3, ulong TotalPromotedSize3, ulong FinalizationPromotedSize, ulong FinalizationPromotedCount, uint PinnedObjectCount, uint SinkBlockCount, uint GCHandleCount, ushort ClrInstanceID, ulong GenerationSize4, ulong TotalPromotedSize4)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(5, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCCreateSegment_V1(ulong Address, ulong Size, uint Type, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(6, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCFreeSegment_V1(ulong Address, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(7, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCRestartEEBegin_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(8, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCSuspendEEEnd_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(9, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCSuspendEEBegin_V1(uint Reason, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(10, Version = 4, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void GCAllocationTick_V4(uint AllocationAmount, uint AllocationKind, ushort ClrInstanceID, ulong AllocationAmount64, IntPtr TypeID, string TypeName, uint HeapIndex, IntPtr Address, ulong ObjectSize)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(11, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.ThreadingKeyword)]
private void GCCreateConcurrentThread_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(12, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.ThreadingKeyword)]
private void GCTerminateConcurrentThread_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(13, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCFinalizersEnd_V1(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(14, Version = 1, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCFinalizersBegin_V1(ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(15, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.TypeKeyword)]
private void BulkType(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(16, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkRootEdge(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(17, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkRootConditionalWeakTableElementEdge(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(18, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkNode(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(19, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkEdge(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(20, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCSampledObjectAllocationHighKeyword)]
private void GCSampledObjectAllocationHigh(IntPtr Address, IntPtr TypeID, uint ObjectCountForTypeSample, ulong TotalSizeForTypeSample, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(21, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)]
private void GCBulkSurvivingObjectRanges(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(22, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)]
private void GCBulkMovedObjectRanges(uint Index, uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(23, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapSurvivalAndMovementKeyword)]
private void GCGenerationRange(byte Generation, IntPtr RangeStart, ulong RangeUsedLength, ulong RangeReservedLength, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(25, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCMarkStackRoots(uint HeapNum, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(26, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCMarkFinalizeQueueRoots(uint HeapNum, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(27, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCMarkHandles(uint HeapNum, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(28, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCMarkOlderGenerationRoots(uint HeapNum, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(29, Version = 0, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void FinalizeObject(IntPtr TypeID, IntPtr ObjectID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(30, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHandleKeyword)]
private void SetGCHandle(IntPtr HandleID, IntPtr ObjectID, uint Kind, uint Generation, ulong AppDomainID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(31, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHandleKeyword)]
private void DestroyGCHandle(IntPtr HandleID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(32, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCSampledObjectAllocationLowKeyword)]
private void GCSampledObjectAllocationLow(IntPtr Address, IntPtr TypeID, uint ObjectCountForTypeSample, ulong TotalSizeForTypeSample, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(33, Version = 0, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void PinObjectAtGCTime(IntPtr HandleID, IntPtr ObjectID, ulong ObjectSize, string TypeName, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(35, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCTriggered(uint Reason, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(36, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkRootCCW(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(37, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkRCW(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(38, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GCBulkRootStaticVar(uint Count, ulong AppDomainID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(39, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword | Keywords.GCHandleKeyword | Keywords.GCHeapDumpKeyword | Keywords.GCSampledObjectAllocationHighKeyword | Keywords.GCHeapSurvivalAndMovementKeyword | Keywords.ManagedHeapCollectKeyword | Keywords.GCHeapAndTypeNamesKeyword | Keywords.GCSampledObjectAllocationLowKeyword)]
private void GCDynamicEvent(string Name, uint DataSize)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(48, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)]
private void ThreadpoolSuspensionSuspendThread(uint ClrThreadID, uint CpuUtilization)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(49, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)]
private void ThreadpoolSuspensionResumeThread(uint ClrThreadID, uint CpuUtilization)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(58, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword)]
private void YieldProcessorMeasurement(ushort ClrInstanceID, double NsPerYield, double EstablishedNsPerYield)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(70, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword | Keywords.ThreadTransferKeyword)]
private void ThreadCreating(IntPtr ID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(71, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ThreadingKeyword | Keywords.ThreadTransferKeyword)]
private void ThreadRunning(IntPtr ID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(250, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionCatchStart(ulong EntryEIP, ulong MethodID, string MethodName, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(251, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionCatchStop()
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(252, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionFinallyStart(ulong EntryEIP, ulong MethodID, string MethodName, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(253, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionFinallyStop()
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(254, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionFilterStart(ulong EntryEIP, ulong MethodID, string MethodName, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(255, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionFilterStop()
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(256, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.ExceptionKeyword)]
private void ExceptionThrownStop()
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(85, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AppDomainResourceManagementKeyword | Keywords.ThreadingKeyword)]
private void ThreadCreated(ulong ManagedThreadID, ulong AppDomainID, uint Flags, uint ManagedThreadIndex, uint OSThreadID, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(152, Version = 3, Level = EventLevel.Informational, Keywords = Keywords.LoaderKeyword | Keywords.PerfTrackKeyword)]
private void ModuleLoad_V3(ulong ModuleID, ulong AssemblyID, uint ModuleFlags, uint Reserved1, string ModuleILPath, string ModuleNativePath, ushort ClrInstanceID, Guid ManagedPdbSignature, uint ManagedPdbAge, string ManagedPdbBuildPath, Guid NativePdbSignature, uint NativePdbAge, string NativePdbBuildPath, string NativeBuildID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(200, Version = 0, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void IncreaseMemoryPressure(ulong BytesAllocated, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(201, Version = 0, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void DecreaseMemoryPressure(ulong BytesFreed, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(202, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCMarkWithType(uint HeapNum, ushort ClrInstanceID, uint Type, ulong Bytes)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(203, Version = 2, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void GCJoin_V2(uint Heap, uint JoinTime, uint JoinType, ushort ClrInstanceID, uint JoinID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(204, Version = 3, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCPerHeapHistory_V3(ushort ClrInstanceID, IntPtr FreeListAllocated, IntPtr FreeListRejected, IntPtr EndOfSegAllocated, IntPtr CondemnedAllocated, IntPtr PinnedAllocated, IntPtr PinnedAllocatedAdvance, uint RunningFreeListEfficiency, uint CondemnReasons0, uint CondemnReasons1, uint CompactMechanisms, uint ExpandMechanisms, uint HeapIndex, IntPtr ExtraGen0Commit, uint Count)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(205, Version = 4, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCGlobalHeapHistory_V4(ulong FinalYoungestDesired, int NumHeaps, uint CondemnedGeneration, uint Gen0ReductionCount, uint Reason, uint GlobalMechanisms, ushort ClrInstanceID, uint PauseMode, uint MemoryPressure, uint CondemnReasons0, uint CondemnReasons1, uint Count)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(206, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GenAwareBegin(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(207, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCHeapDumpKeyword)]
private void GenAwareEnd(uint Count, ushort ClrInstanceID)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(208, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.GCKeyword)]
private void GCLOHCompact(ushort ClrInstanceID, ushort Count)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(209, Version = 0, Level = EventLevel.Verbose, Keywords = Keywords.GCKeyword)]
private void GCFitBucketInfo(ushort ClrInstanceID, ushort BucketKind, ulong TotalSize, ushort Count)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(300, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.PerfTrackKeyword)]
private void ExecutionCheckpoint(ushort ClrInstanceID, string Name, long Timestamp)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
[Event(303, Version = 0, Level = EventLevel.Informational, Keywords = Keywords.AllocationSamplingKeyword)]
private void AllocationSampled(uint AllocationKind, ushort ClrInstanceID, IntPtr TypeID, string TypeName, IntPtr Address, ulong ObjectSize, ulong SampledByteOffset)
{
// To have this event be emitted from managed side, refer to NativeRuntimeEventSource.cs
throw new NotImplementedException();
}
}
}
|