On Fri, 2 Aug 2019 14:00:59 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > All existing plugins are moved from plugins/ to plugins/traceevent/ > directory, as all of them (except plugin_python) are designed to be > used with the traceevent library. This change paves the way for > implementing trace-cmd specific plugins. > > Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > To make this more consistent with the kernel, let's move it to: lib/traceevent/plugins and I would suggest making a patch for the kernel to move all the plugin code to: tools/lib/traceevent/plugins We could then have the trace-cmd plugins be in: lib/trace-cmd/plugins That way we know what goes with what library. -- Steve