From: "Tzvetomir (VMware) Stoyanov" <tz.stoyanov@xxxxxxxxx> Few new tracemcd APIs were introduced recently, realted to opening trace.dat file on stages, pairing files from the same tracing session, getting extended guest VM information from the host trace file. These patches allows KernelShark to leverage these tracecmd enhansments. Tzvetomir (VMware) Stoyanov (4): kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file kernel-shark-2.alpha: Print the plugin's file name in case of loading error kernel-shark-2.alpha: Force trace-cmd.h to be used as plain C kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files Tzvetomir (VMware) Stoyanov (1): kernel-shark-2.alpha: Adjust the width of marker buttons src/KsDualMarker.cpp | 4 +- src/libkshark-plugin.c | 3 +- src/libkshark-tepdata.c | 175 ++++++++++++++++++++++++++++++++++++++- src/libkshark-tepdata.h | 10 +++ src/plugins/KVMCombo.cpp | 160 +++++++++++++++-------------------- src/plugins/KVMCombo.hpp | 16 ++-- 6 files changed, 260 insertions(+), 108 deletions(-) -- 2.25.1