From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755450Ab3LRPlg (ORCPT ); Wed, 18 Dec 2013 10:41:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14218 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754807Ab3LRPlf (ORCPT ); Wed, 18 Dec 2013 10:41:35 -0500 Date: Wed, 18 Dec 2013 16:41:12 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Frederic Weisbecker , Arun Sharma , Rodrigo Campos Subject: Re: [PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry() Message-ID: <20131218154112.GH4146@krava.brq.redhat.com> References: <1387344086-12744-1-git-send-email-namhyung@kernel.org> <1387344086-12744-4-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1387344086-12744-4-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 18, 2013 at 02:21:11PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The @entry argument already has the info so no need to pass them. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa jirka