X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.h;h=77f9f63cdbf28402e0d8b62f143c9f20ae3bf6aa;hb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;hp=d50c8b56afbcf8588fa1e5f3a8f8f423ed24d35a;hpb=501e4e70320aeb56090ada4447958db1c2ed6616;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index d50c8b56..77f9f63c 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -279,6 +279,9 @@ void lttv_trace_find_hook(LttTrace *t, char *facility, char *event_type, char *field1, char *field2, char *field3, LttvHook h, LttvTraceHook *th); +LttvTracefileContext *lttv_traceset_context_get_current_tfc( + LttvTracesetContext *self); + void lttv_traceset_context_position_save(const LttvTracesetContext *self, LttvTracesetContextPosition *pos); @@ -293,4 +296,6 @@ gint lttv_traceset_context_ctx_pos_compare(const LttvTracesetContext *self, gint lttv_traceset_context_pos_pos_compare(const LttvTracesetContextPosition *a, const LttvTracesetContextPosition *b); +LttTime lttv_traceset_context_position_get_time( + const LttvTracesetContextPosition *pos); #endif // PROCESSTRACE_H