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 B8315C004D4 for ; Thu, 19 Jan 2023 12:57:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbjASM5O (ORCPT ); Thu, 19 Jan 2023 07:57:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229740AbjASM4T (ORCPT ); Thu, 19 Jan 2023 07:56:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A18BCB448; Thu, 19 Jan 2023 04:56:18 -0800 (PST) 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 3804860ED9; Thu, 19 Jan 2023 12:56:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78764C433D2; Thu, 19 Jan 2023 12:56:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674132977; bh=3kufVbD63626MuiUF29s3bco7fpvpK/XaVkCc6GBB54=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HFNirPqW4AuWkbKl0xBZHy74XNPZuJL8lXuIPUFQ/rCYoIaS9zXCJTx4mcKxJUfT1 y641HzeExF9EGRIobvB2fowOBxnxMDhePlbVzcA1yZewKfzstDp8cDzWzLhLXTvt4p CL2W3XxCS+abfmB1oprU1/mrBGetjh8bwUlT4tvPw/A7NRo6X6VfphKhBipZEahzgv x+UBvD6B6vs9uThZoU8RK3YwKmSp2Ey6a8MxKRL6OsgqB3uMpJu6Z4lfmuKbLW+swc qaO/PNiPsb8fRvyNYVMHAPBy6kYBR1DnbBnccUQ0YyjfjaEvIoqFXQWxlRwpc8lELa vfxe3/N/+7Q/w== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 21A74405BE; Thu, 19 Jan 2023 09:56:15 -0300 (-03) Date: Thu, 19 Jan 2023 09:56:15 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: kan.liang@linux.intel.com, jolsa@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, artem.bityutskiy@linux.intel.com, andi.kleen@intel.com Subject: Re: [PATCH] perf vendor events intel: Add Emerald Rapids Message-ID: References: <20230118175632.3165217-1-kan.liang@linux.intel.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-kernel@vger.kernel.org Em Wed, Jan 18, 2023 at 10:02:04AM -0800, Ian Rogers escreveu: > On Wed, Jan 18, 2023 at 9:57 AM wrote: > > > > From: Kan Liang > > > > The event list of the Emerald Rapids is the same as the Sapphire > > Rapids. Add the CPU model ID of Emerald Rapids into the mapfile.csv and > > point it to the event list of Sapphire Rapids. > > > > Signed-off-by: Kan Liang > > Acked-by: Ian Rogers > > I note it currently isn't on the perfmon github: > https://github.com/intel/perfmon/blob/main/mapfile.csv > This will create a diff from the version of mapfile.csv generated by: > https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py > Presumably there will be an update to solve that. Thanks, applied. - Arnaldo