Re: [dtrace-discuss] function of semtimedop is not in syscall provider in dtrace

2009-08-09 Thread Qihua Wu
Thanks Jon, That's really helpful. Thanks, Daniel On Sat, Aug 8, 2009 at 2:34 AM, Jon Haslam wrote: > Hi Daniel, > > > If use truss on an oracle process. we could see something like the >> following, so semtimedop should be a syscall >> >> 22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0x

Re: [dtrace-discuss] function of semtimedop is not in syscall provider in dtrace

2009-08-07 Thread Jon Haslam
Hi Daniel, If use truss on an oracle process. we could see something like the following, so semtimedop should be a syscall 22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0xFD7FFFDFE488) EAGAIN 22459/1: semnum=15semop=-1semflg=0 22459/1: timeout: 2.06000 sec b

[dtrace-discuss] function of semtimedop is not in syscall provider in dtrace

2009-08-07 Thread Qihua Wu
If use truss on an oracle process. we could see something like the following, so semtimedop should be a syscall 22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0xFD7FFFDFE488) EAGAIN 22459/1: semnum=15semop=-1semflg=0 22459/1: timeout: 2.06000 sec but the following