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 18:44:16 +0400
committerMark Probst <mark.probst@gmail.com>2012-09-29 01:18:16 +0400
commit977c5600c5d86302917414682f7b0e6675ed03bc (patch)
tree04cb07f3e90805b56030ebb2cd9150e11d68f934 /data
parented5b41fd8daa1ed623790f3817da5e8be20120e0 (diff)
[dtrace] Probes for taking/releasing the GC lock.
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 14591aa4838..a042a4a4fb3 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -21,6 +21,9 @@ provider mono {
probe gc__heap__alloc (void *addr, uintptr_t len);
probe gc__heap__free (void *addr, uintptr_t len);
+
+ probe gc__locked ();
+ probe gc__unlocked ();
};
#pragma D attributes Evolving/Evolving/Common provider mono provider