Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4188776pxu; Mon, 12 Oct 2020 11:44:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzlxXaU6EviuRa20KO4WKq2xb7FRAA+6Ugs2aYWZ6xUlPHqdXWEGuzRnjQp9jZp+ImjhIlZ X-Received: by 2002:a50:c38e:: with SMTP id h14mr16379362edf.174.1602528268852; Mon, 12 Oct 2020 11:44:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602528268; cv=none; d=google.com; s=arc-20160816; b=YSvPXb8bBLLmbT2n1QdeZ5XwL4Boxpb70+EATHYMgpz4eP1ycE+2vUEqx8VzmyVMzW YC7fvdMlRQuwYt8X/x4yM/A86vVhX2ISm4r+EguxkhKs6CGJi1GX2jiFY5edEOJjlt74 edBR6mAlpKujChLS7WQVFixujSYMhyG03ukV8wL1nBCVZd52n5BIkH2mZ5vAxkf5NXhL 3aQekvO9srhdTTi8VcuRElyPn2FwHdkUjswyMKBkVX/gaOMgLF9+RvHmLfLSznDU/o5G wXoEr9zyJLpFY+GdGdedLY8d84p9HkE/LbZoTviD7hpF8PhcjG2EIhJA1VvrCKcaUePn a/xQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=pEVTErFnpf/Ox1GyS4PIaefBYMtrEf+ac2xsD/lgcak=; b=TazAGx4Uca0bFXusmsAzSqyImUbA02+U0mcW4dyGOwa9RjxGpA98OpyDQoKqF8x+O7 9lYBT2LtbukASM730p47UI3YxxhtCdtE1VAMVnemGWcWeZui8Ds921ezC2vfovG5BZnT zRsZX2FG4WsskvMsvtHD77bRUUcBaFFyGEBQsR+mnD2SkjZsjKyt+jIPozetR/8fxT7c 7RvMQFXjOVQvP56zU45jRSEhFqVN3Iguy/3xhlx12XTkaG7FEXPlLN2xFH2/2lAt7jEi KeHVRWLIdhGXiYd0MfPgGZKwRWD5QB42dxx9N7H5y/+JENQ9d7XElcwvLaPk+0/VoaUH Z7DQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y5si12804134ejf.667.2020.10.12.11.44.04; Mon, 12 Oct 2020 11:44:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387823AbgJLSla (ORCPT + 99 others); Mon, 12 Oct 2020 14:41:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:42542 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbgJLSla (ORCPT ); Mon, 12 Oct 2020 14:41:30 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 0507AAC4C; Mon, 12 Oct 2020 18:41:29 +0000 (UTC) Date: Mon, 12 Oct 2020 11:41:20 -0700 From: Tony Jones To: Steven Rostedt Cc: Jiri Olsa , LKML , Linux Trace Devel , Zamir SUN , Arnaldo Carvalho de Melo , zsun@redhat.com, Vitaly Chikunov , Tzvetomir Stoyanov , Yordan Karadzhov , Ben Hutchings , Sudip Mukherjee , John Kacur , Clark Williams , powertop@lists.01.org, Al Stone , Mauro Carvalho Chehab Subject: Re: [ANNOUNCE] libtraceevent.git Message-ID: <20201012184120.GN13697@suse.de> References: <20201007130750.49349844@gandalf.local.home> <20201012101208.GF1099489@krava> <20201012111950.55a73588@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201012111950.55a73588@gandalf.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 12, 2020 at 11:19:50AM -0400, Steven Rostedt wrote: > Once it's shown that it works for all the package maintainers, I will tag > it which should create the tarballs automatically on the above link. Hi. It builds fine for me after manually creating the tarball from git. Once there is an official versioned tarball I'll push it into openSUSE. I presume some perf Makefile changes will be forthcoming to use it, rather than continuing to force build it out of TRACE_EVENT_DIR Tony