From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60322 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3vse-00075D-4o for qemu-devel@nongnu.org; Sun, 27 Mar 2011 15:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3vsI-0006Y8-Vq for qemu-devel@nongnu.org; Sun, 27 Mar 2011 15:43:48 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:43106) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q3vsI-0006Y3-2O for qemu-devel@nongnu.org; Sun, 27 Mar 2011 15:43:46 -0400 From: =?utf-8?b?TGx1w61z?= Date: Sun, 27 Mar 2011 21:43:33 +0200 Message-ID: <20110327194333.622.76752.stgit@ginnungagap.bsc.es> In-Reply-To: <20110327194249.622.69985.stgit@ginnungagap.bsc.es> References: <20110327194249.622.69985.stgit@ginnungagap.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 4/4] trace: [simple] always enable trace points List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: LluĂ­s Vilanova --- scripts/tracetool | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/tracetool b/scripts/tracetool index 7506776..b355ac5 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 <