qemu-e2k/trace
Stefan Hajnoczi 05735a2a9c trace: add glib 2.32+ static GMutex support
The GStaticMutex API was deprecated in glib 2.32.  We cannot switch over
to GMutex unconditionally since we would drop support for older glib
versions.  But the deprecated API warnings during build are annoying so
use static GMutex when possible.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-01-27 15:49:39 +01:00
..
Makefile.objs trace: Add ftrace tracing backend 2013-05-03 13:58:09 +02:00
control-internal.h trace: Provide a detailed event control interface 2013-03-28 14:19:57 +01:00
control.c trace: Provide a detailed event control interface 2013-03-28 14:19:57 +01: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 glib 2.32+ static GMutex support 2014-01-27 15:49:39 +01: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