Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / shared / org / eclipse / linuxtools / ctf / core / tests / shared / CtfTestTrace.java
index e55ca29fbf9fc641a1054611c6ea630d7ecc4791..a09912ffb1f510215e81dc85cd67a04dec33620d 100644 (file)
@@ -31,6 +31,10 @@ public enum CtfTestTrace {
     TRACE2("../org.eclipse.linuxtools.ctf.core.tests/traces/trace2"),
     /** Kernel trace with event contexts */
     KERNEL_VM("../org.eclipse.linuxtools.ctf.core.tests/traces/kernel_vm"),
+    /** Trace synchronization: source trace */
+    SYNC_SRC("../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_src"),
+    /** Trace synchronization: destination trace */
+    SYNC_DEST("../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_dest");
     /** UST trace with lots of lost events */
     HELLO_LOST("../org.eclipse.linuxtools.ctf.core.tests/traces/hello-lost");
 
This page took 0.024748 seconds and 5 git commands to generate.