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 3A001C433EF for ; Thu, 12 May 2022 13:01:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354061AbiELNBa (ORCPT ); Thu, 12 May 2022 09:01:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354067AbiELNBY (ORCPT ); Thu, 12 May 2022 09:01:24 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 57B0662214; Thu, 12 May 2022 06:01:22 -0700 (PDT) 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 1001723A; Thu, 12 May 2022 06:01:22 -0700 (PDT) Received: from [10.57.2.11] (unknown [10.57.2.11]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3B5623F66F; Thu, 12 May 2022 06:01:19 -0700 (PDT) Message-ID: Date: Thu, 12 May 2022 14:01:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 00/20] perf vendors events arm64: Multiple Arm CPUs To: John Garry Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Will Deacon , Mathieu Poirier , Leo Yan , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Andi Kleen , Kajol Jain , James Clark , Andrew Kilroy , Arnaldo Carvalho de Melo References: <20220510104758.64677-1-nick.forrington@arm.com> From: Nick Forrington In-Reply-To: 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 10/05/2022 16:55, John Garry wrote: > On 10/05/2022 16:50, Arnaldo Carvalho de Melo wrote: >> Em Tue, May 10, 2022 at 11:47:38AM +0100, Nick Forrington escreveu: >>> Add Performance Monitoring Unit event data for the Arm CPUs listed >>> below. >>> >>> Changesets are dependent due to incremental updates to the common >>> events >>> file and mapfile.csv. >>> >>> Data is sourced fromhttps://github.com/ARM-software/data >> Waiting for reviews to merge this. >> > > I'll have a closer look this week. > > @Nick, Just curious, do you have some tool/script to convert from the > JSON format @ https://github.com/ARM-software/data/blob/master/pmu/ to > the "linux" format? Thanks John. We do have a conversion script, although it isn't publically available anywhere at the moment. Thanks, Nick