This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops.
[perl5.git] / perldtrace.d
CommitLineData
5ac1e9b2
AA
1/*
2 * Written by Alan Burlinson -- taken from his blog post
3 * at <http://blogs.sun.com/alanbur/date/20050909>.
4 */
5
6provider perl {
7 probe sub__entry(char *, char *, int);
8 probe sub__return(char *, char *, int);
9};