qemu-e2k/trace
Alexey Kardashevskiy 82432638eb trace: Replace error with warning if event is not defined
At the moment QEMU exits if trace point is not defined which makes
a developer life harder if he has to switch between branches with
different traces implemented.

This replaces error+exit wit WARNING if the tracepoint does not exist or
not traceable.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-06-09 15:43:40 +02:00
..
Makefile.objs trace: [tracetool] Minimize the amount of per-backend code 2014-05-07 19:07:18 +02:00
control-internal.h trace: Fix build warnings for Win32 build 2014-03-12 14:19:58 +01:00
control.c trace: Replace error with warning if event is not defined 2014-06-09 15:43:40 +02:00
control.h trace: Provide a detailed event control interface 2013-03-28 14:19:57 +01:00
default.c trace: [default] Port to generic event information and new control interface 2013-03-28 14:19:57 +01:00
event-internal.h trace: Provide a generic tracing event descriptor 2013-03-28 14:19:57 +01:00
ftrace.c trace: Add ftrace tracing backend 2013-05-03 13:58:09 +02:00
ftrace.h trace: Add ftrace tracing backend 2013-05-03 13:58:09 +02:00
simple.c trace: add pid field to simpletrace record 2014-06-09 15:43:40 +02:00
simple.h trace: [simple] Port to generic event information and new control interface 2013-03-28 14:19:57 +01:00
stderr.c trace: [stderr] Port to generic event information and new control interface 2013-03-28 14:19:57 +01:00