[sgen] Fix internal allocator DTrace probes commit.
[mono.git] / data / mono.d
index db3d56c3e4c35dc8df0693797b244e7c43e89f8d..dae3c397d0ed200d87adf97af68f4640e72b9991 100644 (file)
@@ -19,6 +19,8 @@ provider mono {
        probe gc__begin (int generation);
        probe gc__end (int generation);
 
+       probe gc__requested (int generation, uintptr_t requested_size, int wait_to_finish);
+
        probe gc__checkpoint__1 (int generation);
        probe gc__checkpoint__2 (int generation);
        probe gc__checkpoint__3 (int generation);
@@ -71,6 +73,10 @@ provider mono {
        probe gc__weak__update (uintptr_t ref_addr, uintptr_t old_addr, uintptr_t new_addr, uintptr_t size, char *ns_name, char *class_name, int track);
 
        probe gc__global__remset__add (uintptr_t ref_addr, uintptr_t obj_addr, uintptr_t size, char *ns_name, char *class_name);
+       probe gc__obj__cemented (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name);
+
+       probe gc__internal__alloc (uintptr_t addr, uintptr_t size, int type);
+       probe gc__internal__dealloc (uintptr_t add, uintptr_t size, int type);
 };
 
 #pragma D attributes Evolving/Evolving/Common provider mono provider