Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp.help / doc / User-Guide.mediawiki
1 = Overview =
2 The Linux Tools Trace Viewer is a stand-alone application based on Eclipse's
3 Rich Client Platform (RCP). The purpose of this is to provide a lightweight
4 application to view and analyze traces. It includes all TMF (Tracing and
5 Monitoring Framework) features, as well as all features from the LTTng (Linux
6 Tracing Toolkit next generation) Eclipse integration, which are provided by the
7 Linux Tools Project.
8
9 = Getting Started =
10 To start the Linux Tools Trace Viewer, go to the directory where the Trace
11 Viewer is installed and then run the application named '''traceViewer'''.
12 During startup, the Trace Viewer will create, if necessary, an Eclipse workspace
13 in the user's home directory with the name ''.traceviewer''. It also creates, if
14 needed, a default tracing project called ''Tracing''.
15
16 Now the application can be used as described in the User Guide for Linux Tools
17 LTTng integration (see section [[#References | References]]).
18
19 = Opening a Trace =
20 To 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
22 If 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
24 In both of the above cases, the trace will be linked to the default project.
25
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.032941 seconds and 6 git commands to generate.