[PATCH 00/10] tools lib traceveent: Pull updates from trace-cmd library

From: Steven Rostedt
Date: Thu Jan 11 2018 - 19:48:32 EST



I went through the commits that were added to event-parse in trace-cmd
and synced them up for what is in tools/lib/traceevent. These are
patches that are missing from the kernel tree.

Federico Vaga (1):
lib traceevent: Use asprintf when possible

Jan Kiszka (1):
lib traceevent: Print value of unknown symbolic fields

Michael Sartain (2):
lib, traceevent: Fix bad force_token escape sequence
lib traceevent: Add UL suffix to MISSING_EVENTS

Steven Rostedt (VMware) (5):
lib traceevent: Show value of flags that have not been parsed
lib traceevent: Simplify pointer print logic and fix %pF
lib traceevent: Handle new pointer processing of bprint strings
lib traceevent: Show contents (in hex) of data of unrecognized type records
lib traceevent: Fix get_field_str() for dynamic strings

Taeung Song (1):
lib traceeevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()

----
tools/lib/traceevent/event-parse.c | 62 +++++++++++++++++++++++++++++-------
tools/lib/traceevent/event-plugin.c | 24 ++++++--------
tools/lib/traceevent/kbuffer-parse.c | 4 +--
tools/lib/traceevent/parse-filter.c | 22 ++++++++-----
4 files changed, 76 insertions(+), 36 deletions(-)