lttng: Always create the sub-attributes of TID nodes
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 1 May 2012 19:29:32 +0000 (15:29 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 2 May 2012 02:27:43 +0000 (22:27 -0400)
commit1ba498e58983192878f9eece6c356647aa3abb7f
treea26bc471a29fe9c33591c45e8143923270b28d86
parent147e65817b2e22879e5a1c3e16c23435b6991b7d
lttng: Always create the sub-attributes of TID nodes

This makes the history slightly bigger, but it avoids having
to catch all sort of exceptions in the views, for the cases
where the expected sub-attributes never get populated. Now
they will simply contain a "null" value for the whole duration.

Also relaxed the test cases a bit, changed it so we won't have
to update them every time we make a single change to the state
provider.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullHistoryTest.java
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/CtfKernelHandler.java
This page took 0.025648 seconds and 5 git commands to generate.