From patchwork Mon Apr 4 21:49:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?Q?Llu=C3=ADs?= X-Patchwork-Id: 89716 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 72363B6F86 for ; Tue, 5 Apr 2011 07:52:14 +1000 (EST) Received: from localhost ([127.0.0.1]:47126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6rgx-0005F7-Rw for incoming@patchwork.ozlabs.org; Mon, 04 Apr 2011 17:52:12 -0400 Received: from [140.186.70.92] (port=38013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6rf3-00054d-FR for qemu-devel@nongnu.org; Mon, 04 Apr 2011 17:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6rf1-0005kS-A5 for qemu-devel@nongnu.org; Mon, 04 Apr 2011 17:50:12 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:53193) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q6rf0-0005kL-TE for qemu-devel@nongnu.org; Mon, 04 Apr 2011 17:50:11 -0400 Received: (qmail invoked by alias); 04 Apr 2011 21:50:08 -0000 Received: from unknown (EHLO localhost) [84.88.53.92] by mail.gmx.net (mp047) with SMTP; 04 Apr 2011 23:50:08 +0200 X-Authenticated: #12333383 X-Provags-ID: V01U2FsdGVkX1+56nM6LxS5mu+s0xYjLZtFZZMdjQfFXu6mDLkh0+ KMpkke1r33gzWQ To: qemu-devel@nongnu.org From: =?utf-8?b?TGx1w61z?= Date: Mon, 04 Apr 2011 23:49:26 +0200 Message-ID: <20110404214926.9761.45490.stgit@ginnungagap.bsc.es> In-Reply-To: <20110404214900.9761.49418.stgit@ginnungagap.bsc.es> References: <20110404214900.9761.49418.stgit@ginnungagap.bsc.es> User-Agent: StGit/0.15 MIME-Version: 1.0 X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 Cc: stefanha@gmail.com Subject: [Qemu-devel] [PATCH 4/6] trace-state: [simple] disable all trace points by default X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Note that this refers to the backend-specific state (whether the output must be generated), not the event "disabled" property (which always uses the "nop" backend). Signed-off-by: LluĂ­s Vilanova --- scripts/tracetool | 9 ++------- trace-events | 3 --- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/scripts/tracetool b/scripts/tracetool index 7506776..e3aec89 100755 --- a/scripts/tracetool +++ b/scripts/tracetool @@ -221,15 +221,10 @@ EOF linetoc_simple() { - local name state + local name name=$(get_name "$1") - if has_property "$1" "disable"; then - state="0" - else - state="1" - fi cat < must be a valid as a C function name. #