qemu-patch-raspberry4/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
..
control-internal.h
control.c
control.h
default.c
event-internal.h
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
Makefile.objs 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
stderr.c