[dtrace] Probes for taking/releasing the GC lock.
[mono.git] / data / mono.d
index 14591aa483862dbd9931db5bd0c58eab5dfbb3f6..a042a4a4fb3489a6aea3ef622390d9ee95e66c9a 100644 (file)
@@ -21,6 +21,9 @@ provider mono {
 
        probe gc__heap__alloc (void *addr, uintptr_t len);
        probe gc__heap__free (void *addr, uintptr_t len);
+
+       probe gc__locked ();
+       probe gc__unlocked ();
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider