Re: DTrace unable to dump typedef'ed argument

2011-08-16 Thread Shrikanth Kamath
Nice. I checked that, things are looking more interesting now :) Thanks Ambrose. On Mon, Aug 15, 2011 at 6:29 AM, ambrosehuang ambrose wrote: > it has been fixed by > kern/159064: [dtrace] MFC request for dtrace to fix "invalid probe > specifier" > > 2011/8/14 ambrosehuang ambrose >> >> same pro

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 > same problem on 8.2-stable > > > 2011/8/10 Shrikanth Kamath > >> I found this on a FreeBSD 8.1 box... >> >> %dtrace -l -f rtalloc_fib -v >> >> ... >> Argument Ty

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 > 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 rtalloc_fib(struct rou

DTrace unable to dump typedef'ed argument

2011-08-10 Thread Shrikanth Kamath
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 rtalloc_fib(struct route *ro, u_int fibnum) u_int is typedef unsigned int I checked the ctfdu