From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751611AbbLMXPb (ORCPT ); Sun, 13 Dec 2015 18:15:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60617 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbbLMXPa (ORCPT ); Sun, 13 Dec 2015 18:15:30 -0500 Date: Mon, 14 Dec 2015 00:15:20 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , LKML , David Ahern , Frederic Weisbecker , Andi Kleen , Stephane Eranian , Adrian Hunter Subject: Re: [PATCH/RFC 07/16] perf hists: Pass hists struct to hist_entry_iter struct Message-ID: <20151213231520.GA19257@krava.local> References: <1449734015-9148-1-git-send-email-namhyung@kernel.org> <1449734015-9148-8-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449734015-9148-8-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 10, 2015 at 04:53:26PM +0900, Namhyung Kim wrote: > This is a preparation for multi-thread support in perf tools. When > multi-thread is enable, each thread will have its own hists during the > sample processing. > > Signed-off-by: Namhyung Kim cool, I actually just need need this one ;-) Acked-by: Jiri Olsa thanks, jirka