From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933449AbcE3QK1 (ORCPT ); Mon, 30 May 2016 12:10:27 -0400 Received: from mail.kernel.org ([198.145.29.136]:60535 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933000AbcE3QKZ (ORCPT ); Mon, 30 May 2016 12:10:25 -0400 Date: Mon, 30 May 2016 13:10:20 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Hemant Kumar , Ananth N Mavinakayanahalli , Brendan Gregg Subject: Re: [PATCH perf/core v9 00/16] perf-probe --cache and SDT support Message-ID: <20160530161020.GC11853@kernel.org> References: <20160528151456.16098.90001.stgit@devbox> <20160530035458.GA13689@danjae.aot.lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160530035458.GA13689@danjae.aot.lge.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, May 30, 2016 at 12:54:58PM +0900, Namhyung Kim escreveu: > Hi Masami, > > On Sun, May 29, 2016 at 12:15:01AM +0900, Masami Hiramatsu wrote: > > Hi, > > > > Here is the 9th version of the patchset for probe-cache and > > initial SDT support. > > > > The previous version is here; https://lkml.org/lkml/2016/5/14/107 > > > > This version just fixes 2 points according to Hemant's comment, > > and split out the filename__readable() patch. > > > > Changes in v9: > > - [1/16,2/16] split out the filename__readable() > > - [7/16] Fix to show which event is deleted. > > - [12/16] Update list_usage to show sdt option. > > > > Thank you, > > Thanks for doing this, I hope this gets merged soon. The patch 4 and > 14 look a bit larger and would be better to be splitted IMHO. Other > than that, all look good to me. > > Acked-by: Namhyung Kim Agreed, please split both patches, I applied 1-3, please resend from 4 onwards. - Arnaldo