From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754535AbdKALun (ORCPT ); Wed, 1 Nov 2017 07:50:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35264 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754089AbdKALul (ORCPT ); Wed, 1 Nov 2017 07:50:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DE70E5F795 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Wed, 1 Nov 2017 12:50:36 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Jiri Olsa , Arnaldo Carvalho de Melo , lkml , Ingo Molnar , David Ahern , Peter Zijlstra , kernel-team@lge.com Subject: Re: [PATCH 0/7] perf tools: Small sample parsing speedup Message-ID: <20171101115036.GA16533@krava> References: <20171031092947.19410-1-jolsa@kernel.org> <20171101083955.GA25146@danjae.aot.lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171101083955.GA25146@danjae.aot.lge.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 01 Nov 2017 11:50:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 01, 2017 at 05:39:55PM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Tue, Oct 31, 2017 at 10:29:40AM +0100, Jiri Olsa wrote: > > hi, > > sending small speedup fix for sample parsing code > > and few assorted fixes. > > Nice work, for patch 1-5: > > Acked-by: Namhyung Kim > > But I'm not sure for patch 6 and 7 as tool and event arguments are > passed to others consistently. I have it as a base for my other patches in queue and they seemed standalone enough ;-) ... I removed it because I'm adding some more and it got a little crowded jirka