ctf: add support for additional streams after trace is started
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 22 Jan 2014 22:20:00 +0000 (17:20 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 21 Feb 2014 19:55:49 +0000 (14:55 -0500)
commitfe75d403a5a6b4deb5713cfd7eaca2dfe1b3f180
treed39713c2fb1b14a320ce3a41a49430cefd5c8222
parent9392459a3010698f5980ecbc6d1343fdecfb81d5
ctf: add support for additional streams after trace is started

Minor clean-up in code.

A minor subtelty in this patch is that CTFTraceReader has an update()
method that needs to be called if a stream is added to the trace.

Change-Id: I253634d382eec38b033e30d36539b367f7efaccc
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/21056
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/trace/CTFTraceGrowingTest.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/trace/TestAll.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTraceReader.java
This page took 0.040886 seconds and 5 git commands to generate.