|
@@ -264,10 +264,10 @@ void traceevent_plugin_remove_options(struct tep_plugin_option *options)
|
|
|
* @s: the trace_seq descripter to write to
|
|
|
* @prefix: The prefix string to add before listing the option name
|
|
|
* @suffix: The suffix string ot append after the option name
|
|
|
- * @list: The list of plugins (usually returned by traceevent_load_plugins()
|
|
|
+ * @list: The list of plugins (usually returned by tep_load_plugins()
|
|
|
*
|
|
|
* Writes to the trace_seq @s the list of plugins (files) that is
|
|
|
- * returned by traceevent_load_plugins(). Use @prefix and @suffix for formating:
|
|
|
+ * returned by tep_load_plugins(). Use @prefix and @suffix for formating:
|
|
|
* @prefix = " ", @suffix = "\n".
|
|
|
*/
|
|
|
void traceevent_print_plugins(struct trace_seq *s,
|
|
@@ -431,7 +431,7 @@ load_plugins(struct tep_handle *pevent, const char *suffix,
|
|
|
}
|
|
|
|
|
|
struct plugin_list*
|
|
|
-traceevent_load_plugins(struct tep_handle *pevent)
|
|
|
+tep_load_plugins(struct tep_handle *pevent)
|
|
|
{
|
|
|
struct plugin_list *list = NULL;
|
|
|
|
|
@@ -440,7 +440,7 @@ traceevent_load_plugins(struct tep_handle *pevent)
|
|
|
}
|
|
|
|
|
|
void
|
|
|
-traceevent_unload_plugins(struct plugin_list *plugin_list, struct tep_handle *pevent)
|
|
|
+tep_unload_plugins(struct plugin_list *plugin_list, struct tep_handle *pevent)
|
|
|
{
|
|
|
tep_plugin_unload_func func;
|
|
|
struct plugin_list *list;
|