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
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2012-09-22 16:11:55 +0400
committerMark Probst <mark.probst@gmail.com>2012-09-29 01:18:17 +0400
commita85892d73e40a92ea567f3036396342d3e69c962 (patch)
tree183f90f1b519938335198d7dae7f1e913bcc99bf /data/mono.d
parent5d5e18266ca7538c6642ba4d4f8fee99536a7535 (diff)
[dtrace] Probe for major heap area sweep.
Diffstat (limited to 'data/mono.d')
-rw-r--r--data/mono.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mono.d b/data/mono.d
index 8479088c732..7b00d5df017 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -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