From 3a7212a46e55f880c3004202b3c1281e743ff5d4 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Tue, 21 Jul 2015 17:37:41 -0400 Subject: [PATCH] [profiler] Use version 11 for the 4.2 profiler changes plus fix docs on format. --- mono/profiler/proflog.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mono/profiler/proflog.h b/mono/profiler/proflog.h index 1e0e90d0708..a2c0fb25f17 100644 --- a/mono/profiler/proflog.h +++ b/mono/profiler/proflog.h @@ -5,7 +5,7 @@ #define LOG_HEADER_ID 0x4D505A01 #define LOG_VERSION_MAJOR 0 #define LOG_VERSION_MINOR 4 -#define LOG_DATA_VERSION 12 +#define LOG_DATA_VERSION 11 /* * Changes in data versions: * version 2: added offsets in heap walk @@ -17,7 +17,13 @@ * version 9: added MONO_PROFILER_CODE_BUFFER_EXCEPTION_HANDLING * version 10: added TYPE_COVERAGE * version 11: added thread ID to TYPE_SAMPLE_HIT - * version 12: added more load/unload events + added more load/unload events + unload for class + unload for image + load/unload for appdomain + load/unload for contexts + load/unload/name for assemblies + removed TYPE_LOAD_ERR flag (profiler never generated it, now removed from the format itself) */ enum { -- 2.11.4.GIT