rename LinuxTraceToolkitViewer to lttv in configure.in
[lttv.git] / ltt / branches / poly / ltt / trace.h
index ca3edd99441a9342c4c08f1093c5bacb111f10d7..6e1cea173fafc07263a28a40008d9e0f51050485 100644 (file)
@@ -42,7 +42,6 @@ struct LttTrace {
   uint64_t  start_monotonic;
   LttTime   start_time;
   LttTime   start_time_from_tsc;
-  uint8_t   compact_event_bits;
 
   GData     *tracefiles;                    //tracefiles groups
   /* Support for markers */
@@ -220,4 +219,7 @@ guint64 ltt_get_uint(gboolean reverse_byte_order, gint size, void *data);
 
 LttTime ltt_interpolate_time_from_tsc(LttTracefile *tf, guint64 tsc);
 
+/* Set to enable event debugging output */
+void ltt_event_debug(int state);
+
 #endif // TRACE_H
This page took 0.022456 seconds and 4 git commands to generate.