Skip to content
Success

Changes

Summary

  1. tmf.core: Propagate the state provider getter (details)
Commit 86bf10fac25b2eac723d3179f847294a82f71d94 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/statistics/TmfStatisticsTotalsModule.java
The file was modified tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statesystem/ITmfAnalysisModuleWithStateSystems.java