This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: comment typo and expand other comments
[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 {
effdb690 7 probe sub__entry(char *, char *, int);
5ac1e9b2
AA
8 probe sub__return(char *, char *, int);
9};
6b5ec6e4
JJ
10
11/*
12 * Local Variables:
13 * tab-width: 4
14 * indent-tabs-mode: nil
15 * End:
16 *
17 * ex: set ts=8 sts=4 sw=4 noet:
18 */