From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: Bug Report Date: Mon, 11 May 2015 11:14:35 -0600 Message-ID: <5550E37B.8070209@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ie0-f169.google.com ([209.85.223.169]:35561 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750784AbbEKROm (ORCPT ); Mon, 11 May 2015 13:14:42 -0400 Received: by ieczm2 with SMTP id zm2so113481856iec.2 for ; Mon, 11 May 2015 10:14:41 -0700 (PDT) In-Reply-To: Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Alex Newman , linux-perf-users@vger.kernel.org On 5/11/15 10:57 AM, Alex Newman wrote: > Hello mailing list friends, > > I am sorry if this is not the best place for this (where should I > report improvements for perf). > > This command works when I have the correct permissions but if I don't > rather than getting "bad permissions" I get > > posix4e@posix4e-P27GV2:~$ perf stat -e 'ext4:' -a that's an invalid event list; it should never work. Did you mean -e 'ext4:*'? David