This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add SV allocation tracing to -Dm and PERL_MEM_LOG
[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};