On Wed, 28 Apr 2021 16:47:28 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > The "kvm_combo" plugin is still under tests and is yet to be added to > KernelShark. For the moment we remove it from the list of default > plugins for "tep" data, so that no warning message is being printed. I'm looking forward to where we can put this back to the default. Which reminds me. I see the other two plugins you posted patches for, have you posted the KVM combo one yet? -- Steve > > Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> > --- > src/libkshark-tepdata.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/libkshark-tepdata.c b/src/libkshark-tepdata.c > index bc5babb..f7cd083 100644 > --- a/src/libkshark-tepdata.c > +++ b/src/libkshark-tepdata.c > @@ -1210,7 +1210,6 @@ static void kshark_tep_init_methods(struct kshark_generic_stream_interface *inte > const char *tep_plugin_names[] = { > "sched_events", > "missed_events", > - "kvm_combo", > }; > > /**