aboutsummaryrefslogtreecommitdiffstats
path: root/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'probes.d')
-rw-r--r--probes.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/probes.d b/probes.d
index 1c5e03f756..591b2f444f 100644
--- a/probes.d
+++ b/probes.d
@@ -4,6 +4,9 @@ provider ruby {
probe method__entry(const char *, const char *, const char *, int);
probe method__return(const char *, const char *, const char *, int);
+ probe cmethod__entry(const char *, const char *, const char *, int);
+ probe cmethod__return(const char *, const char *, const char *, int);
+
probe require__entry(const char *, const char *, int);
probe require__return(const char *);