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

From: Arnaldo Carvalho de Melo
Date: Tue Jan 08 2019 - 08:45:22 EST


Em Fri, Nov 30, 2018 at 11:08:07PM -0500, Steven Rostedt escreveu:
> Arnaldo and Jiri,
>
> 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.

Thanks, applied.

- Arnaldo

> 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(-)

--

- Arnaldo