Inserting delays with systemtap
Josh Stone
jistone@redhat.com
Thu Mar 8 17:37:00 GMT 2012
On 03/08/2012 09:17 AM, Bryn M. Reeves wrote:
> On 03/07/2012 03:41 PM, Frank Ch. Eigler wrote:
>> Nah, that's only because #! shebang lines are defined to pass a
>> solitary argument to the interpreter. Note the "-g" in the quoted
>> string.
>
> Gotcha - thanks. It does indeed work fine if I remove the -g and specify
> it on the command line.
You can also mash short options together, as long as only one has an
argument and is placed last, e.g.
#!/usr/bin/stap -gDSTP_NO_OVERLOAD
More information about the Systemtap
mailing list