Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created July 5, 2013 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/5937511 to your computer and use it in GitHub Desktop.
Save tjfontaine/5937511 to your computer and use it in GitHub Desktop.
stap -e 'probe process("node").mark("http__server__request") { \
> printf("%s -> %s %s\n", user_string($arg5), user_string($arg6), user_string($arg3)); \
> }'
parse error: expected literal string or number
saw: operator '\' at <input>:1:55
source: probe process("node").mark("http__server__request") { \
^
1 parse error.
Pass 1: parse failed. [man error::pass1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment