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 0BE74C19F2D for ; Sat, 13 Aug 2022 18:09:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239759AbiHMSJA (ORCPT ); Sat, 13 Aug 2022 14:09:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230103AbiHMSI7 (ORCPT ); Sat, 13 Aug 2022 14:08:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B379732D86; Sat, 13 Aug 2022 11:08:58 -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 43CDC60F23; Sat, 13 Aug 2022 18:08:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AF08C433C1; Sat, 13 Aug 2022 18:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660414137; bh=Byfz9vSfVtga0Oj4XtBguOr2IwxFf1msD/c2X440LLo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H8OQXwDDhcMzu2+2w9QtjKNAaBNhptVYahWvfxIwsjw44X8hHcQMgXCAaZ7WC/6dM 2VfyKhhkobKHe4fYj26Q+cr4B5FxfWggOQC5U8/6zJrGgLkICwmW9Ge6RmIl6HvFgx hvyevW/vY7MuNj3VlsWWRpgbQ41QRTfJm1Ox1RMuNYAiIuoID9dXzcJOtTA1d7tmja hbU95w/KchruARv4NfCiOLqZGbv7fDLEU1M/09sFdPllCCPa53r71BedUjEiXSZvWZ k+T+CZ2mH3NTxIZgkJ4h9+sSHJEmGWJ309ZDyzMErrRLIJSBUlVWo+gcsisjd0RRs2 lk4nDtXA9j+7g== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id ED5234035A; Sat, 13 Aug 2022 15:08:54 -0300 (-03) Date: Sat, 13 Aug 2022 15:08:54 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: zhengjun.xing@linux.intel.com, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@intel.com, jolsa@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, ak@linux.intel.com, kan.liang@linux.intel.com Subject: Re: [PATCH 00/11] Add generated latest Intel events and metrics Message-ID: References: <20220812085239.3089231-1-zhengjun.xing@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Fri, Aug 12, 2022 at 01:53:54PM -0700, Ian Rogers escreveu: > On Fri, Aug 12, 2022 at 1:51 AM wrote: > > > From: Zhengjun Xing > > > > The goal of this patch series is to align the json events for Intel > > platforms with those generated by: > > > > https://github.com/intel/event-converter-for-linux-perf/blob/master/download_and_gen.py > > This script takes the latest event json and TMA metrics from: > > https://download.01.org/perfmon/ and adds to these metrics, in > > particular uncore ones, from: https://github.com/intel/perfmon-metrics > > > > Compared to the previous json, the major changes are: > > - Add new metrics “UNCORE_FREQ” for Linux perf,this new metric can be > > added to all platforms that have Sockets_CLKS. > > - Remove duplicated uncore events. > > - the inclusion of previously ungenerated and experimental uncore events. > > > > Zhengjun Xing (11): > > perf vendor events: Update metrics for broadwellde > > perf vendor events: Update events and metrics for broadwellx > > perf vendor events: Update events and metrics for cascadelakex > > perf vendor events: Update events and metrics for haswellx > > perf vendor events: Update events and metrics for icelakex > > perf vendor events: Update metrics for ivytown > > perf vendor events: Update metrics for jaketown > > perf vendor events: Update events for knightslanding > > perf vendor events: Update metrics for sapphirerapids > > perf vendor events: Update events and metrics for skylakex > > perf vendor events: Update events for snowridgex > > > > Tested-by: Ian Rogers Thanks, applied. - Arnaldo > Thanks, > Ian > > > > .../arch/x86/broadwellde/bdwde-metrics.json | 6 + > > .../arch/x86/broadwellx/bdx-metrics.json | 6 + > > .../arch/x86/broadwellx/uncore-cache.json | 163 +- > > .../arch/x86/cascadelakex/clx-metrics.json | 6 + > > .../arch/x86/cascadelakex/uncore-memory.json | 4424 +- > > .../arch/x86/cascadelakex/uncore-other.json | 23162 +++++++++- > > .../arch/x86/cascadelakex/uncore-power.json | 201 + > > .../arch/x86/haswellx/hsx-metrics.json | 411 +- > > .../arch/x86/haswellx/uncore-cache.json | 173 +- > > .../arch/x86/icelakex/icx-metrics.json | 6 + > > .../arch/x86/icelakex/uncore-memory.json | 1523 + > > .../arch/x86/icelakex/uncore-other.json | 38506 +++++++++++++++- > > .../arch/x86/icelakex/uncore-power.json | 225 + > > .../arch/x86/ivytown/ivt-metrics.json | 6 + > > .../arch/x86/jaketown/jkt-metrics.json | 6 + > > .../arch/x86/knightslanding/uncore-other.json | 213 + > > .../arch/x86/sapphirerapids/spr-metrics.json | 6 + > > .../arch/x86/skylakex/skx-metrics.json | 6 + > > .../arch/x86/skylakex/uncore-memory.json | 3566 +- > > .../arch/x86/skylakex/uncore-other.json | 23442 +++++++++- > > .../arch/x86/skylakex/uncore-power.json | 201 + > > .../arch/x86/snowridgex/uncore-other.json | 111 +- > > 22 files changed, 91393 insertions(+), 4976 deletions(-) > > create mode 100644 > > tools/perf/pmu-events/arch/x86/cascadelakex/uncore-power.json > > create mode 100644 > > tools/perf/pmu-events/arch/x86/skylakex/uncore-power.json > > > > -- > > 2.25.1 > > > > -- - Arnaldo