In perl.git, the branch tonyc/fix-stap has been created
<http://perl5.git.perl.org/perl.git/commitdiff/2f445b24d1fcccfa186e5ac8cd8f82a820c4369d?hp=0000000000000000000000000000000000000000>
at 2f445b24d1fcccfa186e5ac8cd8f82a820c4369d (commit)
- Log -----------------------------------------------------------------
commit 2f445b24d1fcccfa186e5ac8cd8f82a820c4369d
Author: Tony Cook <[email protected]>
Date: Sat Dec 8 10:40:26 2012 +1100
fix dtrace (as emulated with systemtap) builds on linux
the stap branch of the #if was passing four arguments to
OP_ENTRY_PROBE, much hilarity ensued.
Since literal strings are never passed as the name parameter we can move
OP_ENTRY_PROBE out of the conditional and avoid duplication.
-----------------------------------------------------------------------
--
Perl5 Master Repository