Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-plugins.txt6 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 Dlibtraceevent.txt67 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_,
/aosp_15_r20/external/libtraceevent/src/
H A Devent-plugin.c568 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 Dtrace-util.c294 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 Devent-parse.h403 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix,