]> xenbits.xensource.com Git - qemu-upstream-4.6-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:26:24 +0000 (15:26 +0100)
commit7a88f1257d5261a7bee98facdb97f50d5553060e
tree83dafc9aea2f61dc78969e6f3f873331f4d94ff1
parentaa38966b6fb6008c290f1c6af97af24906ee5159
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