From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932431AbbESODM (ORCPT ); Tue, 19 May 2015 10:03:12 -0400 Received: from mail.kernel.org ([198.145.29.136]:38434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756174AbbESODJ (ORCPT ); Tue, 19 May 2015 10:03:09 -0400 Date: Tue, 19 May 2015 11:03:05 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern Subject: Re: [PATCH] perf tools: Reducing arguments of hist_entry_iter__add() Message-ID: <20150519140305.GI13946@kernel.org> References: <20150519070100.GK21663@sejong> <1432022650-18205-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432022650-18205-1-git-send-email-namhyung@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, May 19, 2015 at 05:04:10PM +0900, Namhyung Kim escreveu: > The evsel and sample arguments are to set iter for later use. As it > also receives an iter as another argument, just set them before > calling the function. > > Signed-off-by: Namhyung Kim > --- > Arnaldo, it seems that this patch can be applied to the current perf/core > 2d8e405acd78 ("perf bench numa: Share sched_getcpu() __weak def with > cloexec.c") cleanly. If you see any conflict, please let me know. Thanks, applied. - Arnaldo