Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2341104imm; Thu, 7 Jun 2018 09:03:29 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIHlQYZLS60CcTaO43LQLRZO73PJyym+ZFND589qjdjNSAnZ+1aYZfCCPGmNcsXZ7FhBc96 X-Received: by 2002:a63:9b19:: with SMTP id r25-v6mr2031444pgd.197.1528387409840; Thu, 07 Jun 2018 09:03:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528387409; cv=none; d=google.com; s=arc-20160816; b=etl0+twTprxe3bJng15vL0axyMiHvhLMeOTfnf5dLa+sC5mtmSokaM8yEW9H0XZWnB w6OR0LI8HLDsgpvGu9mUnW2GEhcVB8BXNz5DMz62g/42W4lTjSChUdekdYuyjDbnRtdl lsAl6k090iJ8n6liT3ot1G1dKMPmyAmUAC2YMcvLwWkJeuPjIyutKv5KOCltn97gsQh6 DFKjnCAG62eR8RonYLD70Qm1E9zLFH4Mg2EUtOb4FQ0jh3txalJgdATsPP/9Z4j/OHn3 rT+HgMQFHhse2TlNNniapvVtpFhasCwHnLmgFyPeIhkTtmqlJKdXUyowXmaaCBam62/y GZTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Waq3f2zlwzmPDh0uVx4dcqeSAPQoCzvo/aszijnCrf4=; b=MzJvdvFKyYUG8UgknFZIEoFKclVnzMDz0VzNan6qxVBHhKWf5wD5Q/JRCatlTLpgUD nfYNWTWl/6muvFgzUSFlSXgDdT/jWhE02Fz3fM9tNBPTTmje5Z0jiwFeveipvyi30VfW Z4JjD6BskG3GOA6roIJXHy8ePfKmh5RT8XjHL8A+YuVzspD/FLGR9nnad9sVZwGT9jkx H9y9SJfsniYJPItYOE8wS1C3nUPy2niwU+sLuVBolHEEZzDMCltxypbCcqySTNCl9z2Z 3H6VHFplnWhVakBwn6+0BjO8yWbkSjWFcw7Gw5GRGZhUKdQayR12bW5yV18pgBSGvGQO eUQw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j77-v6si14211598pfa.57.2018.06.07.09.03.12; Thu, 07 Jun 2018 09:03:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934446AbeFGQBd (ORCPT + 99 others); Thu, 7 Jun 2018 12:01:33 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:53926 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932903AbeFGQBb (ORCPT ); Thu, 7 Jun 2018 12:01:31 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 18FBE80D; Thu, 7 Jun 2018 09:01:31 -0700 (PDT) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DF3003F59D; Thu, 7 Jun 2018 09:01:30 -0700 (PDT) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id 28B141AE53CF; Thu, 7 Jun 2018 17:02:03 +0100 (BST) Date: Thu, 7 Jun 2018 17:02:03 +0100 From: Will Deacon To: Hoan Tran Cc: Mark Rutland , Tai Nguyen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Loc Ho Subject: Re: [PATCH] perf: xgene: Fix IOB SLOW PMU parser error Message-ID: <20180607160202.GA16435@arm.com> References: <1528319214-19726-1-git-send-email-hoan.tran@amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1528319214-19726-1-git-send-email-hoan.tran@amperecomputing.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 06, 2018 at 02:06:54PM -0700, Hoan Tran wrote: > This patch fixes the below parser error of the IOB SLOW PMU. > > # perf stat -a -e iob-slow0/cycle-count/ sleep 1 > evenf syntax error: 'iob-slow0/cycle-count/' > \___ parser error > > It replaces the "-" character by "_" character inside the PMU name. > > Signed-off-by: Hoan Tran Hmm, why did you only notice this now? :( Anyway, whilst this could in theory break something, we did this for the CPU PMUs in the past without issues so I'll pick this up. Cheers, Will