add debug event
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 5266b227b023de0965ead98240c42d90b8aa5e60..05a8133caacf56f7ab4c5ee779043ff60ee40b49 100644 (file)
@@ -28,10 +28,6 @@ struct LttTrace {
   GQuark pathname;                          //the pathname of the trace
   //LttSystemDescription * system_description;//system description 
 
-  GArray *facilities_by_num;            /* fac_id as index in array */
-  GData *facilities_by_name;            /* fac name (GQuark) as index */
-                                        /* Points to array of fac_id of all the
-                                        * facilities that has this name. */
   guint     num_cpu;
 
   guint32   arch_type;
@@ -224,4 +220,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.022681 seconds and 4 git commands to generate.