Skip to content

Commit 51217fa

Browse files
add CTF2 traces
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
1 parent 3ddd1eb commit 51217fa

67 files changed

Lines changed: 4404 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,37 @@ public enum CtfTestTrace {
538538
* Trace length: 0
539539
* </pre>
540540
*/
541-
CTF2_VL_INTS("/CTF2-vl-ints", 1, 0);
541+
CTF2_VL_INTS("/CTF2-vl-ints", 1, 0),
542+
/**
543+
* Data test trace collected from yactfr:
544+
* https://github.com/eepp/yactfr/blob/master/tests/tests-iter-data/ctf-2/pass-vl-ints.streams
545+
*
546+
* Please note that this is a data test trace, therefore it does not contain non-data features
547+
* such as attributes or a preferred display integer base.
548+
*
549+
* <pre>
550+
* Trace Size: 5.5 MB
551+
* Tracer: LTTng-2.15
552+
* Event count: 164965
553+
* Trace length: ~.1s
554+
* </pre>
555+
*/
556+
CTF2_kernel("/CTF2-lttng-2.15/kernel", 164965, 0),
557+
/**
558+
* Data test trace collected from yactfr:
559+
* https://github.com/eepp/yactfr/blob/master/tests/tests-iter-data/ctf-2/pass-vl-ints.streams
560+
*
561+
* Please note that this is a data test trace, therefore it does not contain non-data features
562+
* such as attributes or a preferred display integer base.
563+
*
564+
* <pre>
565+
* Trace Size: 227 kB
566+
* Tracer: LTTng 2.15
567+
* Event count: 122
568+
* Trace length: ~.1s
569+
* </pre>
570+
*/
571+
CTF2_UST("/CTF2-lttng-2.15/ust", 122, 0);
542572

543573
private final String fTraceName;
544574
private final int fNbEvent;
28 KB
Binary file not shown.
1.7 MB
Binary file not shown.
188 KB
Binary file not shown.
32 KB
Binary file not shown.
24 KB
Binary file not shown.
112 KB
Binary file not shown.
104 KB
Binary file not shown.
28 KB
Binary file not shown.
384 KB
Binary file not shown.

0 commit comments

Comments
 (0)