Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-12-03 22:07:46 +0000
committerAlexandre Montplaisir2015-01-09 22:00:22 +0000
commite363eae1dfc9cc2ea56d8965defadac1b86ef44b (patch)
tree25bbe9de1d6ac6f37848d9890d7a0d234c94651a /pom.xml
parentd223183981e3227f1095c76f5f14acb39b87ce22 (diff)
downloadorg.eclipse.tracecompass-e363eae1dfc9cc2ea56d8965defadac1b86ef44b.tar.gz
org.eclipse.tracecompass-e363eae1dfc9cc2ea56d8965defadac1b86ef44b.tar.xz
org.eclipse.tracecompass-e363eae1dfc9cc2ea56d8965defadac1b86ef44b.zip
Extract the linux-kernel-specific things into their own plugin
This will allow better separation of analyses that do not depend on a specific kernel tracer (LTTng, perf, ftrace,...) vs those that really depend on LTTng. Change-Id: I9a3e018df91c90cc33d3066f49b7ac5be8bdb3d4 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/38385 Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net> Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net> Reviewed-by: Hudson CI
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50e083d85b..7fac79925a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,6 +173,10 @@
<module>org.eclipse.tracecompass.target</module>
<module>org.eclipse.tracecompass.testing</module>
+ <module>org.eclipse.tracecompass.analysis.os.linux.core</module>
+ <module>org.eclipse.tracecompass.analysis.os.linux.core.tests</module>
+ <module>org.eclipse.tracecompass.analysis.os.linux.ui</module>
+
<module>org.eclipse.tracecompass.lttng2.control</module>
<module>org.eclipse.tracecompass.lttng2.control.core</module>
<module>org.eclipse.tracecompass.lttng2.control.core.tests</module>

Back to the top