Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp.help / doc / User-Guide.mediawiki
CommitLineData
2b042910
BH
1= Overview =
2The Linux Tools Trace Viewer is a stand-alone application based on Eclipse's
3Rich Client Platform (RCP). The purpose of this is to provide a lightweight
4application to view and analyze traces. It includes all TMF (Tracing and
5Monitoring Framework) features, as well as all features from the LTTng (Linux
6Tracing Toolkit next generation) Eclipse integration, which are provided by the
7Linux Tools Project.
8
9= Getting Started =
10To start the Linux Tools Trace Viewer, go to the directory where the Trace
11Viewer is installed and then run the application named '''traceViewer'''.
12During startup, the Trace Viewer will create, if necessary, an Eclipse workspace
13in the user's home directory with the name ''.traceviewer''. It also creates, if
14needed, a default tracing project called ''Tracing''.
15
16Now the application can be used as described in the User Guide for Linux Tools
17LTTng integration (see section [[#References | References]]).
18
76fccfb0
MK
19= Opening a Trace =
20To open a trace, click on the '''File''' menu, '''Open''' and select a '''Open file...''' (logs and such) or '''Open directory...''' (Ctf trace). Select the file or directory, and the RCP will open it. It will attempt to autodetect the trace type. If many trace types can read this trace, a window will prompt the user to select a trace type. Once a trace type is selected, the trace loads.
21
22If the user prefers, they can launch the RCP with the argument '''--open <trace-path>'''. The trace will then automatically open. Conflicting trace types will be resolved the same way as opening from a menu, if there are conflicting types, the user will be prompted to select a trace type.
23
24In both of the above cases, the trace will be linked to the default project.
25
2b042910
BH
26= References =
27
28* [http://www.eclipse.org/linuxtools/projectPages/lttng/ Linux Tools - LTTng integration]
29* [http://www.lttng.org/ LTTng project]
30* [http://wiki.eclipse.org/Linux_Tools_Project/TMF/User_Guide TMF User Guide]
31
This page took 0.025138 seconds and 5 git commands to generate.