From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753231AbbDBIft (ORCPT ); Thu, 2 Apr 2015 04:35:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753200AbbDBIfq (ORCPT ); Thu, 2 Apr 2015 04:35:46 -0400 Date: Thu, 2 Apr 2015 10:35:32 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, David Ahern , Adrian Hunter , Borislav Petkov , Don Zickus , Frederic Weisbecker , Stephane Eranian Subject: Re: [RFC 0/2] perf scripting cleanups Message-ID: <20150402083531.GB1305@krava> References: <1427906210-10519-1-git-send-email-acme@kernel.org> <20150402081609.GD23913@sejong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150402081609.GD23913@sejong> 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 On Thu, Apr 02, 2015 at 05:16:09PM +0900, Namhyung Kim wrote: > On Wed, Apr 01, 2015 at 01:36:48PM -0300, Arnaldo Carvalho de Melo wrote: > > Hi David, Jiri, > > > > Please take a look if it is ok for you guys > > > > Adrian, there is another thing: > > > > db_export__sample(&tables->dbe, event, sample, evsel, al->thread, al); > > > > In tools/perf/util/scripting-engines/trace-event-python.c has this redundancy > > as well, see the (al->thread, al), I'll probably remove that extra thread parm > > there if you don't have any other subtle use for that... > > For both patches, > > Acked-by: Namhyung Kim looks ok for me too Acked-by: Jiri Olsa jirka