Lines Matching +full:pass +full:- +full:1
5 ----
6 tep_load_plugins, tep_unload_plugins, tep_load_plugins_hook - Load / unload traceevent plugins.
9 --------
11 --
12 *#include <event-parse.h>*
14 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
15 void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]_…
16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_,
17 void (pass:[*]_load_plugin_)(struct tep_handle pass:[*]tep,
18 const char pass:[*]path,
19 const char pass:[*]name,
20 void pass:[*]data),
21 void pass:[*]_data_);
22 --
25 -----------
30 --
31 - Directories, specified in _tep_->plugins_dir with priority TEP_PLUGIN_FIRST
32 - System's plugin directory, defined at the library compile time. It
35 - Directory, defined by the environment variable _TRACEEVENT_PLUGIN_DIR_
36 - User's plugin directory, located at _~/.local/lib/traceevent/plugins_
37 - Directories, specified in _tep_->plugins_dir with priority TEP_PLUGIN_LAST
38 --
42 --
43 _TEP_DISABLE_SYS_PLUGINS_ - do not load plugins, located in
45 _TEP_DISABLE_PLUGINS_ - do not load any plugins.
46 --
62 ------------
67 -------
69 --
70 #include <event-parse.h>
89 --
92 -----
94 --
95 *event-parse.h*
97 *-ltraceevent*
99 --
102 --------
103 _libtraceevent(3)_, _trace-cmd(1)_, _tep_set_flag(3)_
106 ------
108 --
111 --
113 --------------
114 Report bugs to <linux-trace-devel@vger.kernel.org>
117 -------
121 ---------