From owner-freebsd-dtrace@FreeBSD.ORG Thu May 30 13:02:59 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 245D6A69; Thu, 30 May 2013 13:02:59 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id F05CCE8B; Thu, 30 May 2013 13:02:58 +0000 (UTC) Received: from [209.249.190.124] (port=57358 helo=gnnmac.hudson-trading.com) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1Ui2VK-0002Pl-87; Thu, 30 May 2013 09:02:54 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: adding SDT probe functions with 6+ DTrace arguments From: George Neville-Neil In-Reply-To: Date: Thu, 30 May 2013 09:02:54 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9900CFFB-6E68-4034-805A-859A937179EF@freebsd.org> References: <20130530040705.GA40320@gloom> To: Brendan Gregg X-Mailer: Apple Mail (2.1503) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com Cc: rstone@freebsd.org, freebsd-dtrace@freebsd.org, Mark Johnston X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 13:02:59 -0000 On May 30, 2013, at 2:14 , Brendan Gregg = wrote: > G'Day Mark, >=20 > As this might be interesting: to check that DTRACE_PROBE7 worked, in > Solaris I had added an sdt:::test probe, which could be invoked by the > DTrace test suite (sdt/tst.sdtargs.c) by calling uadmin() with = A_SDTTEST: >=20 > case A_SDTTEST: > { > DTRACE_PROBE7(test, int, 1, int, 2, int, 3, int, 4, = int, 5, > int, 6, int, 7); > break; > } >=20 > Getting the tcp and ip providers working will be great. >=20 Chiming in late. Yes, let's extend the SDT macros in line with what = we've done already. This will also make it easy to MFC to 9 and 8. Best, George