]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commit
trace: remove malloc tracing
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Sep 2015 15:38:44 +0000 (17:38 +0200)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 10 Jun 2016 14:34:21 +0000 (15:34 +0100)
commit5e40cec825a2582d8a91119c485f5130cc2648e9
treebc5ca86b5b83cbb349a0377bf77834c4b3c8edcf
parentc6d03071086ec18ff4bf0be682231e2ebf84c27b
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>
upstream-commit-id: 98cf48f60aa4999f5b2808569a193a401a390e6a
trace-events
vl.c