From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754859AbcGEOP7 (ORCPT ); Tue, 5 Jul 2016 10:15:59 -0400 Received: from mail.kernel.org ([198.145.29.136]:45800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754637AbcGEOP4 (ORCPT ); Tue, 5 Jul 2016 10:15:56 -0400 Date: Tue, 5 Jul 2016 11:15:46 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: Re: [PATCH 0/3] perf tools: Add hist_entry allocation callbacks Message-ID: <20160705141546.GB2939@kernel.org> References: <1467701765-26194-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467701765-26194-1-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jul 05, 2016 at 08:56:02AM +0200, Jiri Olsa escreveu: > hi, > this patchset tries to add support provide own allocation > zalloc/free methods for hist_entry object. > > v2 changes: > - merged patch 1 and 2 from RFC Thanks applied.