aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/traceevent/event-parse.h')
-rw-r--r--tools/lib/traceevent/event-parse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
index 1abf15882460..2a7b0a857f39 100644
--- a/tools/lib/traceevent/event-parse.h
+++ b/tools/lib/traceevent/event-parse.h
@@ -389,12 +389,12 @@ enum tep_errno {
389}; 389};
390#undef _PE 390#undef _PE
391 391
392struct plugin_list; 392struct tep_plugin_list;
393 393
394#define INVALID_PLUGIN_LIST_OPTION ((char **)((unsigned long)-1)) 394#define INVALID_PLUGIN_LIST_OPTION ((char **)((unsigned long)-1))
395 395
396struct plugin_list *tep_load_plugins(struct tep_handle *pevent); 396struct tep_plugin_list *tep_load_plugins(struct tep_handle *pevent);
397void tep_unload_plugins(struct plugin_list *plugin_list, 397void tep_unload_plugins(struct tep_plugin_list *plugin_list,
398 struct tep_handle *pevent); 398 struct tep_handle *pevent);
399char **tep_plugin_list_options(void); 399char **tep_plugin_list_options(void);
400void tep_plugin_free_options_list(char **list); 400void tep_plugin_free_options_list(char **list);
@@ -403,7 +403,7 @@ int tep_plugin_add_options(const char *name,
403void tep_plugin_remove_options(struct tep_plugin_option *options); 403void tep_plugin_remove_options(struct tep_plugin_option *options);
404void tep_print_plugins(struct trace_seq *s, 404void tep_print_plugins(struct trace_seq *s,
405 const char *prefix, const char *suffix, 405 const char *prefix, const char *suffix,
406 const struct plugin_list *list); 406 const struct tep_plugin_list *list);
407 407
408struct cmdline; 408struct cmdline;
409struct cmdline_list; 409struct cmdline_list;