still some performance enhancements
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 3bae70b8e029963006664ecf6666e71ded3091fc..f349993764418b732f67f5b82b5c848feb844f47 100644 (file)
@@ -150,6 +150,7 @@ typedef struct _LttvProcessState {
   GArray *execution_stack;         /* Array of LttvExecutionState */
   LttvExecutionState *state;       /* Top of interrupt stack */
   GQuark last_cpu;                /* Last CPU where process was scheduled */
+  guint last_cpu_index;            /* index in the trace for cpu tracefile */
   /* opened file descriptors, address map?... */
 } LttvProcessState;
 
This page took 0.023328 seconds and 4 git commands to generate.