[sgen] DTrace probes for world stop/restart.
[mono.git] / data / mono.d
index e2f4153beffb7da57d8f33c743b8d80ddbe9e676..34daae60de3f8e2c88891dd5d06d28972953353e 100644 (file)
@@ -19,6 +19,11 @@ provider mono {
        probe gc__begin (int generation);
        probe gc__end (int generation);
 
+       probe gc__world__stop__begin ();
+       probe gc__world__stop__end ();
+       probe gc__world__restart__begin ();
+       probe gc__world__restart__end ();
+
        probe gc__heap__alloc (uintptr_t addr, uintptr_t len);
        probe gc__heap__free (uintptr_t addr, uintptr_t len);