From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 182FBC4332F for ; Thu, 10 Nov 2022 10:52:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbiKJKwv (ORCPT ); Thu, 10 Nov 2022 05:52:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230235AbiKJKwt (ORCPT ); Thu, 10 Nov 2022 05:52:49 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B1FF85EF94; Thu, 10 Nov 2022 02:52:48 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A49C71FB; Thu, 10 Nov 2022 02:52:54 -0800 (PST) Received: from [10.57.3.204] (unknown [10.57.3.204]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 56BA33F534; Thu, 10 Nov 2022 02:52:46 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2022 10:52:44 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH] perf vendor events: Add Arm Neoverse V2 PMU events To: James Clark , linux-perf-users@vger.kernel.org, john.garry@huawei.com, acme@kernel.org Cc: linux-kernel@vger.kernel.org, al.grant@arm.com, Will Deacon , Mike Leach , Leo Yan , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org References: <20221020134512.1345013-1-james.clark@arm.com> From: Nick Forrington In-Reply-To: <20221020134512.1345013-1-james.clark@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/10/2022 14:45, James Clark wrote: > Rename the neoverse-n2 folder to make it clear that it includes V2, and > add V2 to mapfile.csv. V2 has the same events as N2, visible by running > the following command in the ARM-software/data github repo [1]: > > diff pmu/neoverse-v2.json pmu/neoverse-n2.json | grep code > > Testing: > > $ perf test pmu > > 10: PMU events : > 10.1: PMU event table sanity : Ok > 10.2: PMU event map aliases : Ok > 10.3: Parsing of PMU event table metrics : Ok > 10.4: Parsing of PMU event table metrics with fake PMUs : Ok > > [1]: https://github.com/ARM-software/data > > Signed-off-by: James Clark Reviewed-by: Nick Forrington