Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993381AbbEEQHM (ORCPT ); Tue, 5 May 2015 12:07:12 -0400 Received: from mail.kernel.org ([198.145.29.136]:33465 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993188AbbEEOd1 (ORCPT ); Tue, 5 May 2015 10:33:27 -0400 Date: Tue, 5 May 2015 11:33:23 -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 v4 0/4] perf-probe: Add filtering features Message-ID: <20150505143323.GP10475@kernel.org> References: <20150504151733.GB10475@kernel.org> <20150505022945.23399.993.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150505022945.23399.993.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: 884 Lines: 29 Em Tue, May 05, 2015 at 11:29:46AM +0900, Masami Hiramatsu escreveu: > Hi, > > Here is a series of patches which improves perf-probe to add > filtering features for --del and --funcs, and cleanup code. > > This version is just updated for the latest perf/core. > > --del and --funcs accepts filter rules too which is more flexible > than simple wildcard. > ---- > # ./perf probe -d 'vfs*|malloc' > Removed event: probe:vfs_read > Removed event: probe_libc:malloc > ---- > > Changes in v4: > - Removes patches which already merged. > - [1/4] Update for the latest perf/core. > Thanks, all tested and applied, - 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/