X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/344c1cf28158104009413cff3adfad9580fff885..120b53f9745a778dd1941f53413c752c968f0aad:/perldtrace.d diff --git a/perldtrace.d b/perldtrace.d index f87a27a..6a9e9de 100644 --- a/perldtrace.d +++ b/perldtrace.d @@ -4,17 +4,17 @@ */ provider perl { - probe sub__entry(char *, char *, int, char *); - probe sub__return(char *, char *, int, char *); + probe sub__entry(const char *, const char *, int, const char *); + 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 *); }; /* - * Local Variables: - * tab-width: 4 - * indent-tabs-mode: nil - * End: - * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */