From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38078 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFPyX-0006eD-Mk for qemu-devel@nongnu.org; Mon, 08 Nov 2010 06:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFPyW-0000Xu-Db for qemu-devel@nongnu.org; Mon, 08 Nov 2010 06:33:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFPyW-0000XI-6w for qemu-devel@nongnu.org; Mon, 08 Nov 2010 06:33:24 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA8BXLnv001788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Nov 2010 06:33:22 -0500 Received: from t500wlan.home.berrange.com.com (vpn1-4-250.ams2.redhat.com [10.36.4.250]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA8BXKIK028326 for ; Mon, 8 Nov 2010 06:33:21 -0500 From: "Daniel P. Berrange" Date: Mon, 8 Nov 2010 11:33:02 +0000 Message-Id: <1289215984-9484-1-git-send-email-dan@berrange.com> Subject: [Qemu-devel] [PATCH 0/2] Add support for SystemTAP and DTrace tracing backends List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is an update of the SystemTAP/DTrace patches previously sent http://lists.gnu.org/archive/html/qemu-devel/2010-10/msg01451.html The patch is now split into two pieces. The first patch contains the generic DTrace tracing backend support. The second patch contains additional pieces for SystemTAP to generate a tapset for each of the qemu-system-XXX binaries, to simplify life for admins wanting to use the tracing backend. This addresses the problem in previous versions of the patch where the tapset only worked for /usr/bin/qemu and no other binaries. Unfortunately SystemTAP does not allow for use of wildcards, so it was neccessary to go for a separate tapset file per emulator binary. Regards, Daniel