Searched refs:tep_load_plugins_hook (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libtraceevent/Documentation/ |
H A D | libtraceevent-plugins.txt | 6 tep_load_plugins, tep_unload_plugins, tep_load_plugins_hook, tep_add_plugin_path, 17 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_, 59 The *tep_load_plugins_hook()* function walks through all directories with plugins 115 tep_load_plugins_hook(tep, ".so", print_plugin, NULL);
|
H A D | libtraceevent.txt | 67 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_,
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-plugin.c | 568 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook() function 644 tep_load_plugins_hook(tep, ".so", load_plugin, &list); in tep_load_plugins()
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-util.c | 294 tep_load_plugins_hook(NULL, suffix, add_plugin_file, &pdata); in trace_util_find_plugin_files()
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 403 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix,
|