From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755628AbbGTSad (ORCPT ); Mon, 20 Jul 2015 14:30:33 -0400 Received: from mail.kernel.org ([198.145.29.136]:55780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754712AbbGTSaa (ORCPT ); Mon, 20 Jul 2015 14:30:30 -0400 Date: Mon, 20 Jul 2015 15:30:24 -0300 From: Arnaldo Carvalho de Melo To: Wang Nan Cc: rostedt@goodmis.org, ak@linux.intel.com, brendan.d.gregg@gmail.com, lizefan@huawei.com, linux-kernel@vger.kernel.org, pi3orama@163.com Subject: Re: [PATCH 1/2] perf record: Apply filter to all events in a glob matching Message-ID: <20150720183024.GA5368@kernel.org> References: <1436513770-8896-1-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436513770-8896-1-git-send-email-wangnan0@huawei.com> 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 Em Fri, Jul 10, 2015 at 07:36:09AM +0000, Wang Nan escreveu: > There is an old problem in perf's filter applying which first posted > at Sep. 2014 at https://lkml.org/lkml/2014/9/9/944 that, if passing > multiple events in a glob matching expression in cmdline then add > '--filter' after them, the filter will be applied on only the last one. > > For example: Thanks, applied both patches, - Arnaldo