Home
last modified time | relevance | path

Searched refs:tep_plugin_list (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/traceevent/
A Devent-plugin.c36 struct tep_plugin_list { struct
37 struct tep_plugin_list *next; argument
434 const struct tep_plugin_list *list) in tep_print_plugins()
446 struct tep_plugin_list **plugin_list = data; in load_plugin()
449 struct tep_plugin_list *list; in load_plugin()
637 struct tep_plugin_list*
640 struct tep_plugin_list *list = NULL; in tep_load_plugins()
696 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
699 struct tep_plugin_list *list; in tep_unload_plugins()
A Devent-parse.h381 struct tep_plugin_list;
392 struct tep_plugin_list *tep_load_plugins(struct tep_handle *tep);
393 void tep_unload_plugins(struct tep_plugin_list *plugin_list,
410 const struct tep_plugin_list *list);
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-plugins.txt14 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:[*]_…
74 struct tep_plugin_list *plugins = tep_load_plugins(tep);
A Dlibtraceevent.txt43 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
44 …void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]…
49 …nst char pass:[*]_prefix_, const char pass:[*]_suffix_, const struct tep_plugin_list pass:[*]_list…
/linux/tools/perf/util/
A Dtrace-event.h13 struct tep_plugin_list;
18 struct tep_plugin_list *plugin_list;

Completed in 25 milliseconds