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 EADD5C77B71 for ; Fri, 14 Apr 2023 08:20:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230111AbjDNIUq (ORCPT ); Fri, 14 Apr 2023 04:20:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229924AbjDNIUn (ORCPT ); Fri, 14 Apr 2023 04:20:43 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C68F30EA; Fri, 14 Apr 2023 01:20:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kdFcWL/2CdoU/pjcyz85l0kcofXKNlxtadF8DUNS0CI=; b=BL/DmGmgZZvTtenuk2dHqfixGV h5lj5lk49VIydyseMenJz633+HVyaH2oq/6AKN5buVhM9CorBCWO9otDwvCnntnOSFkviASdfl5Td va+XVvVRTB3ynrg2/mUzlXOhq2I0wtq4PEGNkLGqCp8J3tHjgO1VHOyIoWRdLbN9JTPAelLeJDe/q CCANUurjbkgIvl2dfQA3pzcGm9zb2nHud7KC1QQnymY88nBlLauTCsstKqbLomkZzoyaI2snYzrbn UHTQJyUm80yIwI1uWGdTiawV2n1sDX550VC8fZPlYNnSkrIv6mPAlCutSt75IdkY+g4J7Qt22lNcN JAK2LDnQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pnEdO-00FWlu-1h; Fri, 14 Apr 2023 08:20:19 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 0DFF93001E4; Fri, 14 Apr 2023 10:18:16 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id BAE5020D0CF47; Fri, 14 Apr 2023 10:18:16 +0200 (CEST) Date: Fri, 14 Apr 2023 10:18:16 +0200 From: Peter Zijlstra To: Arnaldo Carvalho de Melo Cc: Ian Rogers , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Zhengjun Xing , Kan Liang , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Edward Baker , Perry Taylor , Caleb Biggers , Stephane Eranian Subject: Re: [PATCH v3 00/21] Update uncore topics, 1x event updates, 2x new archs. Message-ID: <20230414081816.GS4253@hirez.programming.kicks-ass.net> References: <20230413132949.3487664-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 13, 2023 at 11:04:05AM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Apr 13, 2023 at 06:29:28AM -0700, Ian Rogers escreveu: > > Update the uncore PMUs and topic classification as created by: > > https://github.com/intel/perfmon/pull/70 > > > > Event updates stem from: > > https://github.com/intel/perfmon/pull/68 > > impacting alderlake, icelakex and sapphirerapids. > > > > Grand Ridge and Sierra Forest events stem from: > > https://github.com/intel/perfmon/pull/69 > > > > Changes generated by with PR70 in place: > > https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py > > > > v3. Rebase over the update of alderlake and icelakex events. > > v2. Adds improvements to uncore topics, uncore PMU name fixes and > > fixes a trigraph issue from ??? being in the json. > > b4 isn't liking it: Fwiw, the way I've set up b4 it takes the patches from my local mailstore and it doesn't matter what made it out to lkml. Specifically, I pipe the patches from mutt directly into b4. I think there's some information in the b4 docs on how to set that up, but let me know if you want more info.