Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-04-24 19:57:18 +0000
committerAlexandre Montplaisir2014-04-30 16:55:47 +0000
commit152ba1a7fabe7175ba1a6f267eda2b3891cbcb63 (patch)
tree7e94d5fdf640979536536e5ceef84c7fa0adbfd4 /README
parent7076c47b838c3d7bd0b68d9c814937225eb2820a (diff)
downloadorg.eclipse.tracecompass-152ba1a7fabe7175ba1a6f267eda2b3891cbcb63.tar.gz
org.eclipse.tracecompass-152ba1a7fabe7175ba1a6f267eda2b3891cbcb63.tar.xz
org.eclipse.tracecompass-152ba1a7fabe7175ba1a6f267eda2b3891cbcb63.zip
lttng: Add a diagram showing the dependencies between plugins
Can be useful to newcomers and veterans alike. Change-Id: If07277c252813c80252097a0c9d224ba754d3641 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/25519 Tested-by: Hudson CI Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net> Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 62dfaa8b19..c77714d5cd 100644
--- a/README
+++ b/README
@@ -4,10 +4,13 @@ Eclipse, which includes the generic Tracing and Monitoring Framework (TMF).
The plugins are categorized as follows:
org.eclipse.linuxtools.ctf.* Common Trace Format (CTF) reader library
org.eclipse.linuxtools.gdbtrace.* Support for reading and viewing GDB traces
-org.eclipse.linuxtools.lttng* LTTng 2.x integration
+org.eclipse.linuxtools.lttng2.* LTTng 2.x integration
org.eclipse.linuxtools.tmf.* Tracing and Monitoring Framework
org.eclipse.linuxtools.tracing.rcp.* Code specific to the RCP version
+See the plugins.svg file for a diagram showing the dependencies between the
+different plugins.
+
To set up the environment to build TMF from within Eclipse, see this wiki page:
http://wiki.eclipse.org/Linux_Tools_Project/LTTng_Eclipse_Plug-in_Development_Environment_Setup

Back to the top