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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 20FCEC43387 for ; Mon, 7 Jan 2019 22:51:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBFCD2070B for ; Mon, 7 Jan 2019 22:51:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727220AbfAGWvO (ORCPT ); Mon, 7 Jan 2019 17:51:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:36440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726667AbfAGWvO (ORCPT ); Mon, 7 Jan 2019 17:51:14 -0500 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (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 4D5A42070B; Mon, 7 Jan 2019 22:51:13 +0000 (UTC) Date: Mon, 7 Jan 2019 17:51:11 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Jiri Olsa , Namhyung Kim , Andrew Morton Subject: Re: [PATCH 0/6] tools/lib/traceevent: Some more library updates Message-ID: <20190107175111.5bab222f@gandalf.local.home> In-Reply-To: <20181201040807.154099010@goodmis.org> References: <20181201040807.154099010@goodmis.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 30 Nov 2018 23:08:07 -0500 Steven Rostedt wrote: > Arnaldo and Jiri, Ping. I think this slipped through the cracks. -- Steve > > Here's another set of patches to get us closer to having a legitimate > standalone library for libtraceevent. There's still a lot of man pages > to come, but I need to continue reviewing them. > > Please pull this tree (based on current tip/perf/core) or apply > the patches. > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > tip/perf/core > > Head SHA1: 5b2e18a71601544c4ae95e9ed1f953f3883714f5 > > > Tzvetomir Stoyanov (6): > tools/lib/traceevent: Initialize host_bigendian at tep_handle allocation > tools/lib/traceevent: Rename struct cmdline to struct tep_cmdline > tools/lib/traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs > tools/lib/traceevent: Changed return logic of tep_register_event_handler() API > tools/lib/traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian() > tools/lib/traceevent: Remove tep_data_event_from_type() API > > ---- > tools/lib/traceevent/event-parse-api.c | 4 +-- > tools/lib/traceevent/event-parse-local.h | 4 +-- > tools/lib/traceevent/event-parse.c | 62 +++++++++++++++----------------- > tools/lib/traceevent/event-parse.h | 16 +++++---- > tools/lib/traceevent/plugin_kvm.c | 2 +- > tools/lib/traceevent/trace-seq.c | 17 ++++++--- > 6 files changed, 56 insertions(+), 49 deletions(-)