Skip to content

Commit

Permalink
ctf: add trace with empty sequence field & uint32_t length type
Browse files Browse the repository at this point in the history
Relates to eclipse-tracecompass/org.eclipse.tracecompass#58

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard authored and bhufmann committed Apr 12, 2024
1 parent 0d23616 commit 3f1dca1
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ctf/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
Expand Up @@ -496,8 +496,7 @@ public enum CtfTestTrace {
* </pre>
*/
DOUBLE_COUNTERS("/double_counters", 693, 1),



/**
* Trace of a DPDK sample application named service cores. This trace can
* be used to test the logical core analysis. More details can be found
Expand All @@ -512,6 +511,19 @@ public enum CtfTestTrace {
*/
DPDK_SERVICE_CORES("/dpdk_service_cores", 66464, 25);

/**
* Trace collected on an aarch64 system containing some events with a
* lttng_ust_field_sequence field with a uint32_t length type and a 0 length.
*
* <pre>
* Trace Size: 58.0 kB
* Tracer: lttng-ust 2.13.5
* Event count: 10
* Trace length: ~1.12 s
* </pre>
*/
CTF_SEQUENCE_EMPTY("/ctf-sequence-empty", 10, 2)

private final String fTraceName;
private final int fNbEvent;
private int fDuration;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ftrace/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -34,7 +34,7 @@

<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion update-site/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0-SNAPSHOT</version>
</parent>

<artifactId>tracecompass-test-traces-update-site</artifactId>
Expand Down

0 comments on commit 3f1dca1

Please sign in to comment.