Re: [PATCH 0/6] tools/lib/traceevent: Some more library updates

From: Steven Rostedt
Date: Mon Jan 07 2019 - 17:51:18 EST


On Fri, 30 Nov 2018 23:08:07 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> 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(-)