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 X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20A95C433E7 for ; Mon, 12 Oct 2020 10:12:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C48D7208B6 for ; Mon, 12 Oct 2020 10:12:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NfWp+kBZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729586AbgJLKMV (ORCPT ); Mon, 12 Oct 2020 06:12:21 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:46421 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729584AbgJLKMV (ORCPT ); Mon, 12 Oct 2020 06:12:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602497540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=S7UY0NqcxaCpDu11VSHh3rOGwOGkuQSUNrquH3JIcFk=; b=NfWp+kBZvRwcSGDjYIa5vvOrn2aO3zZHKfOzlJqX780mCPsvz03B/qgDSY8yfSABzPaeRJ Xw5YrZd5UFf6GAeJAURDzBE+RYiHpBkko+fkziPsa6dIcmmbo0w/nNJvhA8TjD/ahoFBd6 DfSBMhCbmhFFKfosLLutxWH8qX4FCU8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-234-49nESNQbPXK-3K0C6gKbSw-1; Mon, 12 Oct 2020 06:12:16 -0400 X-MC-Unique: 49nESNQbPXK-3K0C6gKbSw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 262AB4239D; Mon, 12 Oct 2020 10:12:14 +0000 (UTC) Received: from krava (unknown [10.40.195.81]) by smtp.corp.redhat.com (Postfix) with SMTP id E09015C225; Mon, 12 Oct 2020 10:12:09 +0000 (UTC) Date: Mon, 12 Oct 2020 12:12:08 +0200 From: Jiri Olsa To: Steven Rostedt Cc: LKML , Linux Trace Devel , Zamir SUN , Arnaldo Carvalho de Melo , 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: Re: [ANNOUNCE] libtraceevent.git Message-ID: <20201012101208.GF1099489@krava> References: <20201007130750.49349844@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007130750.49349844@gandalf.local.home> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On Wed, Oct 07, 2020 at 01:07:50PM -0400, Steven Rostedt wrote: > 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. hi, I'm adding this as fedora package, is there a source arhive somewhere in git.kernel.org for libtraceevent that spec could download? thanks, jirka