From: Yannick Brosseau Date: Wed, 30 May 2012 21:38:08 +0000 (-0400) Subject: Initial port of the state system to the LTTng 2.0 trace format X-Git-Tag: v1.5-beta1~75 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7a4bdb546094fea3343bfc80e3744ea26a08dd22;hp=7a4bdb546094fea3343bfc80e3744ea26a08dd22;p=lttv.git Initial port of the state system to the LTTng 2.0 trace format Rework the internal data structure (remove Tracefile.c, add a TraceState inside a Trace) There is no callback by event id anymore, so all state event handler receive all the events. Several files were reorganize (including moving them out of ltt to the lttv lib directly. The current implementation use a temporary State structure, so it can only support on trace. Signed-off-by: Mathieu Desnoyers Signed-off-by: Yannick Brosseau ---