From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIJs-0004D8-HG for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:00:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaIJp-0006RQ-0L for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:00:24 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:39806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIJo-0006Qh-N0 for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:00:20 -0400 From: Lin Ma Date: Fri, 11 Sep 2015 14:58:50 +0800 Message-Id: <1441954730-17341-1-git-send-email-lma@suse.com> Subject: [Qemu-devel] [PATCH] 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: stefanha@redhat.com, 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 --- 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.1.4