From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> 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(-) -- 2.29.2