Skip to content
Failed

Changes

Summary

  1. tmf.core: Propagate the state provider getter (details)
Commit 8088e9633fbab608b1b37ce7178bdac9e0cf89fd by Arnaud Fiorini
tmf.core: Propagate the state provider getter

The partial state system needs to access the same state
provider as the analysis. The state provider is not
guaranteed to be stateless. In fact, it is often stateful.
This patch makes it clear that the same state provider is
provided by the analysis if getOrCreate is called subsequent
times

[Added] Propagate the state provider getter to the interface

Change-Id: Ib38fdddaca647ba173dee4c788c5f7edc0ec4153
Signed-off-by: Abdellah Rahmani <rahmaniabdellah1994@gmail.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/kernel/KernelAnalysisModule.java
The file was modified tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statesystem/ITmfAnalysisModuleWithStateSystems.java
The file was modified tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statistics/TmfStatisticsTotalsModule.java