From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjqWx-0001s4-JN for qemu-devel@nongnu.org; Wed, 07 Oct 2015 11:21:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjqWu-0005O7-FF for qemu-devel@nongnu.org; Wed, 07 Oct 2015 11:21:23 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:17594 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjqWu-0005NJ-7R for qemu-devel@nongnu.org; Wed, 07 Oct 2015 11:21:20 -0400 Date: Wed, 7 Oct 2015 18:21:04 +0300 From: Alberto Garcia Message-ID: <20151007152104.GA8808@perseus.local> References: <1442417924-25831-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442417924-25831-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] trace: remove malloc tracing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@redhat.com 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 > glib.mem_alloc, glib.mem_free, glib.mem_realloc, glib.slice_alloc > and glib.slice_free. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alberto Garcia Berto