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 50923C4332F for ; Wed, 14 Dec 2022 14:22:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238044AbiLNOWw (ORCPT ); Wed, 14 Dec 2022 09:22:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237347AbiLNOWv (ORCPT ); Wed, 14 Dec 2022 09:22:51 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1D79275F9; Wed, 14 Dec 2022 06:22:49 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5C2BB61AAF; Wed, 14 Dec 2022 14:22:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92F69C433D2; Wed, 14 Dec 2022 14:22:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671027768; bh=L/6XW+ZNaYBnNXDgz9LNIZ/Q7OYbAfpqXmx5Wzw2qkE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k7/zSKAJKvG7+Zwh+DD4UGlFvaZgRCvibaA0dl7Kjlnhnsy6KTWrxtQQ19tjTCgoR mHSXJ9tzVfw30SaPC4zisqeZ6adHrRegKJwJC/aQ8cGImGF3wIsMFHyEPbR9yK2UjZ tFR/Hgl34OUOB9K6Llbp9d4jxONI8mBHG0+urs5n7/4PgWtYE/x+ymQTgVtFbGTRff RE5JjZK4Z6a4mv285VRNGlkg8ZjpfWYa+tI9fh6T39MTHmpNnW5U3F5/DoE3hLx5yJ Vl87uKGKHfs5xDtSdzlo6FSKE2G70V0EwIEVry6rHsSaqEI4+T64QdfGmGiUU3g3km ewwjAfGtSd+Lw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 35BAE40367; Wed, 14 Dec 2022 11:22:45 -0300 (-03) Date: Wed, 14 Dec 2022 11:22:45 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Alexey Bayduraev , Adrian Hunter , Anshuman Khandual , Andi Kleen , James Clark , Sandipan Das , German Gomez , Leo Yan , Timothy Hayes , Kan Liang , Xing Zhengjun , Kim Phillips , Riccardo Mancini , Sean Christopherson , shaomin Deng , Eelco Chaudron , Athira Jajeev , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, bpf@vger.kernel.org, Stephane Eranian Subject: Re: [PATCH v1 0/5] build/libtraceevent resends Message-ID: References: <20221213232651.1269909-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221213232651.1269909-1-irogers@google.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Tue, Dec 13, 2022 at 03:26:46PM -0800, Ian Rogers escreveu: > All patches on the acme perf/core branch. > > Resend incremental build fix python plugin: > https://lore.kernel.org/lkml/20221205225940.3079667-4-irogers@google.com/ > > Break apart and resend libtraceevent debug logging support: > https://lore.kernel.org/linux-perf-users/20210923001024.550263-4-irogers@google.com/ > > Switch "#if HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE" to "#if > MAKE_LIBTRACEEVENT_VERSION(1, 5, 0) <= LIBTRACEEVENT_VERSION", > ensuring trace-event.h is included as discussed on the mailing list. > > Resend removal of --group option: > https://lore.kernel.org/lkml/20220707195610.303254-1-irogers@google.com/ Thanks, applied. - Arnaldo > Ian Rogers (5): > perf build: Fix python/perf.so library's name > perf trace-event: Add libtraceevent version tools to header > libtraceevent: Increase libtraceevent logging when verbose > perf trace-event: Use version check to avoid 1 define > perf evlist: Remove group option. > > tools/perf/Documentation/perf-record.txt | 4 ---- > tools/perf/Documentation/perf-top.txt | 7 ++---- > tools/perf/Makefile.config | 8 +++---- > tools/perf/Makefile.perf | 2 +- > tools/perf/builtin-record.c | 2 -- > tools/perf/builtin-stat.c | 6 ----- > tools/perf/builtin-top.c | 2 -- > tools/perf/builtin-trace.c | 2 +- > tools/perf/tests/attr/README | 2 -- > tools/perf/tests/attr/test-record-group | 22 ------------------- > tools/perf/tests/attr/test-stat-group | 17 -------------- > tools/perf/util/data-convert-bt.c | 3 ++- > tools/perf/util/debug.c | 10 +++++++++ > tools/perf/util/evlist.c | 2 +- > tools/perf/util/evlist.h | 2 -- > tools/perf/util/evsel.c | 2 +- > tools/perf/util/python.c | 10 +-------- > tools/perf/util/record.c | 7 ------ > tools/perf/util/record.h | 1 - > .../util/scripting-engines/trace-event-perl.c | 2 +- > .../scripting-engines/trace-event-python.c | 2 +- > tools/perf/util/sort.c | 3 ++- > tools/perf/util/trace-event.h | 13 +++++++++++ > 23 files changed, 39 insertions(+), 92 deletions(-) > delete mode 100644 tools/perf/tests/attr/test-record-group > delete mode 100644 tools/perf/tests/attr/test-stat-group > > -- > 2.39.0.314.g84b9a713c41-goog -- - Arnaldo