mbox series

[0/3] libtracefs: Map kallsyms, saved_cmdlines and printk_formats

Message ID 20210410003727.2288762-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Map kallsyms, saved_cmdlines and printk_formats | expand

Message

Steven Rostedt April 10, 2021, 12:37 a.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Now that libtraceevent 1.2 has a way to easily load kallsyms,
saved_cmdlines, and printk_formats into the tep handler, have this
happen by default when loading the events.

This will make the reading of events have better output as there will be
more information to parse the events correctly.

Steven Rostedt (VMware) (3):
  libtracefs: Make libtraceevent 1.2 the minimum version
  libtracefs: Add parameter to turn off warnings in str_read_file()
  libtracefs: Add loading of mappings in fill_local_events_system()

 Makefile                |  2 +-
 include/tracefs-local.h |  2 +-
 src/tracefs-events.c    | 72 +++++++++++++++++++++++++++++++++++++++--
 src/tracefs-instance.c  |  2 +-
 src/tracefs-utils.c     |  8 +++--
 5 files changed, 77 insertions(+), 9 deletions(-)