From nobody Sun Sep 14 20:24:11 2025 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 724A2C46467 for ; Wed, 18 Jan 2023 17:57:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229665AbjARR5K (ORCPT ); Wed, 18 Jan 2023 12:57:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbjARR5I (ORCPT ); Wed, 18 Jan 2023 12:57:08 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 026692B085; Wed, 18 Jan 2023 09:57:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674064627; x=1705600627; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=a2bY/K3MV1nGZNslJAsRd2Srfyw3ubd/fdA69ta9Y5U=; b=b5WtfSxOaDBt+cJPfOGUCpv3D3tKPggGPj7mYEySumovxaFCWbOzyI/L QsEjmb5ohN93jDeCkdlIusEnJOR/PxzN2M2IrDoiypr6A8Ok+mszj2uJO 9rZlRJLgkNyhQIoHYeD7JlOK4AP0Wfz3ABbJBItYX0VemQAnOIUqiBKHb Y+8NcU0RXliumPZAnN8MMpj81TU0S3HeiVugzB+zWncI11GAjFcMqYbp1 CM7JDTQ0zdwwsNxt2yIi/TTrw53yJcsY3QUW/S+tedMYFBFxArPrJ/SsJ 9b9X0TJzWa1G4rZDvnGhWRXqm180SWVWZ+OHfsJuIM9aTnskvncz0oVhh g==; X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="352303090" X-IronPort-AV: E=Sophos;i="5.97,226,1669104000"; d="scan'208";a="352303090" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2023 09:57:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="748558916" X-IronPort-AV: E=Sophos;i="5.97,226,1669104000"; d="scan'208";a="748558916" Received: from kanliang-dev.jf.intel.com ([10.165.154.102]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2023 09:57:05 -0800 From: kan.liang@linux.intel.com To: acme@kernel.org, irogers@google.com, jolsa@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org Cc: artem.bityutskiy@linux.intel.com, andi.kleen@intel.com, Kan Liang Subject: [PATCH] perf vendor events intel: Add Emerald Rapids Date: Wed, 18 Jan 2023 09:56:32 -0800 Message-Id: <20230118175632.3165217-1-kan.liang@linux.intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" 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 --- tools/perf/pmu-events/arch/x86/mapfile.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/pmu-events/arch/x86/mapfile.csv b/tools/perf/pmu-ev= ents/arch/x86/mapfile.csv index 711a4ef05fdf..5facdac6fe8e 100644 --- a/tools/perf/pmu-events/arch/x86/mapfile.csv +++ b/tools/perf/pmu-events/arch/x86/mapfile.csv @@ -21,7 +21,7 @@ GenuineIntel-6-A[AC],v1.00,meteorlake,core GenuineIntel-6-1[AEF],v3,nehalemep,core GenuineIntel-6-2E,v3,nehalemex,core GenuineIntel-6-2A,v17,sandybridge,core -GenuineIntel-6-8F,v1.09,sapphirerapids,core +GenuineIntel-6-(8F|CF),v1.09,sapphirerapids,core GenuineIntel-6-(37|4A|4C|4D|5A),v14,silvermont,core GenuineIntel-6-(4E|5E|8E|9E|A5|A6),v53,skylake,core GenuineIntel-6-55-[01234],v1.28,skylakex,core --=20 2.35.1