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 16E90C38145 for ; Thu, 8 Sep 2022 18:35:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231432AbiIHSfR (ORCPT ); Thu, 8 Sep 2022 14:35:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229876AbiIHSfP (ORCPT ); Thu, 8 Sep 2022 14:35:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD00D7CAA9; Thu, 8 Sep 2022 11:35:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4886961DE8; Thu, 8 Sep 2022 18:35:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F96EC433C1; Thu, 8 Sep 2022 18:35:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662662113; bh=jG8t5pYfd8GeT3kRyuB48lhMQYAj49WA7ADQGwo76LQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JUBiNLwf8Ognf4jeAbJNosWehdO+1S9QGlOsdQxKKpKEHm1JDk3kdVGbt9oithhfD WmSzbcs7uRbKMBC8TgEQUG8MBXTJYsri0sGW4ajb5EF0jAMAo3fz7gynoZX/+e8zuV goI6CPYxNueLc4lDjTh9oIIrfgr1/ChlJsTz24X8Fw0YrMuvvenmlKMxa8lXZixxF8 rK+KVrFVebvEVKmDR/SsblWa2iwpUbebYNX52T3WXsiJR53Ja8S/+sCzwfiZUnYgXO vB5bNOJVZ0+soF+PqQ1LvxNWn65yaH139vLdetFKd2WPqS/I8yfJ8Er4R4fZTbPdm2 H2qb9gP3I5Hqw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 16D80404A1; Thu, 8 Sep 2022 15:35:11 -0300 (-03) Date: Thu, 8 Sep 2022 15:35:11 -0300 From: Arnaldo Carvalho de Melo To: John Garry Cc: Nick Forrington , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Will Deacon , James Clark , Mike Leach , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] perf vendor events: Update events for Neoverse E1 Message-ID: References: <20220907154932.60808-1-nick.forrington@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, Sep 08, 2022 at 09:34:00AM +0100, John Garry escreveu: > On 07/09/2022 16:49, Nick Forrington wrote: > > These CPUs contain the same PMU events (as per the Arm Technical > > Reference manuals for Cortex A65 and Neoverse E1) > > > > This de-duplicates event data, and avoids issues in previous E1 event > > data (not present in A65 data) > > * Missing implementation defined events > > * Inclusion of events that are not implemented: > > - L1D_CACHE_ALLOCATE > > - SAMPLE_POP > > - SAMPLE_FEED > > - SAMPLE_FILTRATE > > - SAMPLE_COLLISION > > > > Signed-off-by: Nick Forrington > > Reviewed-by: John Garry Thanks, applied. - Arnaldo