Home
last modified time | relevance | path

Searched refs:tep_load_plugins (Results 1 – 8 of 8) sorted by relevance

/external/libtraceevent/Documentation/
Dlibtraceevent-plugins.txt6 tep_load_plugins, tep_unload_plugins, tep_load_plugins_hook, tep_add_plugin_path,
15 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
30 The *tep_load_plugins()* function loads all plugins, located in the plugin
51 The *tep_set_flag()* API needs to be called before *tep_load_plugins()*, if
55 *tep_load_plugins()*. The _tep_ argument is trace event parser context. The
57 the *tep_load_plugins()* function.
63 as in *tep_load_plugins()* API.
66 the _tep_->plugins_dir list. It must be called before *tep_load_plugins()* in order
88 The *tep_load_plugins()* function returns a list of successfully loaded plugins,
102 struct tep_plugin_list *plugins = tep_load_plugins(tep);
Dlibtraceevent-set_flag.txt40 Note: plugin related flags must me set before calling *tep_load_plugins()* API.
Dlibtraceevent.txt60 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
/external/libtraceevent/
Dtest.c5 tep_load_plugins(NULL); in main()
/external/trace-cmd/lib/trace-cmd/
Dtrace-util.c367 list = tep_load_plugins(tep); in trace_load_plugins()
/external/libtraceevent/src/
Devent-plugin.c640 tep_load_plugins(struct tep_handle *tep) in tep_load_plugins() function
/external/libtracefs/Documentation/
Dlibtracefs-iterator.txt201 tep_load_plugins(tep);
/external/libtraceevent/include/traceevent/
Devent-parse.h400 struct tep_plugin_list *tep_load_plugins(struct tep_handle *tep);