Skip to content

Instantly share code, notes, and snippets.

@chrisa
Created September 11, 2013 19:21
Show Gist options
  • Save chrisa/6528484 to your computer and use it in GitHub Desktop.
Save chrisa/6528484 to your computer and use it in GitHub Desktop.
~/Projects/libusdt ➔ ./test_usdt32 foo bar i i
enabled
~/Projects/libusdt ➔ sudo dtrace -Zn 'testlibusdt*:::{ trace(arg0); trace(arg1) }'
dtrace: description 'testlibusdt*:::' matched 0 probes
CPU ID FUNCTION:NAME
1 4915 foo:bar 1 2
1 4916 foo:bar 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment