On Fri, 12 Apr 2019 16:38:08 +0300 Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> wrote: > +DESCRIPTION > +----------- > +The _tep_load_plugins()_ function loads all plugins, located in the plugin > +directories. The _tep_ argument is trace event parser context. > +The plugin directories are : > +[verse] > +-- > + - System's plugin directory, defined at the library compile time. It > + depends on the library installation prefix and usually is > + _(install_preffix)/lib/traceevent/plugins_ > + - Directory, defined by the environment variable _TRACEEVENT_PLUGIN_DIR_ > + - User's plugin directory, located at _~/.traceevent/plugins_ We should change this to be: ~/.config/traceevent/plugins/plugins_*.so -- Steve