This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Inserting delays with systemtap


Hi -

bmr wrote:
> [...]
> # head -1 ./cdc-acm-test.stp
> #!/usr/bin/stap -DSTP_NO_OVERLOAD -g
> 
> # ././cdc-acm-test.stp
> ERROR: Safety pattern mismatch for -D parameter ('STP_NO_OVERLOAD -g'
> vs. '^[a-z_][a-z_0-9]*(=-?[a-z_0-9]+)?$') rc=1

Nah, that's only because #! shebang lines are defined to pass a
solitary argument to the interpreter.  Note the "-g" in the quoted
string.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]