Searched refs:tep_add_plugin_path (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, 23 int *tep_add_plugin_path*(struct tep_handle pass:[*]tep, char pass:[*]path, 65 The *tep_add_plugin_path()* functions adds additional directories with plugins in 90 The *tep_add_plugin_path()* function returns -1 in case of an error, 0 otherwise. 100 tep_add_plugin_path(tep, "~/dev_plugins", TEP_PLUGIN_LAST);
|
H A D | libtraceevent.txt | 73 int *tep_add_plugin_path*(struct tep_handle pass:[*]tep, char pass:[*]path,
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-util.c | 356 tep_add_plugin_path(tep, path, TEP_PLUGIN_LAST); in trace_load_plugins()
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-plugin.c | 657 int tep_add_plugin_path(struct tep_handle *tep, char *path, in tep_add_plugin_path() function
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 398 int tep_add_plugin_path(struct tep_handle *tep, char *path,
|