Lines Matching refs:pevent
270 load_plugin(struct tep_handle *pevent, const char *path, in load_plugin() argument
317 func(pevent); in load_plugin()
325 load_plugins_dir(struct tep_handle *pevent, const char *suffix, in load_plugins_dir() argument
327 void (*load_plugin)(struct tep_handle *pevent, in load_plugins_dir() argument
360 load_plugin(pevent, path, name, data); in load_plugins_dir()
367 load_plugins(struct tep_handle *pevent, const char *suffix, in load_plugins() argument
368 void (*load_plugin)(struct tep_handle *pevent, in load_plugins() argument
379 if (pevent->flags & TEP_DISABLE_PLUGINS) in load_plugins()
387 if (!(pevent->flags & TEP_DISABLE_SYS_PLUGINS)) in load_plugins()
388 load_plugins_dir(pevent, suffix, PLUGIN_DIR, in load_plugins()
398 load_plugins_dir(pevent, suffix, envdir, load_plugin, data); in load_plugins()
414 load_plugins_dir(pevent, suffix, path, load_plugin, data); in load_plugins()
420 tep_load_plugins(struct tep_handle *pevent) in tep_load_plugins() argument
424 load_plugins(pevent, ".so", load_plugin, &list); in tep_load_plugins()
429 tep_unload_plugins(struct plugin_list *plugin_list, struct tep_handle *pevent) in tep_unload_plugins() argument
439 func(pevent); in tep_unload_plugins()