From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHMP8-0004EA-3C for qemu-devel@nongnu.org; Tue, 03 May 2011 16:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHMP7-00019G-9q for qemu-devel@nongnu.org; Tue, 03 May 2011 16:41:09 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:42504) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QHMP6-00019C-To for qemu-devel@nongnu.org; Tue, 03 May 2011 16:41:09 -0400 From: =?utf-8?b?TGx1w61z?= Date: Tue, 03 May 2011 22:41:38 +0200 Message-ID: <20110503204138.438.12866.stgit@ginnungagap.bsc.es> In-Reply-To: <20110503204042.438.2257.stgit@ginnungagap.bsc.es> References: <20110503204042.438.2257.stgit@ginnungagap.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v4 08/10] trace-state: [simple] disable all trace points by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com, chouteau@adacore.com 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 e2cf117..c740080 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. #