Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752798AbbEDU5G (ORCPT ); Mon, 4 May 2015 16:57:06 -0400 Received: from mail.kernel.org ([198.145.29.136]:36184 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602AbbEDUzD (ORCPT ); Mon, 4 May 2015 16:55:03 -0400 Date: Mon, 4 May 2015 12:17:33 -0300 From: Arnaldo Carvalho de Melo To: Masami Hiramatsu Cc: Peter Zijlstra , Linux Kernel Mailing List , David Ahern , namhyung@kernel.org, Jiri Olsa , Ingo Molnar Subject: Re: [PATCH perf/core v3 5/8] perf probe: Allow to use filter on --del command Message-ID: <20150504151733.GB10475@kernel.org> References: <20150424094741.23967.758.stgit@localhost.localdomain> <20150424094753.23967.94097.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150424094753.23967.94097.stgit@localhost.localdomain> X-Url: http://acmel.wordpress.com 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 Content-Length: 1143 Lines: 38 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? - Arnaldo -- 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/