[Mono.Profiler.Log] Support MLPD version 13
[mono.git] / mcs / class / Mono.Profiler.Log / Mono.Profiler.Log / LogEnums.cs
index 0dbc72eb003e86e24f6447831ccfb8bd08f06b56..9fc47b470f0898a3a86f8de8c04b9b5a162616c8 100644 (file)
@@ -17,7 +17,6 @@ namespace Mono.Profiler.Log {
                Heap = 6,
                Sample = 7,
                Runtime = 8,
-               Coverage = 9,
                Meta = 10,
 
                AllocationNoBacktrace = 0 << 4,
@@ -64,11 +63,6 @@ namespace Mono.Profiler.Log {
 
                RuntimeJitHelper = 1 << 4,
 
-               CoverageAssembly = 0 << 4,
-               CoverageMethod = 1 << 4,
-               CoverageStatement = 2 << 4,
-               CoverageClass = 3 << 4,
-
                MetaSynchronizationPoint = 0 << 4,
        }
 
@@ -179,6 +173,11 @@ namespace Mono.Profiler.Log {
                PreStartWorld = 8,
                PostStartWorld = 9,
                PostStartWorldUnlocked = 11,
+               // Following are v13 and older only
+               MarkBegin = 1,
+               MarkEnd = 2,
+               ReclaimBegin = 3,
+               ReclaimEnd = 4
        }
 
        // mono/metadata/mono-gc.h : MonoGCHandleType