Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2012-09-21 21:26:09 +0400
committerMark Probst <mark.probst@gmail.com>2012-09-29 01:18:17 +0400
commit2aa252d522c57c90389a43983543937c51021621 (patch)
treee91b1d8c76793cbcc79f00e2ec03cfad436a43dd /data
parent3ca83811a8ad4d2149e28c64afce06245c428675 (diff)
[dtrace] Allocation of TLABs. Allocation of objects directly from nursery.
Diffstat (limited to 'data')
-rw-r--r--data/mono.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/mono.d b/data/mono.d
index a042a4a4fb3..e18d4eb12e9 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -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