add state function stack support
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index f374db2028cf41c4955e9393182386c9236a0e92..b4fa430ffdb7107ef42a438a6aa6b41c0da89578 100644 (file)
@@ -208,6 +208,8 @@ typedef struct _LttvProcessState {
 //  guint  last_tracefile_index;    /* index in the trace for cpu tracefile */
        LttvTracefileState      *usertrace;             /* Associated usertrace */
   /* opened file descriptors, address map?... */
+  GArray *user_stack;                                  /* User space function call stack */
+       guint64 current_function;
 } LttvProcessState;
 
 #define ANY_CPU 0 /* For clarity sake : a call to lttv_state_find_process for
@@ -273,7 +275,6 @@ struct _LttvTraceState {
 
   /* Array of per cpu running process */
   LttvProcessState **running_process;
-  
 };
 
 struct _LttvTraceStateClass {
This page took 0.022915 seconds and 4 git commands to generate.