analysis : Introduce buildAnalysisSegments() in Segment Store analysis
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Fri, 15 Jan 2016 16:29:05 +0000 (11:29 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 16 Mar 2016 14:11:26 +0000 (10:11 -0400)
commit65a4afc0db5bc361abd410fa114f97cd98adee4a
tree7dc4fdae24570f5e67b8c4eb1ddc6675e35a338c
parentc91f009609349f5dbe16bcc971a736159f12b07b
analysis : Introduce buildAnalysisSegments() in Segment Store analysis

This abstract method helps the analysis decide how the segment store
will be built.

For instance, the segment store could be built using a request or using
segments generated by a prerequisite analysis.

Change-Id: I68c6b5d35ff71d8c06c5b4881bcbce25404b5581
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/64592
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/latency/SystemCallLatencyAnalysis.java
analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/analysis/timing/core/segmentstore/AbstractSegmentStoreAnalysisEventBasedModule.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/analysis/timing/core/segmentstore/AbstractSegmentStoreAnalysisModule.java
This page took 0.026097 seconds and 5 git commands to generate.