From owner-freebsd-dtrace@FreeBSD.ORG Tue Oct 8 21:54:19 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69C3E26B; Tue, 8 Oct 2013 21:54:19 +0000 (UTC) (envelope-from vg.freebsd@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEB072500; Tue, 8 Oct 2013 21:54:18 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id eo20so7478448lab.34 for ; Tue, 08 Oct 2013 14:54:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:content-type:content-transfer-encoding:subject:date :message-id:cc:to:mime-version; bh=7ESP4DWb0KYuexV1uWpu634JLDRZDHJixk7Y9KlReaA=; b=bIIwNxqh7HpY/ucLnbpFgWl+Q16edwf2vUqdZ6Z0LFP5yrDC3RK7K14tsPUXY+ZGM4 rJGXl5f6srhBfAX7kE3L8ESL1FUKBYVtUDGwDvFmRdgPXbZDLgZDxN05MmPfKHjdmrJ1 IXh/7EV5oI75yAjmReWATNwlSVUAhttMQ+FrFjTjGwyq0IhparNQNZfA3kIgCZu/eJIu uPcAA/9hH3AE2Zz3up3ceVRigNHY8qG6FMUGYfmbSth2bVBPBEFcGEkQ39OLzYs7oe3H 7qsME/THGtecQWRz16vFjTcdlA4LUdiM7CUPjlkzFaZYFfeNXiKAl8R7byWMm8Weh+cp QmPw== X-Received: by 10.112.146.33 with SMTP id sz1mr4227841lbb.14.1381269256733; Tue, 08 Oct 2013 14:54:16 -0700 (PDT) Received: from [10.10.40.208] ([77.50.191.3]) by mx.google.com with ESMTPSA id vx8sm23905886lbb.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Oct 2013 14:54:15 -0700 (PDT) Sender: Veniamin Gvozdikov From: Veniamin Gvozdikov Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Integration DTrace problems Date: Wed, 9 Oct 2013 01:54:14 +0400 Message-Id: <6A174747-D855-481D-A191-67A2805BC9AE@freebsd.org> To: freebsd-dtrace@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) 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: Tue, 08 Oct 2013 21:54:19 -0000 Hello, I have problems with integration DTrace: * Wildcard bug * USDT at runtime works only with probes with arguments less than 5 * USDT depended by base src because need dtrace.h although It exists on = OSX and Oracle Linux * Bug with providers position in D file with multi link dtrace objects * Bug with not used probes when all providers unavailable if doesn't use = in code * Inconvenient toolchains (need to see DTrace on OSX) For more details go to link = http://zlonet.ru/page/dtrace-integration-features/ . Any idea?=