[dtrace] Probe for major heap area sweep.
[mono.git] / data / mono.d
index 8479088c7329470844f26855e34a4b46c41ef5e8..7b00d5df017fddb998378e6ce87d3ebd25984a19 100644 (file)
@@ -32,6 +32,7 @@ provider mono {
        probe gc__major__obj__alloc__mature (void *addr, uintptr_t size, char *class_name);
 
        probe gc__nursery__sweeped (void *addr, uintptr_t len);
+       probe gc__major__sweeped (void *addr, uintptr_t len);
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider