X-Git-Url: https://git.lttng.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Ftraceset.h;h=4b998ad27dfc56fffa0204442fe57e32d7894764;hp=a5923c5d843d158da90ed7851285bde8625923fb;hb=88bf15f0f2a239186b5cf6fcf8711786907ca483;hpb=fc26eb1bc42c56bd69f06feeae8ae14371dea69a diff --git a/lttv/lttv/traceset.h b/lttv/lttv/traceset.h index a5923c5d..4b998ad2 100644 --- a/lttv/lttv/traceset.h +++ b/lttv/lttv/traceset.h @@ -59,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. */ @@ -85,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);