From patchwork Fri Jan 25 15:43:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 215780 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 6CC342C0085 for ; Sat, 26 Jan 2013 02:44:15 +1100 (EST) Received: from localhost ([::1]:40600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TylRt-0006iu-EE for incoming@patchwork.ozlabs.org; Fri, 25 Jan 2013 10:44:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TylRV-0006Nv-0d for qemu-devel@nongnu.org; Fri, 25 Jan 2013 10:43:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TylRP-0007wF-Lh for qemu-devel@nongnu.org; Fri, 25 Jan 2013 10:43:48 -0500 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:51458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TylRP-0007ve-Dp for qemu-devel@nongnu.org; Fri, 25 Jan 2013 10:43:43 -0500 Received: from blackfin.pond.sub.org (p5B32AD3C.dip.t-dialin.net [91.50.173.60]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 61D8FA247C; Fri, 25 Jan 2013 16:43:41 +0100 (CET) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id BC16E200AD; Fri, 25 Jan 2013 16:43:40 +0100 (CET) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Fri, 25 Jan 2013 16:43:40 +0100 Message-Id: <1359128620-14226-5-git-send-email-armbru@redhat.com> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1359128620-14226-1-git-send-email-armbru@redhat.com> References: <1359128620-14226-1-git-send-email-armbru@redhat.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:121:10e4::3 Cc: harsh@linux.vnet.ibm.com, stefanha@redhat.com 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 Missed when commit 4c3b5a48 moved it. Signed-off-by: Markus Armbruster Reviewed-by: Laszlo Ersek Reviewed-by: Harsh Prateek Bora --- 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