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 78892C433F5 for ; Wed, 11 May 2022 07:35:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238287AbiEKHfv (ORCPT ); Wed, 11 May 2022 03:35:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233311AbiEKHfs (ORCPT ); Wed, 11 May 2022 03:35:48 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06FE26156; Wed, 11 May 2022 00:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=GtHBDOUv2SzILplqvasL40fJchCRZ1Q3JxJsRuhLFOg=; b=ue5w9Io/qs8nKUru5wPeBZMCS0 qecYrDjALr2lY8idf/RRbktFJQrTrZAmAFmX7VsYoZ57oq4P2mnWWkzLTDvxoeRP+zmMnPeEya/St ks4nZc177nCeYAKGjnvHYZVxeWhNN1E6F2INkQZSbY2UpyEqeo7KOhPKT+MTE2ZAX0mmCzKE5u4SD hZnitVD3sUS54rzbq16hDFZQAdlRvE/32GLlkeWmAifQoVfYFBSKjtCfHml6X5D10XoA8tTc2xcls 0j8UrfBgaY3q+1eSiSAU58rfjZF6r0wsm3Cr0ln7/QozmOUnNHtibvtd/QDcAks8v9Lt6WGE6uIJy EQAOku8g==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nogsA-005ElP-5C; Wed, 11 May 2022 07:35:02 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id BD4D0980E3A; Wed, 11 May 2022 09:35:01 +0200 (CEST) Date: Wed, 11 May 2022 09:35:01 +0200 From: Peter Zijlstra To: Ian Rogers Cc: Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , John Garry , Kan Liang , Andi Kleen , Zhengjun Xing , Felix Fietkau , Qi Liu , Like Xu , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Nick Forrington , Kajol Jain , James Clark , Andrew Kilroy , "Paul A . Clarke" , Will Deacon , Mathieu Poirier , ananth.narayan@amd.com, ravi.bangoria@amd.com, santosh.shukla@amd.com, sandipan.das@amd.com, Caleb Biggers , Perry Taylor , Kshipra Bopardikar , Stephane Eranian Subject: Re: [PATCH 0/7] Rewrite jevents program in python Message-ID: <20220511073501.GW76023@worktop.programming.kicks-ass.net> References: <20220511070133.710721-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220511070133.710721-1-irogers@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2022 at 12:01:26AM -0700, Ian Rogers wrote: > The changes here switch from jevents.c to a rewrite in python called > jevents.py. This means there is a build time dependency on python, but > such a dependency already exists for asciidoc (used to generate perf's > man pages). You mean just building perf (not the docs) will now require snake stuff? That's very tedious :/ I don't typically have snakes on my machines.