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 4C325C433F5 for ; Wed, 4 May 2022 15:54:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352906AbiEDP5q (ORCPT ); Wed, 4 May 2022 11:57:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352867AbiEDP5g (ORCPT ); Wed, 4 May 2022 11:57:36 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 432A24614D; Wed, 4 May 2022 08:54:00 -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 ams.source.kernel.org (Postfix) with ESMTPS id EBBF8B82751; Wed, 4 May 2022 15:53:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83F8BC385AA; Wed, 4 May 2022 15:53:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651679637; bh=hK42V1qXW9Nw4EnqpcwFRHqPBSMsE7i8nQ7Y1H2QoT0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dYeDsO2bObVMEcwHDRrmcgXv+V9LVaJY5FUnS8ipZwc/8wbB9oE7w0T2cWk7dW8ZC d5RHD8vMtM8ezIuMrevjbVUT779098e6XvSLnrIqnp3S80GGU6os4V6catUU3zKasD i/GbbfvuHGrK3+5d40fS1S6PE88gJqqg9FLiNcOpuigybU5PHhIJsURXKASY2A9fm2 i9IQ2kwrMUQTR7xUVq5uXjlcSwyvIZclYMSaQmrqh8ODXR/Q8T9K8HL6rFNzOcCEz5 QHQfgglDhtRqz3p9TUwjl2lTF0wxAheYUTF0mhcYZITIzqsigLCFi2MGVA6EkWFIME rDqAniHWcaqZQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 0092C400B1; Wed, 4 May 2022 12:53:54 -0300 (-03) Date: Wed, 4 May 2022 12:53:54 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: "Liang, Kan" , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Maxime Coquelin , Alexandre Torgue , Xing Zhengjun , Andi Kleen , John Garry , James Clark , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH 1/7] perf vendor events intel: Update CLX events to v1.15 Message-ID: References: <20220428075730.797727-1-irogers@google.com> <96b5c9f4-f0a0-0019-8059-3e833c95b011@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, May 04, 2022 at 12:50:20PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, May 03, 2022 at 12:47:25PM -0700, Ian Rogers escreveu: > > On Thu, Apr 28, 2022 at 6:31 AM Arnaldo Carvalho de Melo > > wrote: > > > > > > Em Thu, Apr 28, 2022 at 09:12:26AM -0400, Liang, Kan escreveu: > > > > > > > > > > > > On 4/28/2022 3:57 AM, Ian Rogers wrote: > > > > > Events are generated for CascadeLake Server v1.15 with > > > > > events from: > > > > > https://download.01.org/perfmon/CLX/ > > > > > > > > > > Using the scripts at: > > > > > https://github.com/intel/event-converter-for-linux-perf/ > > > > > > > > > > This change updates descriptions, adds INST_DECODED.DECODERS and > > > > > corrects a counter mask in UOPS_RETIRED.TOTAL_CYCLES. > > > > > > > > > > Signed-off-by: Ian Rogers > > > > > > > > Thanks Ian. For the whole series, > > > > > > > > Reviewed-by: Kan Liang > > > > > > Thanks, applied. > > > > > > - Arnaldo > > > > Thanks Arnaldo, it looks like CLX was accidentally skipped. > > Checking, I usually take these using b4... Got it now, checked the other 6 patches are in. Thanks for pointing this out. - Arnaldo