From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjpkU-0006wn-7Y for qemu-devel@nongnu.org; Wed, 07 Oct 2015 10:31:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjpkP-0001JI-ME for qemu-devel@nongnu.org; Wed, 07 Oct 2015 10:31:18 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:35270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjpkP-0001J4-Gc for qemu-devel@nongnu.org; Wed, 07 Oct 2015 10:31:13 -0400 Received: by wicge5 with SMTP id ge5so215992499wic.0 for ; Wed, 07 Oct 2015 07:31:13 -0700 (PDT) Date: Wed, 7 Oct 2015 15:31:10 +0100 From: Stefan Hajnoczi Message-ID: <20151007143110.GB11164@stefanha-thinkpad.redhat.com> References: <1441954730-17341-1-git-send-email-lma@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441954730-17341-1-git-send-email-lma@suse.com> Subject: Re: [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: Lin Ma Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Fri, Sep 11, 2015 at 02:58:50PM +0800, Lin Ma wrote: > 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(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan