[dtrace] Probes for degraded and mature allocation.
[mono.git] / data / mono.d
index e18d4eb12e9ab6364020d8cf4e09974f1ac0810a..efd3a6cb0552a00102957dd8c9bc6a04af3e2ecb 100644 (file)
@@ -27,6 +27,9 @@ provider mono {
 
        probe gc__nursery__tlab__alloc (void *addr, uintptr_t len);
        probe gc__nursery__obj__alloc (void *addr, uintptr_t size, char *class_name);
+
+       probe gc__major__obj__alloc__degraded (void *addr, uintptr_t size, char *class_name);
+       probe gc__major__obj__alloc__mature (void *addr, uintptr_t size, char *class_name);
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider