Skip to content

Changes

Summary

  1. server: Remove unused commonXAxis from XyModelStub (details)
  2. trace-server: Fix requested_timerange key in Swagger examples (details)
  3. OTF2: Create generic class representing a LocationGroup (details)
  4. OTF2: Create generic class representing a Location (details)
Commit 04e47e9cd0091801e7c19fa018a9aefcf6f23fd8 by Marco Miller
server: Remove unused commonXAxis from XyModelStub

Change-Id: I61a9a105aca3a0de07b588851a9cc1593ccfe7fd
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/193171
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core.tests/src/org/eclipse/tracecompass/incubator/trace/server/jersey/rest/core/tests/stubs/XyModelStub.java (diff)
Commit b62ad33cf82a15145030eaa7e96d63cfc720543d by Patrick Tasse
trace-server: Fix requested_timerange key in Swagger examples

Change-Id: If562687615d0fbd1c90e9b57a15208585cb8fbe4
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/193520
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/EndpointConstants.java (diff)
Commit a10d7bd09fb2be899c61d4c273a5dac38619c8be by Marco Miller
OTF2: Create generic class representing a LocationGroup

Added a generic class representing location groups (usually MPI
processes). This class can be inherited by the different OTF2 analyzes
that use the system architecture. With this class, some recurrent
functions related to location groups do not need to be replicated.

Also changed the callstack state provider so it uses this new class.

Signed-off-by: yoann-heitz <yoann.heitz@polymtl.ca>
Change-Id: I62a08779de96ccfb6ab68fdcc4e6ce32ae9bfb21
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/190904
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>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
The file was modified tracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/analysis/IOtf2Constants.java (diff)
The file was modified tracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/analysis/callstack/Otf2CallStackStateProvider.java (diff)
The file was addedtracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/trace/LocationGroup.java
Commit 9c109eee2289caa28227e0d741165e8a019bd3a1 by Marco Miller
OTF2: Create generic class representing a Location

Added a generic class representing locations (usually threads). This
class can be inherited by the different OTF2 analyzes. With this class,
some recurrent functions related to locations do not need to be
replicated.

Also updated the callstack state provider so it uses this new class.

Signed-off-by: yoann-heitz <yoann.heitz@polymtl.ca>
Change-Id: I63d5b3e30a2c96b350e127c4199dfd98af4bed08
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/190909
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>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
The file was modified tracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/analysis/IOtf2Constants.java (diff)
The file was addedtracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/trace/Location.java
The file was modified tracetypes/org.eclipse.tracecompass.incubator.otf2.core/src/org/eclipse/tracecompass/incubator/internal/otf2/core/analysis/callstack/Otf2CallStackStateProvider.java (diff)