From: compudj Date: Fri, 21 May 2004 18:49:47 +0000 (+0000) Subject: modification to architecture and implementation X-Git-Tag: v0.12.20~2955 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=f28a9a7ba7ab955ffa45ecd17ca1542abd1f4527;p=lttv.git modification to architecture and implementation git-svn-id: http://ltt.polymtl.ca/svn@534 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt b/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt index 919d6314..6ad299f3 100644 --- a/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt +++ b/ltt/branches/poly/doc/developer/process_traceset_strict_boundaries.txt @@ -154,13 +154,17 @@ The end event is a pointer to the last event the hooks has been called for. - lttv_process_traceset_seek_time : already implemented - lttv_process_traceset_begin(LttvTracesetContext *self, - LttvHooksById *begin_hooks, - LttvHooksById *middle_hooks) + LttvHooksById *before_traceset, + LttvHooksById *before_trace, + LttvHooksById *before_tracefile, + LttvHooksById *middle_hooks) - lttv_process_traceset_end(LttvTracesetContext *self, - LttvHooksById *end_hooks, - LttvHooksById *middle_hooks) + LttvHooksById *after_traceset, + LttvHooksById *after_trace, + LttvHooksById *after_tracefile, + LttvHooksById *middle_hooks) - lttv_traceset_context_add_hooks and lttv_traceset_context_remove_hooks