Created
June 25, 2015 02:48
-
-
Save bdha/89a0549f2f0995d891fb 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
[20150625-02:47:45]::[root@lx-test]:[~]# /native/usr/sbin/dtrace -n 'syscall:::entry /execname == "snapboard"/ { @num[probefunc] = count(); }' | |
dtrace: description 'syscall:::entry ' matched 233 probes | |
^C | |
lwp_continue 2 | |
lwp_create 2 | |
mprotect 2 | |
processor_bind 2 | |
schedctl 2 | |
yield 2 | |
getpid 4 | |
systeminfo 4 | |
sendfilev 5 | |
bind 6 | |
connect 6 | |
getsockopt 6 | |
getuid 6 | |
lwp_park 12 | |
so_socket 12 | |
munmap 14 | |
timer_settime 14 | |
lseek 22 | |
mmap 22 | |
shutdown 23 | |
recvmsg 30 | |
pollsys 34 | |
setsockopt 35 | |
rusagesys 42 | |
close 48 | |
fstat 49 | |
accept 55 | |
stat 57 | |
recvfrom 64 | |
getsockname 65 | |
sendto 70 | |
sigaction 128 | |
write 206 | |
ioctl 250 | |
lwp_sigmask 477 | |
setcontext 1165 | |
p_online 2048 | |
brandsys 2336 | |
uucopy 2775 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment