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 71CB1C4332F for ; Wed, 21 Dec 2022 16:52:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234209AbiLUQw6 (ORCPT ); Wed, 21 Dec 2022 11:52:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230144AbiLUQw5 (ORCPT ); Wed, 21 Dec 2022 11:52:57 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95D561B79B; Wed, 21 Dec 2022 08:52:56 -0800 (PST) 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 2430D6186E; Wed, 21 Dec 2022 16:52:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55A31C433EF; Wed, 21 Dec 2022 16:52:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671641575; bh=g/GsqyV3uErpMRQwxfVP4411/v4qwiMvBe7PcgSp8PI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m7/4TZsAFC2sp/ekFj4qAG9FIBbM0aPEDcX33HoLBsw1ivLHxYPZo02WYb3P+SfdW VvPubxp7fiZqAb8DlUUWqbMoFEJG7r6HPOmYgsmzRTDQokx63ZSzW3TTfQZKuhVB0e SVda+hXF3L6BuQzMrGDddsSmu7IGrIbDCae4f0guZ80Hm16yYjbzmuz0HdsdBvcOVq CJhI3lMUSWoH5cUpVozCEtd1SApyp5BrFR/ws30U5LvNW33iOMvvk7DQ3w6kvGcB6a q80O991bweQVZxibP8Fq3dH5qRVno2FTy5fsqGmyr/KWJrapA5TaeHpOHJSJur9b7d Rk0AUVBi2lUnA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 81C9D40367; Wed, 21 Dec 2022 13:52:52 -0300 (-03) Date: Wed, 21 Dec 2022 13:52:52 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers , "Liang, Kan" Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Xing Zhengjun , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, John Garry , Stephane Eranian , Perry Taylor , Caleb Biggers Subject: Re: [PATCH v1 00/32] Refresh Intel vendor events Message-ID: References: <20221215064755.1620246-1-irogers@google.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-perf-users@vger.kernel.org Em Wed, Dec 21, 2022 at 01:31:11PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Dec 15, 2022 at 12:23:14PM -0500, Liang, Kan escreveu: > > On 2022-12-15 1:47 a.m., Ian Rogers wrote: > > > Use new repository [1] and converter script to regenerate Intel vendor > > > metrics. In particular this change removes unnecessary json fields and > > > correct uncore events that previously had a buggy converter. > > Thanks Ian. > > The patch series looks good to me. > > Acked-by: Kan Liang > b4 doesn't like it, I'll apply it manually, probably some went over > message size limits? Had to adjust the first one manually due, IIRC, to the hashmap changes that went upstream via the bpf tree, then use b4 3 times, cherrypicking ranges of the series to get all merged. Ian, please check what happened so that this isn't this manual next time. - Arnaldo