From patchwork Wed Feb 6 15:30:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 218677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EA7762C02C9 for ; Thu, 7 Feb 2013 02:31:58 +1100 (EST) Received: from localhost ([::1]:52389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36yb-000432-4S for incoming@patchwork.ozlabs.org; Wed, 06 Feb 2013 10:31:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36yG-0003Xs-DX for qemu-devel@nongnu.org; Wed, 06 Feb 2013 10:31:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U36y9-0007wl-1m for qemu-devel@nongnu.org; Wed, 06 Feb 2013 10:31:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36y8-0007wa-Qo for qemu-devel@nongnu.org; Wed, 06 Feb 2013 10:31:28 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r16FVRPk007495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Feb 2013 10:31:28 -0500 Received: from localhost (ovpn-112-20.ams2.redhat.com [10.36.112.20]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r16FVQDP026677; Wed, 6 Feb 2013 10:31:27 -0500 From: Stefan Hajnoczi To: Date: Wed, 6 Feb 2013 16:30:17 +0100 Message-Id: <1360164617-12103-5-git-send-email-stefanha@redhat.com> In-Reply-To: <1360164617-12103-1-git-send-email-stefanha@redhat.com> References: <1360164617-12103-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , Markus Armbruster , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 4/4] trace: Fix location of simpletrace.py in docs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Markus Armbruster Missed when commit 4c3b5a48 moved it. Signed-off-by: Markus Armbruster Reviewed-by: Laszlo Ersek Reviewed-by: Harsh Prateek Bora Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index 453cc4a..14db3bf 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -23,7 +23,7 @@ for debugging, profiling, and observing execution. 4. Pretty-print the binary trace file: - ./simpletrace.py trace-events trace-* + ./scripts/simpletrace.py trace-events trace-* == Trace events == @@ -198,7 +198,7 @@ The "simple" backend produces binary trace files that can be formatted with the simpletrace.py script. The script takes the "trace-events" file and the binary trace: - ./simpletrace.py trace-events trace-12345 + ./scripts/simpletrace.py trace-events trace-12345 You must ensure that the same "trace-events" file was used to build QEMU, otherwise trace event declarations may have changed and output will not be