diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.h')
-rw-r--r-- | tools/lib/traceevent/event-parse.h | 8 |
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 | ||
392 | struct plugin_list; | 392 | struct 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 | ||
396 | struct plugin_list *tep_load_plugins(struct tep_handle *pevent); | 396 | struct tep_plugin_list *tep_load_plugins(struct tep_handle *pevent); |
397 | void tep_unload_plugins(struct plugin_list *plugin_list, | 397 | void tep_unload_plugins(struct tep_plugin_list *plugin_list, |
398 | struct tep_handle *pevent); | 398 | struct tep_handle *pevent); |
399 | char **tep_plugin_list_options(void); | 399 | char **tep_plugin_list_options(void); |
400 | void tep_plugin_free_options_list(char **list); | 400 | void tep_plugin_free_options_list(char **list); |
@@ -403,7 +403,7 @@ int tep_plugin_add_options(const char *name, | |||
403 | void tep_plugin_remove_options(struct tep_plugin_option *options); | 403 | void tep_plugin_remove_options(struct tep_plugin_option *options); |
404 | void tep_print_plugins(struct trace_seq *s, | 404 | void 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 | ||
408 | struct cmdline; | 408 | struct cmdline; |
409 | struct cmdline_list; | 409 | struct cmdline_list; |