aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/traceevent/event-parse-local.h')
-rw-r--r--tools/lib/traceevent/event-parse-local.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/lib/traceevent/event-parse-local.h b/tools/lib/traceevent/event-parse-local.h
index 94746efef433..9a092dd4a86d 100644
--- a/tools/lib/traceevent/event-parse-local.h
+++ b/tools/lib/traceevent/event-parse-local.h
@@ -89,4 +89,11 @@ struct tep_handle {
89 char *trace_clock; 89 char *trace_clock;
90}; 90};
91 91
92void tep_free_event(struct tep_event *event);
93void tep_free_format_field(struct tep_format_field *field);
94
95unsigned short tep_data2host2(struct tep_handle *pevent, unsigned short data);
96unsigned int tep_data2host4(struct tep_handle *pevent, unsigned int data);
97unsigned long long tep_data2host8(struct tep_handle *pevent, unsigned long long data);
98
92#endif /* _PARSE_EVENTS_INT_H */ 99#endif /* _PARSE_EVENTS_INT_H */