Re: [Qemu-devel] [PATCH] trace: remove malloc tracing

2015-10-08 Thread Peter Maydell
On 8 October 2015 at 15:20, Stefan Hajnoczi wrote: > On Wed, Sep 16, 2015 at 05:38:44PM +0200, Paolo Bonzini wrote: >> 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 t

Re: [Qemu-devel] [PATCH] trace: remove malloc tracing

2015-10-08 Thread Stefan Hajnoczi
On Wed, Sep 16, 2015 at 05:38:44PM +0200, Paolo Bonzini wrote: > 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 >

Re: [Qemu-devel] [PATCH] trace: remove malloc tracing

2015-10-07 Thread Alberto Garcia
On Wed, Sep 16, 2015 at 05:38:44PM +0200, Paolo Bonzini wrote: > 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 >

[Qemu-devel] [PATCH] trace: remove malloc tracing

2015-09-16 Thread Paolo Bonzini
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