add usertrace support
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index c1095d80be13403bd063850b3a9dbfd0129a22b1..3ddc018e7dfc5db4714e37e1b950e1c0e8b94637 100644 (file)
@@ -190,7 +190,6 @@ typedef struct _LttvExecutionState {
   LttvProcessStatus s;
 } LttvExecutionState;
 
-
 typedef struct _LttvProcessState {
   guint pid;
   guint ppid;
@@ -207,6 +206,7 @@ typedef struct _LttvProcessState {
                                the active or inactive runqueue)*/
        gboolean kernel_thread;         /* Is this thread a kernel_thread ? */
 //  guint  last_tracefile_index;    /* index in the trace for cpu tracefile */
+       LttvTracefileState      *usertrace;             /* Associated usertrace */
   /* opened file descriptors, address map?... */
 } LttvProcessState;
 
@@ -303,6 +303,7 @@ struct _LttvTracefileState {
 
   //LttvProcessState *process;
   GQuark tracefile_name;
+       guint cpu;      /* Current cpu of the tracefile */
 //  guint saved_position;
 };
 
This page took 0.023614 seconds and 4 git commands to generate.