[dtrace] Allocation of TLABs. Allocation of objects directly from nursery.
[mono.git] / data / mono.d
index a042a4a4fb3489a6aea3ef622390d9ee95e66c9a..e18d4eb12e9ab6364020d8cf4e09974f1ac0810a 100644 (file)
@@ -24,6 +24,9 @@ provider mono {
 
        probe gc__locked ();
        probe gc__unlocked ();
+
+       probe gc__nursery__tlab__alloc (void *addr, uintptr_t len);
+       probe gc__nursery__obj__alloc (void *addr, uintptr_t size, char *class_name);
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider