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 2D09DC433E7 for ; Mon, 12 Oct 2020 10:36:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C69AA208FE for ; Mon, 12 Oct 2020 10:36:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="IQAMJVeC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387573AbgJLKgK (ORCPT ); Mon, 12 Oct 2020 06:36:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:53144 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387536AbgJLKgK (ORCPT ); Mon, 12 Oct 2020 06:36:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602498968; 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=e7Xk0qyHOBfk4sUAOvT0bJnN0sVSulkImHrJ66Dlx2k=; b=IQAMJVeC4LiTnQVPPSvFY5/k5YKxp3p5xpS+Vy1SUCl9xeLjjAAjAD8dW9Ms3ysIAqLwRq RtPws8Khp2+L0qNkwtSyOJHPjua9xnsBzfHodSwEuC+AoxGFGrxmA77ulB1DUD8JBq1LW1 i/0NJQ7HRo8p1YuY3RiMosbvR5AaAMg= 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-91-bfn4AL3sOBSyofzYolpmJQ-1; Mon, 12 Oct 2020 06:36:05 -0400 X-MC-Unique: bfn4AL3sOBSyofzYolpmJQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A5061879514; Mon, 12 Oct 2020 10:36:02 +0000 (UTC) Received: from krava (unknown [10.40.195.81]) by smtp.corp.redhat.com (Postfix) with SMTP id A3C9A1A8EC; Mon, 12 Oct 2020 10:35:58 +0000 (UTC) Date: Mon, 12 Oct 2020 12:35:57 +0200 From: Jiri Olsa To: Zamir SUN Cc: Steven Rostedt , LKML , Linux Trace Devel , Arnaldo Carvalho de Melo , "Ziqian SUN (Zamir)" , 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: <20201012103557.GG1099489@krava> References: <20201007130750.49349844@gandalf.local.home> <20201012101208.GF1099489@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On Mon, Oct 12, 2020 at 06:19:14PM +0800, Zamir SUN wrote: > On Mon, Oct 12, 2020 at 6:12 PM Jiri Olsa wrote: > > > > 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? > > > > Hi Jiri, > > I was also working on it before. My way to get the source code is to > manually generate the tarball like what trace-cmd did before. > > See my copr > https://copr.fedorainfracloud.org/coprs/zsun/test/build/1699358/ > And the spec > > https://download.copr.fedorainfracloud.org/results/zsun/test/fedora-rawhide-x86_64/01699358-libtraceevent/libtraceevent.spec > > I haven't have time to follow-up Steven's reply of Oct 9th about the > document compiling yet. If you are willing to work on it now maybe you > can start on top of mine. Otherwise I'll follow-up the packaging > later. we discussed on irc and Zamir will continue on this ;-) plz let me know if I can help with something thanks, jirka