tmf: Add plugins for custom charts
authorGabriel-Andrew Pollo-Guilbert <gabrielpolloguilbert@gmail.com>
Wed, 6 Jul 2016 14:20:20 +0000 (10:20 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 13 Jul 2016 17:23:49 +0000 (13:23 -0400)
commit63c0d83759d6e6916fc083b217b80b0bddf7a146
tree44710648435da3c7c530c222ee40dfaa4b6fdf86
parent3344fad115e5d826c235c21371746f3885682c18
tmf: Add plugins for custom charts

This plugin will contain code to build custom charts from various analysis
data. The functionality is based on the LAMI charts that are in the *.lami.*
plugins.

Change-Id: I9c2240733d086fddb002e0904324cedb63b97c6e
Signed-off-by: Gabriel-Andrew Pollo-Guilbert <gabrielpolloguilbert@gmail.com>
Reviewed-on: https://git.eclipse.org/r/76713
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
41 files changed:
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.classpath [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.project [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/about.html [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/build.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/org/eclipse/tracecompass/internal/tmf/chart/core/tests/Activator.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.classpath [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.project [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/META-INF/MANIFEST.MF [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/about.html [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/build.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/tmf/chart/core/Activator.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/tmf/chart/core/package-info.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.classpath [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.project [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/about.html [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/build.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/plugin.properties [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.ui/src/org/eclipse/tracecompass/internal/tmf/chart/ui/Activator.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf/feature.xml
tmf/pom.xml
This page took 0.029129 seconds and 5 git commands to generate.