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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB615C54EE9 for ; Fri, 2 Sep 2022 08:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:References:CC:To:Subject:From: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9wSHKGH4xVK9VZs5QuOyrfp5NUUA0FRxGrXYIfXTYbU=; b=PssWl8kZwunHUO V4hF/mHtIGFEO+yamAmuHFDa41CkeNlbgT6eHRgQX1sRj8orxFYoY1cMGx3znfF3zptCOog1bnuNJ NSeMtDVAdLTE4wqWK3Nqdw8x9btW1BM74oxmnrYpWBghTJwIFrQ7ELLS/BefeOa9RO7C7w3tF/cIa l9rHeocOUkF2Fgp+6u65Jg1eWpLW+L9yfypciSgEkk7oiJIQIRPINQnobOAT4jZ0kmNpWqt12tFp/ HUcF5jPhUcf7GEZ4rmYUawZwsgmVpKg79jM/VucfGXo5/8//XeIsTnJO0KZZ1AEX3JFKiDMJjZ5m1 eqWhJWxQLyYMyuH4NlZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU1fT-001bib-Bz; Fri, 02 Sep 2022 08:04:47 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU1fM-001bSQ-Gc for linux-arm-kernel@lists.infradead.org; Fri, 02 Sep 2022 08:04:45 +0000 Received: from fraeml745-chm.china.huawei.com (unknown [172.18.147.207]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4MJr5W5vh6z67Vdy; Fri, 2 Sep 2022 16:03:43 +0800 (CST) Received: from lhrpeml500003.china.huawei.com (7.191.162.67) by fraeml745-chm.china.huawei.com (10.206.15.226) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Fri, 2 Sep 2022 10:04:27 +0200 Received: from [10.195.34.23] (10.195.34.23) by lhrpeml500003.china.huawei.com (7.191.162.67) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 2 Sep 2022 09:04:26 +0100 Message-ID: Date: Fri, 2 Sep 2022 09:04:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 From: John Garry Subject: Re: [PATCH] perf vendor events: Add missing Neoverse V1 events To: Nick Forrington , , , CC: Will Deacon , James Clark , "Mike Leach" , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , "Namhyung Kim" , References: <20220901151804.294823-1-nick.forrington@arm.com> In-Reply-To: <20220901151804.294823-1-nick.forrington@arm.com> X-Originating-IP: [10.195.34.23] X-ClientProxiedBy: lhrpeml100003.china.huawei.com (7.191.160.210) To lhrpeml500003.china.huawei.com (7.191.162.67) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220902_010440_740276_B8973012 X-CRM114-Status: UNSURE ( 7.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 01/09/2022 16:18, Nick Forrington wrote: > Based on updated data from: > https://github.com/ARM-software/data/blob/master/pmu/neoverse-v1.json > > which is based on PMU event descriptions from the Arm Neoverse V1 > Technical Reference Manual. > > This adds the following missing events: > ASE_INST_SPEC > SVE_INST_SPEC > SVE_PRED_SPEC > SVE_PRED_EMPTY_SPEC > SVE_PRED_FULL_SPEC > SVE_PRED_PARTIAL_SPEC > SVE_LDFF_SPEC > SVE_LDFF_FAULT_SPEC > FP_SCALE_OPS_SPEC > FP_FIXED_OPS_SPEC > > It also moves REMOTE_ACCESS from other.json to memory.json. Any specific reason why? I see that neoverse n2 and a76-n1 still use "other" json for REMOTE_ACCESS. Nicer to be consistent. > > Signed-off-by: Nick Forrington > --- Apart from above: Reviewed-by: John Garry _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel