TMF: Register analysis module to parameter provider only if trace active
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Fri, 13 Jun 2014 19:18:50 +0000 (15:18 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 4 Jul 2014 18:32:48 +0000 (14:32 -0400)
commit715154b141be7428eff165b42f224d5e78e72ba4
tree5093f271165b84f4e3ae995d00c0802b8c8ebdc2
parent7eb0d2dc73e2036993642bf10ab344b96831f345
TMF: Register analysis module to parameter provider only if trace active

Sometimes a module will register itself to a parameter provider, but it does
not correspond to the currently active trace, especially for modules from both
traces and experiments. This registers only the module for the currently
selected trace.

Change-Id: If29264c3823968530063cba4c6edd18c679baf69
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/29356
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.core/pom.xml
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAbstractAnalysisModule.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAbstractAnalysisParamProvider.java
This page took 0.028185 seconds and 5 git commands to generate.