aboutsummaryrefslogtreecommitdiffstats
path: root/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'probes.d')
-rw-r--r--probes.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/probes.d b/probes.d
index d2b475a51c..1c5e03f756 100644
--- a/probes.d
+++ b/probes.d
@@ -1,8 +1,8 @@
#include "vm_opts.h"
provider ruby {
- probe function__entry(const char *, const char *, const char *, int);
- probe function__return(const char *, const char *, const char *, int);
+ probe method__entry(const char *, const char *, const char *, int);
+ probe method__return(const char *, const char *, const char *, int);
probe require__entry(const char *, const char *, int);
probe require__return(const char *);