This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change all hard tabs to 4-spaces. Eliminate trailing whitespace.
[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 {
3e2413e5
DL
7 probe sub__entry(char *, char *, int, char *);
8 probe sub__return(char *, char *, int, char *);
cb3f8189
SM
9
10 probe phase__change(const char *, const char *);
5ac1e9b2 11};
6b5ec6e4
JJ
12
13/*
14 * Local Variables:
15 * tab-width: 4
16 * indent-tabs-mode: nil
17 * End:
18 *
19 * ex: set ts=8 sts=4 sw=4 noet:
20 */