This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #116975] perlfunc require: fix example subroutine
[perl5.git] / perldtrace.d
index 95eb066..0fdb7ea 100644 (file)
@@ -8,6 +8,11 @@ provider perl {
     probe sub__return(const char *, const char *, int, const char *);
 
     probe phase__change(const char *, const char *);
+
+    probe op__entry(const char *);
+
+    probe loading__file(const char *);
+    probe loaded__file(const char *);
 };
 
 /*
@@ -16,5 +21,5 @@ provider perl {
  * indent-tabs-mode: nil
  * End:
  *
- * ex: set ts=8 sts=4 sw=4 noet:
+ * ex: set ts=8 sts=4 sw=4 et:
  */