summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorLluís2011-08-31 20:31:51 +0200
committerStefan Hajnoczi2011-09-01 11:34:54 +0200
commit9a82b6a590bd7c845ab9754b34b33ffee982ccb2 (patch)
treec23b7078b7db55c798577eb28f281873a5d2062c /Makefile.objs
parenttrace: [simple] disable all trace points by default (diff)
downloadqemu-9a82b6a590bd7c845ab9754b34b33ffee982ccb2.tar.gz
qemu-9a82b6a590bd7c845ab9754b34b33ffee982ccb2.tar.xz
qemu-9a82b6a590bd7c845ab9754b34b33ffee982ccb2.zip
trace: [stderr] add support for dynamically enabling/disabling events
Uses the generic interface provided in "trace/control.h" in order to provide a programmatic interface as well as command line and monitor controls. Signed-off-by: Fabien Chouteau <chouteau@adacore.com> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 036a4eb6ab..26b885bfeb 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -384,6 +384,8 @@ trace-nested-$(CONFIG_TRACE_DEFAULT) += default.o
trace-nested-$(CONFIG_TRACE_SIMPLE) += simple.o
trace-obj-$(CONFIG_TRACE_SIMPLE) += qemu-timer-common.o
+trace-nested-$(CONFIG_TRACE_STDERR) += stderr.o
+
trace-nested-y += control.o
trace-obj-y += $(addprefix trace/, $(trace-nested-y))