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 5E26AC77B6E for ; Wed, 12 Apr 2023 13:31:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbjDLNa7 (ORCPT ); Wed, 12 Apr 2023 09:30:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229869AbjDLNa6 (ORCPT ); Wed, 12 Apr 2023 09:30:58 -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 B80077ED2; Wed, 12 Apr 2023 06:30:29 -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 549A06351F; Wed, 12 Apr 2023 13:30:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B567C433D2; Wed, 12 Apr 2023 13:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681306226; bh=eUjpHeBe04yzwPH/Y5RkCFF5/1d41e8J/mtF4gC0FRs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NXRV1ELpyfSUd/E6dIYDjffmWl5z++YO7IhkAkMHinQhCIFjjRQHhY8kdggBcF2fY p6+c+GXXn5b/ycBROF8PxMx5dm5CCYlnwm512Z1EU/yNQqSRxZJ3Gg6EkIcqSRCtRR tG9WUh40CbKG9DHKKEn8DYTSlfwkAPz5/8Q8pZ1pP2TyO04kmya4hsNSoR3WOh05sw Z0EGnO5oE9oEDLGk7bS49MMSBPyE+hA6g26Er68vPsQP4s0iE/N/hBz5mM+zK+YG3b KZVxk+e34SYaS0wMovFcRI2y6TzvClW5noBSuMuGM83eSogYytBl+wjX+A1DX4QzUV hfu+f7KiyN45A== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7290340080; Wed, 12 Apr 2023 10:30:23 -0300 (-03) Date: Wed, 12 Apr 2023 10:30:23 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Zhengjun Xing , Kan Liang , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/3] Updates to sapphirerapids, alderlake and icelakex events Message-ID: References: <20230411234440.3313680-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411234440.3313680-1-irogers@google.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Tue, Apr 11, 2023 at 04:44:37PM -0700, Ian Rogers escreveu: > Changes largely stemming from: > https://github.com/intel/perfmon/pull/68 > > Changes generated by: > https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py Thanks, applied. - Arnaldo > Ian Rogers (3): > perf vendor events: Update alderlake to v1.20 > perf vendor events: Update icelakex to v1.20 > perf vendor events: Update sapphirerapids to v1.12 > > .../pmu-events/arch/x86/alderlake/other.json | 3 +- > .../arch/x86/alderlake/pipeline.json | 4 +- > .../arch/x86/icelakex/uncore-other.json | 2 +- > tools/perf/pmu-events/arch/x86/mapfile.csv | 8 +- > .../arch/x86/sapphirerapids/other.json | 3 +- > .../arch/x86/sapphirerapids/pipeline.json | 4 +- > .../x86/sapphirerapids/uncore-memory.json | 794 +- > .../arch/x86/sapphirerapids/uncore-other.json | 18656 +++++++++++++--- > .../arch/x86/sapphirerapids/uncore-power.json | 107 + > 9 files changed, 16977 insertions(+), 2604 deletions(-) > > -- > 2.40.0.577.gac1e443424-goog > -- - Arnaldo