From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTly-0004VX-DM for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkTlx-0004Dm-9I for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:15:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTlw-0004D6-Vx for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:15:29 -0400 From: Stefan Hajnoczi Date: Fri, 9 Oct 2015 10:15:18 +0100 Message-Id: <1444382119-24700-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1444382119-24700-1-git-send-email-stefanha@redhat.com> References: <1444382119-24700-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 1/2] docs: update the usage example of "dtrace" backend in tracing.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi , Lin Ma From: Lin Ma The usage example of dtrace is quite ancient, We have tracetool.py with different parameters instead of the original tracetool shell script for a long time, So update the old information. Signed-off-by: Lin Ma Message-id: 1441954730-17341-1-git-send-email-lma@suse.com Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index 7117c5e..3853a6a 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -258,11 +258,11 @@ is generated to make use in scripts more convenient. This step can also be performed manually after a build in order to change the binary name in the .stp probes: - scripts/tracetool --dtrace --stap \ - --binary path/to/qemu-binary \ - --target-type system \ - --target-name x86_64 \ - qemu.stp + scripts/tracetool.py --backends=dtrace --format=stap \ + --binary path/to/qemu-binary \ + --target-type system \ + --target-name x86_64 \ + qemu.stp == Trace event properties == -- 2.4.3