Created
October 18, 2013 05:35
-
-
Save arekinath/7036936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat zdop.d | |
pid$target::zdoor_open:entry | |
{ | |
printf("zdoor_open(%s, %s)\n", | |
copyinstr(arg1), copyinstr(arg2)); | |
} | |
# dtrace -p $(pgrep beam.smp) -s zdop.d | |
dtrace: script 'zdop.d' matched 1 probe | |
CPU ID FUNCTION:NAME | |
6 73992 zdoor_open:entry zdoor_open(gs516-2743-builder, _joyent_sshd_key_is_authorized) | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment