From owner-freebsd-dtrace@FreeBSD.ORG Wed Jun 4 10:43:52 2014 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C2C29B9 for ; Wed, 4 Jun 2014 10:43:52 +0000 (UTC) Received: from mail-pb0-x233.google.com (mail-pb0-x233.google.com [IPv6:2607:f8b0:400e:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3781121B7 for ; Wed, 4 Jun 2014 10:43:52 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id ma3so6809648pbc.24 for ; Wed, 04 Jun 2014 03:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gH2qaKxajb1oVftxTNZ/ZztLMGAlRpkkRk8DSAd0WD0=; b=g2HWwu0CoNJY5mqK+MvQCk2Duso4gi9N+hhmp7G4oBkroCuUr4LWrZG6ZoIIx5q2bb X9cHxWHDIEGsvXh0rk5bwVF4osvBhPtgxm8QA3ExMpSTF8rkyh2wCOnjUgtRGWF5at9B Uj2pqo1XaCkGQAhMAvuZd1Rv5RpcQWxp53XdvsY9GrmlFeErdBfFBgNx7x4mvjMTa8Y7 faYzxlvZHIXLGw2nJKpJz9zRgyEZICCYsEdq9taKRESOM1ufyDDOaGLqg1ETD/Za/DMC AwGhzOmLQ3VU9LysZ9A6Zmlit4lnkczrW5D+FAom/Dj1arxPvu2u59OfOQEg4D4fALi2 f7WQ== X-Received: by 10.69.19.225 with SMTP id gx1mr62055519pbd.34.1401878631516; Wed, 04 Jun 2014 03:43:51 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id pz10sm8473533pbb.33.2014.06.04.03.43.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 03:43:50 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <538EF858.9000305@FreeBSD.org> Date: Wed, 04 Jun 2014 20:43:36 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: Sevan / Venture37 , freebsd-dtrace@freebsd.org Subject: Re: DTrace probes for python 2.7.7 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 04 Jun 2014 10:43:52 -0000 On 4/06/2014 12:21 AM, Sevan / Venture37 wrote: > Posted up on > https://www.jcea.es/artic/python_dtrace.htm > > Anyone tried this or previous revisions on FreeBSD?? > > Sevan / Venture37 > _______________________________________________ > freebsd-dtrace@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace > To unsubscribe, send any mail to "freebsd-dtrace-unsubscribe@freebsd.org" > Both of my official FreeBSD Python buildbots support dtrace, and I've been doing my best to support jcea@ over the past year or so: http://buildbot.python.org/all/buildslaves/koobs-freebsd9 http://buildbot.python.org/all/buildslaves/koobs-freebsd10 I'd like to see us be one of the first to support it (in ports), so let me know if there's anything I can do :) -- koobs