fix dtrace (as emulated with systemtap) builds on linux
authorTony Cook <tony@develop-help.com>
Fri, 7 Dec 2012 23:40:26 +0000 (10:40 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 7 Dec 2012 23:40:26 +0000 (10:40 +1100)
commit2f445b24d1fcccfa186e5ac8cd8f82a820c4369d
tree2d96545e60ce2bebf79b7c00068f6a865b26ddcb
parent93a641ae382638ffd1980378be4810244d04f4b0
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.
mydtrace.h