diff --git a/documentation/profile-manual/figures/lttngmain0.png b/documentation/profile-manual/figures/lttngmain0.png
deleted file mode 100644
index 5f60113cc3..0000000000
Binary files a/documentation/profile-manual/figures/lttngmain0.png and /dev/null differ
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml
index a1b565157d..5999b29603 100644
--- a/documentation/profile-manual/profile-manual-usage.xml
+++ b/documentation/profile-manual/profile-manual-usage.xml
@@ -2350,22 +2350,8 @@
For this section, we'll assume you've already performed the
basic setup outlined in the General Setup section.
-
-
-
LTTng is run on the target system by ssh'ing to it.
- However, if you want to see the traces graphically,
- install Eclipse as described in section
- "Manually copying a trace to the host and viewing it in Eclipse (i.e. using Eclipse without network support)"
- and follow the directions to manually copy traces to the host and
- view them in Eclipse (i.e. using Eclipse without network support).
-
-
- Be sure to download and install/run the 'SR1' or later Juno release
- of eclipse e.g.:
- http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR1/eclipse-cpp-juno-SR1-linux-gtk-x86_64.tar.gz
-
@@ -2564,163 +2550,6 @@
-
- Manually copying a trace to the host and viewing it in Eclipse (i.e. using Eclipse without network support)
-
-
- If you already have an LTTng trace on a remote target and
- would like to view it in Eclipse on the host, you can easily
- copy it from the target to the host and import it into
- Eclipse to view it using the LTTng Eclipse plug-in already
- bundled in the Eclipse (Juno SR1 or greater).
-
-
-
- Using the trace we created in the previous section, archive
- it and copy it to your host system:
-
- root@crownbay:~/lttng-traces# tar zcvf auto-20121015-232120.tar.gz auto-20121015-232120
- auto-20121015-232120/
- auto-20121015-232120/kernel/
- auto-20121015-232120/kernel/metadata
- auto-20121015-232120/kernel/channel0_1
- auto-20121015-232120/kernel/channel0_0
-
- $ scp root@192.168.1.47:lttng-traces/auto-20121015-232120.tar.gz .
- root@192.168.1.47's password:
- auto-20121015-232120.tar.gz 100% 1566KB 1.5MB/s 00:01
-
- Unarchive it on the host:
-
- $ gunzip -c auto-20121015-232120.tar.gz | tar xvf -
- auto-20121015-232120/
- auto-20121015-232120/kernel/
- auto-20121015-232120/kernel/metadata
- auto-20121015-232120/kernel/channel0_1
- auto-20121015-232120/kernel/channel0_0
-
- We can now import the trace into Eclipse and view it:
-
- First, start eclipse and open the
- 'LTTng Kernel' perspective by selecting the following
- menu item:
-
- Window | Open Perspective | Other...
-
- In the dialog box that opens, select
- 'LTTng Kernel' from the list.
- Back at the main menu, select the
- following menu item:
-
- File | New | Project...
-
- In the dialog box that opens, select
- the 'Tracing | Tracing Project' wizard and press
- 'Next>'.
- Give the project a name and press
- 'Finish'.
- In the 'Project Explorer' pane under
- the project you created, right click on the
- 'Traces' item.
- Select 'Import..." and in the dialog
- that's displayed:
- Browse the filesystem and find the
- select the 'kernel' directory containing the trace
- you copied from the target
- e.g. auto-20121015-232120/kernel
- 'Checkmark' the directory in the tree
- that's displayed for the trace
- Below that, select 'Common Trace Format:
- Kernel Trace' for the 'Trace Type'
- Press 'Finish' to close the dialog
-
- Back in the 'Project Explorer' pane,
- double-click on the 'kernel' item for the
- trace you just imported under 'Traces'
-
-
- You should now see your trace data displayed graphically
- in several different views in Eclipse:
-
-
-
-
-
-
-
- You can access extensive help information on how to use
- the LTTng plug-in to search and analyze captured traces via
- the Eclipse help system:
-
- Help | Help Contents | LTTng Plug-in User Guide
-
-
-
-
-
- Collecting and viewing a trace in Eclipse
-
-
- This section on collecting traces remotely doesn't currently
- work because of Eclipse 'RSE' connectivity problems. Manually
- tracing on the target, copying the trace files to the host,
- and viewing the trace in Eclipse on the host as outlined in
- previous steps does work however - please use the manual
- steps outlined above to view traces in Eclipse.
-
-
-
- In order to trace a remote target, you also need to add
- a 'tracing' group on the target and connect as a user
- who's part of that group e.g:
-
- # adduser tomz
- # groupadd -r tracing
- # usermod -a -G tracing tomz
-
-
- First, start eclipse and open the
- 'LTTng Kernel' perspective by selecting the following
- menu item:
-
- Window | Open Perspective | Other...
-
- In the dialog box that opens, select
- 'LTTng Kernel' from the list.
- Back at the main menu, select the
- following menu item:
-
- File | New | Project...
-
- In the dialog box that opens, select
- the 'Tracing | Tracing Project' wizard and
- press 'Next>'.
- Give the project a name and press
- 'Finish'. That should result in an entry in the
- 'Project' subwindow.
- In the 'Control' subwindow just below
- it, press 'New Connection'.
- Add a new connection, giving it the
- hostname or IP address of the target system.
-
- Provide the username and password
- of a qualified user (a member of the 'tracing' group)
- or root account on the target system.
-
- Provide appropriate answers to whatever
- else is asked for e.g. 'secure storage password'
- can be anything you want.
- If you get an 'RSE Error' it may be due to proxies.
- It may be possible to get around the problem by
- changing the following setting:
-
- Window | Preferences | Network Connections
-
- Switch 'Active Provider' to 'Direct'
-
-
-
-
@@ -2742,15 +2571,6 @@
You can find a "Getting Started" link on this site that takes
you to an LTTng Quick Start.
-
-
- Finally, you can access extensive help information on how to use
- the LTTng plug-in to search and analyze captured traces via the
- Eclipse help system:
-
- Help | Help Contents | LTTng Plug-in User Guide
-
-