Skip to content

Changes

Summary

  1. Add an OTF2 trace with counters (details)
  2. Add an OTF2 trace with double counters (details)
Commit 240dbd726cb3b779c3577761596e15ca9d716959 by Marco Miller
Add an OTF2 trace with counters

Add an OTF2 trace with 2 PAPI counters. This can be used to test the
counter analysis in the OTF2 plugin [1]. The tracer is Score-P 7.1.

[1]https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/193333

Signed-off-by: yoann-heitz <yoann.heitz@polymtl.ca>
Change-Id: Ie86987e35680bb3e58c136d4159c13075be3f4ad
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/tracecompass-test-traces/+/193332
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified update-site/pom.xml (diff)
The file was addedctf/src/main/resources/papi_counters/0
The file was modified pom.xml (diff)
The file was addedctf/src/main/resources/papi_counters/metadata
The file was addedctf/src/main/resources/papi_counters/global_def
The file was modified ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java (diff)
The file was modified ctf/pom.xml (diff)
The file was addedctf/src/main/resources/papi_counters/1
The file was modified ftrace/pom.xml (diff)
Commit bf8f9b8bae93c3d79f7869d4238bc33a6f3676d4 by Marco Miller
Add an OTF2 trace with double counters

Add an OTF2 trace with ru_stime and ru_utime counters. These counters
are stored as integers (number of microseconds) in the trace. However,
they should be stored as double in the state system to be displayed with
the generic counters analysis since the base unit is a second. This can
be used to test the support for double metrics. The tracer is Score-P
7.1.

This change depends on [1,2]:

[1]https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/193333
[2]https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/193595

Signed-off-by: yoann-heitz <yoann.heitz@polymtl.ca>
Change-Id: Iaa9fcadff6de08acfb10f758fcc913cc739ccb2b
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/tracecompass-test-traces/+/193594
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified pom.xml (diff)
The file was modified ftrace/pom.xml (diff)
The file was modified ctf/pom.xml (diff)
The file was addedctf/src/main/resources/double_counters/1
The file was modified update-site/pom.xml (diff)
The file was modified ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java (diff)
The file was addedctf/src/main/resources/double_counters/metadata
The file was addedctf/src/main/resources/double_counters/0
The file was addedctf/src/main/resources/double_counters/global_def