Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932843AbbEECAe (ORCPT ); Mon, 4 May 2015 22:00:34 -0400 Received: from mail4.hitachi.co.jp ([133.145.228.5]:43150 "EHLO mail4.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964873AbbEEB7z (ORCPT ); Mon, 4 May 2015 21:59:55 -0400 Message-ID: <55482413.1070106@hitachi.com> Date: Tue, 05 May 2015 10:59:47 +0900 From: Masami Hiramatsu Organization: Hitachi, Ltd., Japan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: Peter Zijlstra , Linux Kernel Mailing List , David Ahern , namhyung@kernel.org, Jiri Olsa , Ingo Molnar Subject: Re: Re: [PATCH perf/core v3 5/8] perf probe: Allow to use filter on --del command References: <20150424094741.23967.758.stgit@localhost.localdomain> <20150424094753.23967.94097.stgit@localhost.localdomain> <20150504151733.GB10475@kernel.org> In-Reply-To: <20150504151733.GB10475@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1507 Lines: 48 On 2015/05/05 0:17, Arnaldo Carvalho de Melo wrote: > Em Fri, Apr 24, 2015 at 06:47:53PM +0900, Masami Hiramatsu escreveu: >> This makes perf-probe --del option to accept filter rules >> not only simple glob pattern. This simplifies the code and >> improve the flexibility. >> >> E.g. if we remove 2 different pattern events, we need 2 >> -d options. >> ---- >> # ./perf probe -d vfs\* -d malloc >> Removed event: probe_libc:malloc >> Removed event: probe:vfs_read >> ---- > > Masami, > > I applied the first 4 patches in this series, but this one is > clashing, I think, with: > > commit 7bedda35519840e3709c306991f9ffe028a5650d > Author: Naveen N. Rao > Date: Tue Apr 28 17:35:34 2015 +0530 > > perf probe: Improve detection of file/function name in the probe > pattern > > ------------- > > That was recently merged, with your ack. > > Could you please take a look at refreshing the series on top of my > perf/core branch? OK, I'll update and resend it :) Thanks! -- Masami HIRAMATSU Linux Technology Research Center, System Productivity Research Dept. Center for Technology Innovation - Systems Engineering Hitachi, Ltd., Research & Development Group E-mail: masami.hiramatsu.pt@hitachi.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/