From patchwork Mon May 2 13:12:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v3,08/10] trace-state: [simple] disable all trace points by default Date: Mon, 02 May 2011 03:12:42 -0000 From: =?utf-8?Q?Llu=C3=ADs?= X-Patchwork-Id: 93651 Message-Id: <20110502131242.24596.62392.stgit@ginnungagap.bsc.es> 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. #