Lines Matching refs:_
26 The _tep_load_plugins()_ function loads all plugins, located in the plugin
34 _(install_preffix)/lib/traceevent/plugins_
36 - User's plugin directory, located at _~/.local/lib/traceevent/plugins_
40 _tep_set_flag()_ API:
47 The _tep_set_flag()_ API needs to be called before _tep_load_plugins()_, if
50 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by
51 _tep_load_plugins()_. The _tep_ argument is trace event parser context. The
53 the _tep_load_plugins()_ function.
56 and calls user specified _load_plugin()_ hook for each plugin file. Only files
58 context, passed to _load_plugin()_. Directories and the walk order are the same
59 as in _tep_load_plugins()_ API.
63 The _tep_load_plugins()_ function returns a list of successfully loaded plugins,
103 _libtraceevent(3)_, _trace-cmd(1)_, _tep_set_flag(3)_