Searched refs:tep_load_plugins_hook (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/Documentation/ ! |
D | libtraceevent-plugins.txt | 6 tep_load_plugins, tep_unload_plugins, tep_load_plugins_hook - Load / unload traceevent plugins. 16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_, 87 tep_load_plugins_hook(tep, ".so", print_plugin, NULL);
|
/linux-6.1.9/tools/lib/traceevent/ ! |
D | event-plugin.c | 566 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook() function 642 tep_load_plugins_hook(tep, ".so", load_plugin, &list); in tep_load_plugins()
|
D | event-parse.h | 396 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix,
|