aboutsummaryrefslogtreecommitdiffstats
path: root/trace-events
diff options
context:
space:
mode:
authorLluís <xscript@gmx.net>2011-08-31 20:31:45 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-09-01 10:34:54 +0100
commit03727e6a06087dc8f46d5674b4b29262bf7377a4 (patch)
treeaeae1754304b2e1ad7f0095d77385a18eb775697 /trace-events
parentdd215f646c72b4cf680097b13aeb8b0c589dceb2 (diff)
trace: [simple] disable all trace points by default
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 <vilanova@ac.upc.edu>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events3
1 files changed, 0 insertions, 3 deletions
diff --git a/trace-events b/trace-events
index f08d6d0b4..eb612e83d 100644
--- a/trace-events
+++ b/trace-events
@@ -17,9 +17,6 @@
# Example: qemu_malloc(size_t size) "size %zu"
#
# The "disable" keyword will build without the trace event.
-# In case of 'simple' trace backend, it will allow the trace event to be
-# compiled, but this would be turned off by default. It can be toggled on via
-# the monitor.
#
# The <name> must be a valid as a C function name.
#