oops, sorry but this is whta seams to be needed:
this->queuep = (queue_t *)((tcp_stack_t *)args[7)->tcps_g_q;

> <style type="text/css">
> 
> .hmmessage P
> {
> margin:0px;
> padding:0px
> }
> body.hmmessage
> {
> font-size: 10pt;
> font-family:Verdana
> }
> 
> </style>
> <div id="jive-html-wrapper-div">
> 
> Following this suggestion I get the following
> error:<br><br>dtrace: failed to compile script
> /dev/fd/11: line 198: probe description fbt:ip:
> tcp_xchg:entry does not match any
> probes<br><br><br>Paul<br><br>&gt; Date: Thu, 19 Mar
> 2009 13:03:59 -0700<br>&gt; From:
> sam_bercov...@yahoo.com<br>&gt; To:
> dtrace-discuss@opensolaris.org<br>&gt; Subject: Re:
> [dtrace-discuss] tcptop error: failed toresolve
> SS_TCP_FAST_ACCEPT: Unknown variable n<br>&gt;
> <br>&gt; Please check the following:<br>&gt; <br>&gt;
> replace the following line in the tcptop:<br>&gt;
> this-&gt;queuep = (queue_t *)`tcp_g_q; /* `
> */<br>&gt; <br>&gt; with this line:<br>&gt;
> this-&gt;queuep = (queue_t *)((tcp_stack_t
> *)arg8)-&gt;tcps_g_q;<br>&gt; <br>&gt; -Sam.<br>&gt;
> <br>&gt; <br>&gt; &gt; Replaced SS_TCP_FAST_ACCEPT
> with SS_DIRECT in tcptop<br>&gt; &gt; per the thread
> you<br>&gt; &gt; cited - now I get a new
> error:<br>&gt; &gt; <br>&gt; &gt; g...@irt-smtp-02:~
> 2:14pm 133 # ./tcptop<br>&gt; &gt; dtrace: failed to
> compile script /dev/fd/11: line<br>&gt; &gt; 163:
> failed to resolve<br>&gt; &gt; `tcp_g_q: Unknown
> symbol name<br>&gt; &gt; <br>&gt; &gt; I got it from
> here:<br>&gt; &gt;
> http://www.brendangregg.com/DTrace/tcptop<br>&gt;
> &gt; is that not up to date?<br>&gt; &gt; <br>&gt;
> &gt; <br>&gt; &gt; Thanks<br>&gt; &gt; <br>&gt; &gt;
> <br>&gt; &gt; -----Original Message-----<br>&gt; &gt;
> From: dtrace-discuss-boun...@opensolaris.org<br>&gt;
> &gt; [mailto:dtrace-discuss-boun...@opensolaris.org]
> On<br>&gt; &gt; Behalf Of Chris Yoder<br>&gt; &gt;
> (kernel)<br>&gt; &gt; Sent: Monday, January 21, 2008
> 1:45 PM<br>&gt; &gt; To:
> dtrace-discuss@opensolaris.org<br>&gt; &gt; Subject:
> Re: [dtrace-discuss] tcptop error: failed<br>&gt;
> &gt; toresolve<br>&gt; &gt; SS_TCP_FAST_ACCEPT:
> Unknown variable name<br>&gt; &gt; <br>&gt; &gt; On
> Mon, Jan 21, 2008 at 01:39:03PM -0800,
> Fletcher<br>&gt; &gt; Cocquyt wrote:<br>&gt; &gt;
> &gt; Hi, I am trying to debug the bottle neck(s) in
> a<br>&gt; &gt; Solaris 10<br>&gt; &gt; &gt;
> Mailman/Spamassassin/Sendmail VMWare VM and get
> the<br>&gt; &gt; following error from<br>&gt; &gt;
> &gt; tcptop:<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;
> g...@smtp:~ 1:35pm 103 # ./tcptop<br>&gt; &gt; &gt;
> dtrace: failed to compile script /dev/fd/11:
> line<br>&gt; &gt; 40: failed to resolve<br>&gt; &gt;
> &gt; SS_TCP_FAST_ACCEPT: Unknown variable
> name<br>&gt; &gt; <br>&gt; &gt; From<br>&gt; &gt;
> http://mail.opensolaris.org/pipermail/dtrace-discuss/2
> <br>&gt; &gt; 006-January/001021.htm<br>&gt; &gt;
> l<br>&gt; &gt; <br>&gt; &gt; &gt; I think
> SS_TCP_FAST_ACCEPT has been changed to<br>&gt; &gt;
> SS_DIRECT<br>&gt; &gt; &gt; by a recent putback,
> although I was unable to<br>&gt; &gt; isolate it. (no
> time!)<br>&gt; &gt; &gt; Changing my local copy of
> tcpsnoop.d to use<br>&gt; &gt; SS_DIRECT
> fixed<br>&gt; &gt; &gt; the problem for me.<br>&gt;
> &gt;
> _______________________________________________<br>&gt
> ; &gt; dtrace-discuss mailing list<br>&gt; &gt;
> dtrace-discuss@opensolaris.org<br>&gt; &gt; <br>&gt;
> &gt; <br>&gt; &gt;
> _______________________________________________<br>&gt
> ; &gt; dtrace-discuss mailing list<br>&gt; &gt;
> dtrace-discuss@opensolaris.org<br>&gt; -- <br>&gt;
> This message posted from opensolaris.org<br>&gt;
> _______________________________________________<br>&gt
> ; dtrace-discuss mailing list<br>&gt;
> dtrace-discuss@opensolaris.org<br><br /><hr />Windows
> Liveā„¢ Contacts: Organize your contact list.  <a
> href='http://windowslive.com/connect/post/marcusatmicr
> osoft.spaces.live.com-Blog-cns!503D1D86EBB2B53C!2285.e
> ntry?ocid=TXT_TAGLM_WL_UGC_Contacts_032009'
> target='_new'>Check it out.</a>
> </div>_______________________________________________
> dtrace-discuss mailing list
> dtrace-discuss@opensolaris.org
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to