Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/traceevent/
Devent-plugin.c35 struct tep_plugin_list { struct
36 struct tep_plugin_list *next; argument
263 const struct tep_plugin_list *list) in tep_print_plugins()
275 struct tep_plugin_list **plugin_list = data; in load_plugin()
277 struct tep_plugin_list *list; in load_plugin()
421 struct tep_plugin_list*
424 struct tep_plugin_list *list = NULL; in tep_load_plugins()
431 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
434 struct tep_plugin_list *list; in tep_unload_plugins()
Devent-parse.h392 struct tep_plugin_list;
396 struct tep_plugin_list *tep_load_plugins(struct tep_handle *tep);
397 void tep_unload_plugins(struct tep_plugin_list *plugin_list,
406 const struct tep_plugin_list *list);
/Linux-v5.4/tools/lib/traceevent/Documentation/
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:[*]_…
60 struct tep_plugin_list *plugins = tep_load_plugins(tep);
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-v5.4/tools/perf/util/
Dtrace-event.h13 struct tep_plugin_list;
17 struct tep_plugin_list *plugin_list;