plugin_list 397 tools/lib/traceevent/event-parse.h void tep_unload_plugins(struct tep_plugin_list *plugin_list, plugin_list 275 tools/lib/traceevent/event-plugin.c struct tep_plugin_list **plugin_list = data; plugin_list 313 tools/lib/traceevent/event-plugin.c list->next = *plugin_list; plugin_list 316 tools/lib/traceevent/event-plugin.c *plugin_list = list; plugin_list 431 tools/lib/traceevent/event-plugin.c tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) plugin_list 436 tools/lib/traceevent/event-plugin.c while (plugin_list) { plugin_list 437 tools/lib/traceevent/event-plugin.c list = plugin_list; plugin_list 438 tools/lib/traceevent/event-plugin.c plugin_list = list->next; plugin_list 33 tools/perf/util/trace-event.c t->plugin_list = tep_load_plugins(pevent); plugin_list 67 tools/perf/util/trace-event.c tep_unload_plugins(t->plugin_list, t->pevent); plugin_list 17 tools/perf/util/trace-event.h struct tep_plugin_list *plugin_list;