Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp671177pxu; Wed, 7 Oct 2020 12:44:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy4g1UDyKxyB5SUx1/NgecJkVbnzrOtCv9HXBJq0BLaMuKAQm9Y2Jdoiu4XQtoHxawos8A5 X-Received: by 2002:a17:906:e2d7:: with SMTP id gr23mr5107158ejb.360.1602099852365; Wed, 07 Oct 2020 12:44:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602099852; cv=none; d=google.com; s=arc-20160816; b=zcIWDrq8rQZVzsQxe6lKTByMg1Pxf5s4HqXadgQJq7sqSuZ8PdrQI2SB9XLxaGHz1L LiY/P+Of81YLKEFRs/hv2qYqSu9f04+uZa8SSuGvnDu/C/PCGFOS6OSL++H9VDCGSenV 660zpKF+0xlPQg3ynLbKJ/tL9PHFqkRkX9nOqVTBOwIlDklK1Lt+D+cRWdvyc2KD94Lb 5CrrjQy099SbwfqW0UQ7bJwzfQ2rk4HNhnah9V0ajzPoYFTG+CgUNdl2e//3Zw/js0BH wnyqeUWVr8p3zrSUqEfoJsGUuY1WkZWZlEyHfS8jkUfpuJDx1qS5Nza9FeKOMAKBEAnx lwrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:subject:cc:to:from:date; bh=zPmp+d7OpJTXdRwo9k7aiU5w3W6YS2LK1ORXr6W/b6w=; b=QkAVrlIbcMXxaL99XF2DUIIPi8+r968ZzTbwP1EcODX+9vcmfdlCKxG7jmLTDmbeDO jNrL+36p0exf0eogMDZkb4eAYdAmlA1eSNBFhqz99McFZrDcCEKs4lERFYQDmpef8OT2 pj9AkgnEkoZlhadFPlO+V/pJPRBYIeyDa6FGum8lXn5/FlJ2RonvzKE0poLSxbb3okLX cN+NiVKGvN23pt0qBCI+bXJ0CN7WAwuhVGqinc1/nauR4gVSjF8DBPo/KHVMKUFPNd9V 85/sDrbQ3MvDR+7wtKx+7iTvq3s8HFZmyeX5tQsDwZYNzPZedULZuDarf0MWeztFpRSu h/gA== 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 c11si2516905edj.596.2020.10.07.12.43.46; Wed, 07 Oct 2020 12:44:12 -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 S1727701AbgJGRHy (ORCPT + 99 others); Wed, 7 Oct 2020 13:07:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:53890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726168AbgJGRHy (ORCPT ); Wed, 7 Oct 2020 13:07:54 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3F0CE21582; Wed, 7 Oct 2020 17:07:52 +0000 (UTC) Date: Wed, 7 Oct 2020 13:07:50 -0400 From: Steven Rostedt To: LKML , Linux Trace Devel Cc: Zamir SUN , Arnaldo Carvalho de Melo , Jiri Olsa , zsun@redhat.com, Vitaly Chikunov , Tzvetomir Stoyanov , Yordan Karadzhov , Ben Hutchings , Sudip Mukherjee , Tony Jones , John Kacur , Clark Williams , powertop@lists.01.org, Al Stone , Mauro Carvalho Chehab Subject: [ANNOUNCE] libtraceevent.git Message-ID: <20201007130750.49349844@gandalf.local.home> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I split out tools/lib/traceevent from the kernel tree using "git subtree", which recreates all the commits of a directory and makes that directory a stand alone. I then updated the Makefiles, and copied over some of the header files used to build the library. I pushed this up to: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ My hope is that this will now be the source of all updates to the libtraceevent library that can be used as a stand alone package that both perf and tracecmd can use. I would also like powertop and rasdaemon to use this as well. -- Steve