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 B22B7C433EF for ; Thu, 28 Apr 2022 13:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347197AbiD1NeX (ORCPT ); Thu, 28 Apr 2022 09:34:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347167AbiD1NeW (ORCPT ); Thu, 28 Apr 2022 09:34:22 -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 584786378; Thu, 28 Apr 2022 06:31:08 -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 A98A460DE9; Thu, 28 Apr 2022 13:31:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E685DC385A9; Thu, 28 Apr 2022 13:31:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651152667; bh=DnP9exkGhsGYgxJxwNecTILtYI5DRDFnOujuiuYepj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A0aH/+ToIT48OzvZCW1iw33zWkGyK4bwq/us6yc9vdyyWwlPjTM7SeMkSWT6GBDj8 ofsXran7qP2k2IaWgpA/aNvpQlSiKEqsjcEoBUumZMBBzoN466NLksAyIYcREiKs9i QaQQW7Hp/1vx8yUH6LNjCFBne4DoL/3lNp0LrbNJVH+LNh/mqTvu4h0w4mkgz7BU/G a9OD0ZZjhkSU7ButZS9w3C64i86mYgMHUnMKMLwTkjsD/DTHxwF5CHgGGSLDIQ+B5m og97rBUTxFfb+H19gb8deojTOIQaOd8XzBBoL1jTm7PvoOp0iCpRC5v25YQlMdxgB7 EGXsIxd0StTMw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 5C017400B1; Thu, 28 Apr 2022 10:31:04 -0300 (-03) Date: Thu, 28 Apr 2022 10:31:04 -0300 From: Arnaldo Carvalho de Melo To: "Liang, Kan" Cc: Ian Rogers , 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: <96b5c9f4-f0a0-0019-8059-3e833c95b011@linux.intel.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org 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