Change LTTng help plugin generation
authorBernd Hufmann <bhufmann@gmail.com>
Mon, 26 Nov 2012 14:04:56 +0000 (09:04 -0500)
committerBernd Hufmann <bhufmann@gmail.com>
Wed, 28 Nov 2012 14:48:58 +0000 (09:48 -0500)
commitff25eb479456ec35739dc0f9f0cd1d64b9425e2f
treed812fa7ded1b8f4bfeaa52693296226592913093
parent0b47ff0e0f7b40b8c09a8bccda8d174461a443d4
Change LTTng help plugin generation

The generation of the LTTng help plugin used to be done from
a wiki stored at Eclipse.org. This wiki matches the latest
delivered source code. However, when developing new features
or updating existing features it is required to document the
new or updated feature. But this cannot be done on the wiki
web page. This causes that the writing of documentation
is often postponed before the next official release.

This commit changes the way the help plugin is build. The source
wiki text file along with the relevant images as part of are
stored as part of the git repository. The build-helper.xml was
updated to build the help from the local wiki file. This allows
the designer to update the documentation along with the feature
implementation. Note, that the local wiki can be edited with the
MyLyn wiki text editor.

When a release to open source is done and these new or updated
feature are part of it, then the open source wiki at Eclipse.org
needs to be aligned to the wiki which is stored in the git
repository.

How to know if someone updated the open source wiki independent to
the one in the git repository? For that, the build-helper.xml file
also builds the help plugin files as it used to be done. After a
Ant build with the build-helper.xml file the changes will show
as changes in the git repository. Knowing what changed, it can be
easily transfered to the local wiki stored in git.

Note that the legacy help files were removed from the repository.

Change-Id: Iba1b140a78a5e4aaa2b2a7ffbdb0cf852f9b6030
Reviewed-on: https://git.eclipse.org/r/8794
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
216 files changed:
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/LTTng-Perspective.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/LTTng-Tracer-Control.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Limitations.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Updating-This-Document.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/User-Guide.html [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/Bookmarks.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/ControlFlowView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/EventsView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/HistogramView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureChannelsActions.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureChannelsKernelDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureChannelsUstDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureMarkersAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureMarkersDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConfigureTraceDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngConnectToRemoteSystem.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngControlFlowColorLegend.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngControlRsePerspective.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngCreateNewTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngCreateNewTraceDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngDeleteTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngDeleteTraceConfirm.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngImportLocalTrace.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngImportRemoteTrace.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngImportTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngLoginDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard1.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard2.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard3.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard4.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard5.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngNewConnectionWizard6.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngPauseTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngPerspective.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngPerspectiveOpen.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngProcessStateInfo.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngProjectNewDialog-2.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngProjectNewDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngProjectNewWizard.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngProjectProperty.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngRemoteSystemConfiguredTrace.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngRemoteSystemsNewConnection.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngRemoteSystemsWithLTTng.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngResourcesColorLegend.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngStartTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngStopTraceAction.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngTraceImportDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngTraceProperties.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LTTngTraceSelectDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyAddMatchingDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyDeleteMatchingDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyDistributionHover.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyDistributionZoom.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyGraphHover.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyListMatchingDialog.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyToolbar.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/LatencyView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/ProjectExplorer.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/ResourcesView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/StatisticsView.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/TmfEventFilter.gif [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/TmfEventSearch.gif [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/TmfEvents-Filter.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/images/TmfEvents-Search.png [deleted file]
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Installation.html
org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html
org.eclipse.linuxtools.lttng.help/build-helper.xml
org.eclipse.linuxtools.lttng.help/build.properties
org.eclipse.linuxtools.lttng.help/doc/How-to-use-LTTng-to-diagnose-problems.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/Installation.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/LTTng-Kernel-Analysis.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/LTTng.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/Limitations.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/References.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/Updating-This-Document.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/User-Guide-toc.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/User-Guide.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Bookmarks.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_global.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_legend.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_process_tree.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_show_view.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_small_dots.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_toolbar.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_tooltip.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_zoom.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Cfv_zoom_region.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Channel.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Channel_disabled.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ColorsView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CopyExperimentDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CopyTraceAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CopyTraceDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CustomTextParserInput.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CustomTextParserOutput.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CustomXMLParserInput.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/CustomXMLParserOutput.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DefaultEventsView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DefaultTmfEvents-Filter.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DefaultTmfEvents-Search.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DeleteExpSupplementaryFilesDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DeleteExperimentAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DeleteExperimentConfirmationDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DeleteSupplementaryFilesAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/DeleteSupplementaryFilesDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Environment_variables.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Event_disabled.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Event_enabled.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ExplorerWithAssociatedTraceType.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ExplorerWithExperiment.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/FiltersView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/HistogramView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AddContextDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AddContextOnChannelAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AddContextOnDomainAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AddContextToEventsAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AssignEventAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AssignEventDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2AssignedEvents.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CalibrateAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ControlViewConnect.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ControlViewDelete.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ControlViewDisconnect.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ControlViewFilled.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateChannelAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateChannelDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateChannelOnDomainAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateChannelOnDomainDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateSessionAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2CreateSessionDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2DestroyConfirmationDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2DestroySessionAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2DisableChannelAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2DisableEventAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EditConnection.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnableChannelAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnableEventAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledAllUstTracepoints.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledFunctionProbeEvent.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledKernelProbeEvent.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledKernelSyscalls.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledKernelTracepoints.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledUstLoglevelEvents.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnabledUstWildcardEvents.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EnterPassword.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EventOnChannelAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EventOnDomainAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EventOnSessionAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2EventOnSessionDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2FunctionEventDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ImportAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ImportDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ImportOverwriteConfirmationDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ImportRenameDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2NewConnection.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2Preferences.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2PreferencesGroup.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2PreferencesLogging.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2ProbeEventDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2PropertyView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2RefreshAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2SelectConnection.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StartTracingAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StatisticsView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2StopTracingAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2SyscallsDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2TracepointEventsDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2UstLoglevelEventsDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2UstTracepointEventsDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTng2UstWildcardEventsDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTngControlView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTngControlViewConnect.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTngKernelEventsViewer.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/LTTngKernelPerspective.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ManageCustomParsers.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/NewExperimentAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/NewExperimentDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/NewProjectExplorer.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/NewTracingProjectPage1.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/NewTracingProjectPage2.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/OpenLTTngKernelPerspective.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/OpenTraceAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ProjectImportTraceAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ProjectImportTraceDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RV_infobox1.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RV_infobox2.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RemoveTracesAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RenameExperimentDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RenameTraceAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/RenameTraceDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Rv_example.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Rv_legend.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/SelectGenericCTFTraceType.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/SelectLTTngKernelTraceType.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/SelectTracesAction.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/SelectTracesDialog.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Session_active.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Session_inactive.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ShowTracingPerspective.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/ShowTracingViews.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Target_connected.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/Target_disconnected.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/TimeChartView.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/TmfEventFilter.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/TmfEventSearch.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/TracingPerspective.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/home.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/next.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/images/prev.gif [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/doc/notice.html
org.eclipse.linuxtools.lttng.help/plugin.xml
org.eclipse.linuxtools.lttng.help/toc.xml
This page took 0.042696 seconds and 5 git commands to generate.