X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=720506861484f6b17de9956e21bdd7197af84f3e;hb=79257ba540581e198c9d9b047fe0738a25c324ff;hp=f8f7a5775e59da7d1cede732048b0abf04b2a499;hpb=eed2ef37f908daf7b3f884b5d8f91dad03f10526;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index f8f7a577..72050686 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -186,6 +186,9 @@ typedef struct _LttvProcessState { GQuark pid_time; GArray *execution_stack; /* Array of LttvExecutionState */ LttvExecutionState *state; /* Top of interrupt stack */ + /* WARNING : each time the execution_stack size is modified, the state + * must be reget : g_array_set_size can have to move the array. + * (Mathieu) */ 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?... */