From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47201 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpHrY-0003Nv-74 for qemu-devel@nongnu.org; Tue, 15 Feb 2011 05:10:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpHrW-0003YD-Rk for qemu-devel@nongnu.org; Tue, 15 Feb 2011 05:10:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpHrW-0003Xu-J4 for qemu-devel@nongnu.org; Tue, 15 Feb 2011 05:10:26 -0500 From: Jes.Sorensen@redhat.com Date: Tue, 15 Feb 2011 11:10:22 +0100 Message-Id: <1297764622-25287-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH] tracetool: Add optional argument to specify dtrace probe names List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@linux.vnet.ibm.com From: Jes Sorensen Optional feature allowing a user to generate the probe list to match the name of the binary, in case they wish to install qemu under a different name than qemu-{system,user}, Signed-off-by: Jes Sorensen --- scripts/tracetool | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/tracetool b/scripts/tracetool index e046683..0200afa 100755 --- a/scripts/tracetool +++ b/scripts/tracetool @@ -33,6 +33,7 @@ Options: --binary [path] Full path to QEMU binary --target-arch [arch] QEMU emulator target arch --target-type [type] QEMU emulator target type ('system' or 'user') + --probe-name [name] Specify alternative name for dtrace probes EOF exit 1 @@ -472,7 +473,7 @@ linetostap_dtrace() # Define prototype for probe arguments cat <