diff options
author | Shawn M Moore <sartak@bestpractical.com> | 2011-07-06 22:35:47 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-11 20:29:55 -0700 |
commit | cb3f81892d39d9404a61efa6a7efd0c627dd6870 (patch) | |
tree | 162a5038ad7d6d6e66190a6d6b1be64ab736bda8 /perl.h | |
parent | ca7b837b497c7593dd1e10c394a96b3b71835897 (diff) | |
download | perl-cb3f81892d39d9404a61efa6a7efd0c627dd6870.tar.gz |
Add a phase-change DTrace probe
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4720,6 +4720,7 @@ EXTCONST char PL_bincompat_options[]; #ifndef PERL_SET_PHASE # define PERL_SET_PHASE(new_phase) \ + PHASE_CHANGE_PROBE(PL_phase_names[new_phase], PL_phase_names[PL_phase]); \ PL_phase = new_phase; #endif |