X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.h;h=fcfef98b572f6bc681b9db704a71bf29e05c44f8;hb=e38d9ea05da26962532573de017dd2e1893683ca;hp=df78677cc3c8f41afa79067a36c10047a27a7ed3;hpb=6806de9d2aea0a5cbfb63b1522ce6f6207b6911f;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index df78677c..fcfef98b 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -175,6 +175,8 @@ struct _LttvTracefileContext { LttvHooksById *event_by_id; LttTime timestamp; LttvAttribute *a; + gint target_pid; /* Target PID of the event. + Updated by state.c. -1 means unset. */ }; struct _LttvTracefileContextClass { @@ -348,7 +350,7 @@ void lttv_process_traceset_get_sync_data(LttvTracesetContext *tsc); #define BACKWARD_SEEK_MUL 2 /* Multiplication factor of time_offset between backward seek iterations */ -static const LttTime seek_back_default_offset = { 0, 1000000 }; +static const LttTime seek_back_default_offset = { 1, 0 }; guint lttv_process_traceset_seek_n_forward(LttvTracesetContext *self, guint n,