Initial commit for control flow view
[lttv.git] / lttv / lttv / traceset.h
index 23d8a993d57fe01aa9062ca4de07e75720f10443..4b998ad27dfc56fffa0204442fe57e32d7894764 100644 (file)
@@ -43,6 +43,7 @@ struct _LttvTraceset {
        LttvHooks *event_hooks;
        struct bt_ctf_iter *iter;
        GPtrArray *state_trace_handle_index;
+       gboolean has_precomputed_states;
 };
 
 struct _LttvTrace {
@@ -58,6 +59,8 @@ struct _LttvTrace {
 struct _LttvTracesetPosition {
        struct bt_ctf_iter *iter;
        struct bt_iter_pos *bt_pos;
+        guint64 timestamp;
+        int cpu_id;
 };
 
 /* Tracesets may be added to, removed from and their content listed. */
@@ -84,6 +87,7 @@ gint lttv_traceset_save(LttvTraceset *s);
 
 void lttv_traceset_destroy(LttvTraceset *s);
 
+LttvHooks *lttv_traceset_get_hooks(LttvTraceset *s);
 
 void lttv_traceset_add(LttvTraceset *s, LttvTrace *t);
 
This page took 0.025296 seconds and 4 git commands to generate.