[dtrace] GC heap allocation probes for SGen.
[mono.git] / data / mono.d
index 3d27128b736fbb5302dc79ccab0611335a80375f..14591aa483862dbd9931db5bd0c58eab5dfbb3f6 100644 (file)
@@ -18,6 +18,9 @@ provider mono {
        /* Garbage Collector (GC) */    
        probe gc__begin (int generation);
        probe gc__end (int generation);
+
+       probe gc__heap__alloc (void *addr, uintptr_t len);
+       probe gc__heap__free (void *addr, uintptr_t len);
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider