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 a68591c8dec3..97abeaced9c3 100644 --- a/tools/lib/traceevent/event-parse.h +++ b/tools/lib/traceevent/event-parse.h | |||
@@ -435,9 +435,9 @@ struct plugin_list; | |||
435 | 435 | ||
436 | #define INVALID_PLUGIN_LIST_OPTION ((char **)((unsigned long)-1)) | 436 | #define INVALID_PLUGIN_LIST_OPTION ((char **)((unsigned long)-1)) |
437 | 437 | ||
438 | struct plugin_list *traceevent_load_plugins(struct tep_handle *pevent); | 438 | struct plugin_list *tep_load_plugins(struct tep_handle *pevent); |
439 | void traceevent_unload_plugins(struct plugin_list *plugin_list, | 439 | void tep_unload_plugins(struct plugin_list *plugin_list, |
440 | struct tep_handle *pevent); | 440 | struct tep_handle *pevent); |
441 | char **traceevent_plugin_list_options(void); | 441 | char **traceevent_plugin_list_options(void); |
442 | void traceevent_plugin_free_options_list(char **list); | 442 | void traceevent_plugin_free_options_list(char **list); |
443 | int traceevent_plugin_add_options(const char *name, | 443 | int traceevent_plugin_add_options(const char *name, |
@@ -597,7 +597,7 @@ __data2host8(struct tep_handle *pevent, unsigned long long data) | |||
597 | __data2host8(pevent, __val); \ | 597 | __data2host8(pevent, __val); \ |
598 | }) | 598 | }) |
599 | 599 | ||
600 | static inline int traceevent_host_bigendian(void) | 600 | static inline int tep_host_bigendian(void) |
601 | { | 601 | { |
602 | unsigned char str[] = { 0x1, 0x2, 0x3, 0x4 }; | 602 | unsigned char str[] = { 0x1, 0x2, 0x3, 0x4 }; |
603 | unsigned int val; | 603 | unsigned int val; |