Re: Clock stalls on Sabertooth 990FX

2011-08-16 Thread ambrosehuang ambrose
2011/8/16 Joe Schaefer joes...@gmail.com FWIW here's a patch I needed to get buildworld to complete against head (as of today): Index: secure/libexec/ssh-keysign/Makefile === --- secure/libexec/ssh-keysign/Makefile (revision

Re: DTrace unable to dump typedef'ed argument

2011-08-14 Thread ambrosehuang ambrose
it has been fixed by kern/159064: [dtrace] MFC request for dtrace to fix invalid probe specifier 2011/8/14 ambrosehuang ambrose ambrose...@gmail.com same problem on 8.2-stable 2011/8/10 Shrikanth Kamath shrikant...@gmail.com I found this on a FreeBSD 8.1 box... %dtrace -l -f

Re: DTrace unable to dump typedef'ed argument

2011-08-13 Thread ambrosehuang ambrose
same problem on 8.2-stable 2011/8/10 Shrikanth Kamath shrikant...@gmail.com I found this on a FreeBSD 8.1 box... %dtrace -l -f rtalloc_fib -v ... Argument Types args[0]: struct route * args[1]: (unknown) The function defined in sys/net/route.c: void

Re: DTrace script asserts and kills the other process

2011-08-04 Thread ambrosehuang ambrose
2011/8/4 ambrosehuang ambrose ambrose...@gmail.com 2011/8/3 Andriy Gapon a...@freebsd.org on 28/07/2011 07:10 ambrosehuang ambrose said the following: Yuri y...@rawbw.com wrote: I am trying to run this dtrace script: #!/usr/sbin/dtrace -s pid123:libc::entry { self-timestmp

Re: DTrace script asserts and kills the other process

2011-08-03 Thread ambrosehuang ambrose
2011/8/3 Andriy Gapon a...@freebsd.org on 28/07/2011 07:10 ambrosehuang ambrose said the following: Yuri y...@rawbw.com wrote: I am trying to run this dtrace script: #!/usr/sbin/dtrace -s pid123:libc::entry { self-timestmp[probefunc] = timestmp; } pid123:libc::return /self

Re: DTrace script asserts and kills the other process

2011-07-27 Thread ambrosehuang ambrose
Yuri y...@rawbw.com wrote: I am trying to run this dtrace script: #!/usr/sbin/dtrace -s pid123:libc::entry { self-timestmp[probefunc] = timestmp; } pid123:libc::return /self-timestmp[probefunc] != 0/ { @function_duration[probefunc] = sum(timestmp -