Merge pull request #5190 from alexrp/profiler-roots-deprecation
[mono.git] / mono / profiler / log.h
index 2f14b018a421046264045e15d945ac5db6d9eb44..f972489ffd4d4a7f45d6fa85221b6f77d5a0faf6 100644 (file)
@@ -68,6 +68,7 @@
                added an image pointer field to assembly load events
                added an exception object field to TYPE_CLAUSE
                class unload events no longer exist (they were never emitted)
+               removed type field from TYPE_SAMPLE_HIT
  */
 
 enum {
@@ -162,19 +163,6 @@ enum {
        MONO_PROFILER_GC_HANDLE_DESTROYED,
 };
 
-// Sampling sources
-// Unless you have compiled with --enable-perf-events, only SAMPLE_CYCLES is available
-enum {
-       SAMPLE_CYCLES = 1,
-       SAMPLE_INSTRUCTIONS,
-       SAMPLE_CACHE_MISSES,
-       SAMPLE_CACHE_REFS,
-       SAMPLE_BRANCHES,
-       SAMPLE_BRANCH_MISSES,
-       SAMPLE_LAST
-};
-
-
 // If you alter MAX_FRAMES, you may need to alter SAMPLE_BLOCK_SIZE too.
 #define MAX_FRAMES 32