Hi Arnaldo, We noticed that the libtraceevent in trace-cmd.git is a bit out of sync with what is in the kernel. These patches can help bring it by in sync again. -- Steve Jan Kiszka (1): tools lib traceevent: Add more SVM exit reasons Steven Rostedt (Red Hat) (2): tools lib traceevent: Add API to read time information from kbuffer tools lib traceevent: Add plugin for tlb_flush Tom Zanussi (1): tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling Tzvetomir Stoyanov (VMware) (5): tools lib traceevent: Add tep_load_plugins_hook() API tools lib traceevent: Add interface for options to plugins tools lib traceevent: Introduced new traceevent API, for adding new plugins directories. tools lib traceevent: Add support for more printk format specifiers tools lib traceevent: Optimize pretty_print() function ---- tools/lib/traceevent/event-parse-local.h | 22 +- tools/lib/traceevent/event-parse.c | 1004 +++++++++++++++++++++-------- tools/lib/traceevent/event-parse.h | 18 + tools/lib/traceevent/event-plugin.c | 261 +++++++- tools/lib/traceevent/kbuffer-parse.c | 43 +- tools/lib/traceevent/kbuffer.h | 2 + tools/lib/traceevent/plugins/Build | 1 + tools/lib/traceevent/plugins/Makefile | 1 + tools/lib/traceevent/plugins/plugin_kvm.c | 23 +- tools/lib/traceevent/plugins/plugin_tlb.c | 81 +++ 10 files changed, 1182 insertions(+), 274 deletions(-) create mode 100644 tools/lib/traceevent/plugins/plugin_tlb.c