Searched defs:plugin_list (Results 1 – 2 of 2) sorted by relevance
47 struct plugin_list { struct48 struct plugin_list *next; argument49 char *name;50 void *handle;287 struct plugin_list **plugin_list = data; in load_plugin() local449 traceevent_unload_plugins(struct plugin_list *plugin_list, struct pevent *pevent) in traceevent_unload_plugins()
16 struct plugin_list *plugin_list; member