trace: remove malloc tracing
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Sep 2015 15:38:44 +0000 (17:38 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 28 Oct 2015 19:34:11 +0000 (14:34 -0500)
commit381a290266df4161de71afc8a44e67ae66bde5be
treee6f492a036af4090fe91d33e22f4419865e33ef5
parent696317f1895e836d53b670c7b77b7be93302ba08
trace: remove malloc tracing

The malloc vtable is not supported anymore in glib, because it broke
when constructors called g_malloc.  Remove tracing of g_malloc,
g_realloc and g_free calls.

Note that, for systemtap users, glib also provides tracepoints
glib.mem_alloc, glib.mem_free, glib.mem_realloc, glib.slice_alloc
and glib.slice_free.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 1442417924-25831-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 98cf48f60aa4999f5b2808569a193a401a390e6a)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
trace-events
vl.c