From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933840AbcJFUIs (ORCPT ); Thu, 6 Oct 2016 16:08:48 -0400 Received: from mga14.intel.com ([192.55.52.115]:39929 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933172AbcJFUIl (ORCPT ); Thu, 6 Oct 2016 16:08:41 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="1041315485" Date: Thu, 6 Oct 2016 13:08:39 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Andi Kleen , jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] perf, tools: Fix completion script to handle comma list Message-ID: <20161006200839.GD3078@tassilo.jf.intel.com> References: <1475781807-6034-1-git-send-email-andi@firstfloor.org> <1475781807-6034-3-git-send-email-andi@firstfloor.org> <20161006200510.GC4809@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161006200510.GC4809@kernel.org> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > perf stat -e CPL_CYCLES.RING0 > > but if I try: > > perf stat -e cycles,CPL > > I get nothing :-\ > > Is this working with you? You can't mix cases like this, the upper case patch doesn't support that. It's either all upper or all lower case. If you continue with lower case it should work. -Andi