[eclipse-linuxtools] 02/14: Merge tag 'upstream/2.0.0'

Jakub Adam xhaakon-guest at moszumanska.debian.org
Wed Feb 12 17:37:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository eclipse-linuxtools.

commit 8c429d38acc4b50d74991b4bd89e9c32042e6a37
Merge: 73472a7 b015cec
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Thu Jul 4 10:19:09 2013 +0200

    Merge tag 'upstream/2.0.0'
    
    Upstream version 2.0.0

 .../feature.xml                                    |     2 +-
 .../pom.xml                                        |     4 +-
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../plugin.properties                              |    19 +
 .../plugin.xml                                     |    47 +-
 .../org.eclipse.linuxtools.changelog.core/pom.xml  |     2 +-
 .../changelog/core/ChangeLogExtensionManager.java  |     2 +-
 .../internal/changelog/core/ChangelogPlugin.java   |     2 +-
 .../internal/changelog/core/Messages.java          |     4 +-
 .../core/actions/InsertChangeLogKeyHandler.java    |     8 +
 .../core/actions/PrepareChangeLogAction.java       |    10 +-
 .../core/actions/PrepareChangelogKeyHandler.java   |     2 +-
 .../changelog/core/actions/StorageEditorInput.java |     2 +-
 .../core/editors/ChangeLogFormattingStrategy.java  |     6 +-
 .../core/editors/GNUEditorConfiguration.java       |     2 +-
 .../core/editors/GNUPartitionScanner.java          |    13 +-
 .../changelog/core/formatters/GNUFormat.java       |     8 +-
 .../build.properties                               |     1 +
 .../pom.xml                                        |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |     6 +-
 .../ChangeLog/User_Guide/ChangeLog-Editor.html     |     2 +-
 .../User_Guide/ChangeLog-Plug-in-Functions.html    |     6 +-
 .../LinuxToolsChangeLogFolderSectionDialog.png     |   Bin 0 -> 12621 bytes
 .../images/LinuxToolsInsertChangeLogMenu.png       |   Bin 0 -> 61996 bytes
 .../images/LinuxtoolsChangeLogEditor.png           |   Bin 0 -> 80234 bytes
 .../images/LinuxtoolsPrepareChangeLog.png          |   Bin 0 -> 47996 bytes
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../plugin.properties                              |     2 +
 .../org.eclipse.linuxtools.changelog.doc/pom.xml   |     2 +-
 .../pom.xml                                        |     2 +-
 .../pom.xml                                        |     2 +-
 .../changelog/parsers/java/JavaParser.java         |     2 +-
 .../META-INF/MANIFEST.MF                           |     6 +-
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 .../build.properties                               |     3 +-
 .../org.eclipse.linuxtools.changelog.tests/pom.xml |     2 +-
 .../changelog/core/tests/ChangeLogWriterTest.java  |     3 +
 changelog/pom.xml                                  |    17 +-
 gcov/org.eclipse.linuxtools.gcov-feature/.project  |     0
 .../build.properties                               |     0
 .../epl-v10.html                                   |     0
 .../feature.properties                             |     0
 .../feature.xml                                    |     0
 gcov/org.eclipse.linuxtools.gcov-feature/pom.xml   |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    90 +-
 .../META-INF/MANIFEST.MF                           |    10 +-
 .../build.properties                               |    14 +-
 .../plugin.properties                              |     3 +-
 gcov/org.eclipse.linuxtools.gcov.core/plugin.xml   |    15 +
 gcov/org.eclipse.linuxtools.gcov.core/pom.xml      |     4 +-
 .../src/org/eclipse/linuxtools/gcov/Activator.java |    74 -
 .../linuxtools/internal/gcov/Activator.java        |    62 +
 .../internal/gcov/action/OpenGCAction.java         |   113 +-
 .../gcov/action/SwitchContentProviderAction.java   |    15 +-
 .../internal/gcov/dialog/OpenGCDialog.java         |     8 +-
 .../gcov/model/CovFunctionTreeElement.java         |     2 +-
 .../internal/gcov/parser/CovManager.java           |    37 +-
 .../internal/gcov/parser/GcdaRecordsParser.java    |     2 +-
 .../internal/gcov/parser/GcnoFunction.java         |     2 +-
 .../internal/gcov/parser/GcnoRecordsParser.java    |     2 +-
 .../linuxtools/internal/gcov/parser/Line.java      |    13 +-
 .../internal/gcov/parser/SourceFile.java           |     2 +-
 .../gcov/preferences/ColorPreferencePage.java      |   103 +
 .../preferences/ColorPreferencesInitializer.java   |    35 +
 .../internal/gcov/preferences/Messages.java        |    31 +
 .../internal/gcov/preferences/messages.properties  |    17 +
 .../gcov/view/CovFolderContentProvider.java        |    45 +-
 .../linuxtools/internal/gcov/view/CovView.java     |    78 +-
 .../linuxtools/internal/gcov/view/CovViewer.java   |     4 +-
 .../gcov/view/FieldCoveragePercentage.java         |     2 +-
 .../internal/gcov/view/FieldExecutedLines.java     |    42 +-
 .../internal/gcov/view/FieldInstrumentedLines.java |    39 +-
 .../linuxtools/internal/gcov/view/FieldName.java   |    29 +-
 .../internal/gcov/view/FieldTotalLines.java        |    54 +-
 .../linuxtools/internal/gcov/view/Messages.java    |    29 +
 .../annotatedsource/CoverageAnnotationColumn.java  |    27 +-
 .../annotatedsource/GcovAnnotationProvider.java    |   126 +
 .../annotatedsource/GcovSourceEditorInput.java     |    33 +
 .../view/annotatedsource/OpenSourceFileAction.java |    19 +-
 .../STAnnotatedSourceEditorInput.java              |    73 -
 .../internal/gcov/view/messages.properties         |    15 +
 .../GCov/User_Guide/Gcov-main-view.html            |    12 +-
 .../GCov/User_Guide/Installation-and-Set-Up.html   |     4 +-
 .../GCov/User_Guide/Opening-gcov-result.html       |    12 +-
 .../GCov/User_Guide/Profiling-Code-Coverage.html   |    66 +
 .../GCov/User_Guide/User-Guide.html                |     4 +-
 .../images/LinuxToolsGcovAnnotatedSource.png       |   Bin 0 -> 43889 bytes
 .../images/LinuxToolsGcovProfilingTools.png        |   Bin 0 -> 30470 bytes
 .../GCov/User_Guide/images/LinuxToolsGcovView.png  |   Bin 0 -> 44397 bytes
 .../User_Guide/images/LinuxToolsProfileAsGcov.png  |   Bin 0 -> 39523 bytes
 .../build-helper.xml                               |     2 +-
 .../extract-markup.xsl                             |     9 -
 gcov/org.eclipse.linuxtools.gcov.docs/pom.xml      |     2 +-
 gcov/org.eclipse.linuxtools.gcov.docs/toc.xml      |     1 +
 gcov/org.eclipse.linuxtools.gcov.launch/pom.xml    |     2 +-
 .../linuxtools/gcov/launch/GcovLaunchPlugin.java   |    75 -
 .../launch/GcovLaunchConfigurationDelegate.java    |    42 +-
 .../internal/gcov/launch/GcovLaunchMessages.java   |     2 +-
 .../internal/gcov/launch/GcovLaunchPlugin.java     |    26 +
 .../internal/gcov/launch/GcovLaunchShortcut.java   |     4 +-
 .../META-INF/MANIFEST.MF                           |    12 +-
 .../build.properties                               |    14 +-
 gcov/org.eclipse.linuxtools.gcov.test/pom.xml      |     2 +-
 .../resource/Gcov_CPP_test/file.csv                |     2 +-
 .../resource/Gcov_CPP_test/folder.csv              |     4 +-
 .../resource/Gcov_CPP_test/function.csv            |     2 +-
 .../linuxtools/internal/gcov/test/GcovTest.java    |    92 +-
 .../linuxtools/internal/gcov/test/GcovTestC.java   |    26 +-
 .../internal/gcov/test/GcovTestCLibrary.java       |    20 +-
 .../linuxtools/internal/gcov/test/GcovTestCPP.java |    25 +-
 .../internal/gcov/test/STJunitUtils.java           |   148 +-
 gcov/pom.xml                                       |    17 +-
 .../feature.xml                                    |     2 +-
 gprof/org.eclipse.linuxtools.gprof-feature/pom.xml |     4 +-
 .../GProf/User_Guide/GProf-View.html               |    29 +-
 .../GProf/User_Guide/Installation-and-Set-Up.html  |    14 +-
 .../GProf/User_Guide/Opening-gmon-out.html         |    26 +-
 .../GProf/User_Guide/Profiling-Using-GProf.html    |    74 +
 .../GProf/User_Guide/Supported-format.html         |    71 +
 .../GProf/User_Guide/User-Guide.html               |     4 +-
 .../User_Guide/images/LinuxToolsGprofDialog.png    |   Bin 0 -> 14194 bytes
 .../User_Guide/images/LinuxToolsGprofGmonOut.png   |   Bin 0 -> 11599 bytes
 .../User_Guide/images/LinuxToolsGprofTiming.png    |   Bin 0 -> 32038 bytes
 .../User_Guide/images/LinuxToolsGprofView.png      |   Bin 0 -> 60511 bytes
 .../images/LinuxToolsProfileLocalGprof.png         |   Bin 0 -> 39559 bytes
 .../images/LinuxToolsTimingPreferencesGprof.png    |   Bin 0 -> 45839 bytes
 .../images/LinuxToolsTimingPropertiesGprof.png     |   Bin 0 -> 54336 bytes
 .../images/LinuxtoolsGprofBuildConsole.png         |   Bin 0 -> 65039 bytes
 .../build-doc.xml                                  |     2 +-
 .../extract-markup.xsl                             |     9 -
 gprof/org.eclipse.linuxtools.gprof.docs/pom.xml    |     2 +-
 gprof/org.eclipse.linuxtools.gprof.docs/toc.xml    |     2 +
 .../META-INF/MANIFEST.MF                           |     1 +
 gprof/org.eclipse.linuxtools.gprof.launch/pom.xml  |     2 +-
 .../linuxtools/gprof/launch/GprofLaunchPlugin.java |    75 -
 .../internal/gprof/launch/GprofLaunch.java         |    19 +
 .../launch/GprofLaunchConfigurationDelegate.java   |    50 +-
 .../internal/gprof/launch/GprofLaunchShortcut.java |     8 +-
 .../META-INF/MANIFEST.MF                           |    14 +-
 .../bigtest_gprof_input/src/bigtest.c              | 34364 +++++++++----------
 .../build.properties                               |     3 +-
 gprof/org.eclipse.linuxtools.gprof.test/pom.xml    |     2 +-
 .../resources/fibTest/.cproject                    |   924 +
 .../resources/fibTest/.project                     |    82 +
 .../resources/fibTest/fib.cpp                      |    37 +
 .../resources/fibTest/makefile.init                |     9 +
 .../resources/fibTest/makefile.targets             |     8 +
 .../resources/fibTest2/.cproject                   |   924 +
 .../resources/fibTest2/.project                    |    82 +
 .../resources/fibTest2/fib.cpp                     |    37 +
 .../resources/fibTest2/makefile.init               |     9 +
 .../resources/fibTest2/makefile.targets            |     8 +
 .../internal/gprof/test/AllGprofTests.java         |    21 +-
 .../internal/gprof/test/GprofAggregatorTest.java   |    78 +-
 .../internal/gprof/test/GprofBinaryTest.java       |    73 +-
 .../internal/gprof/test/GprofLaunchTest.java       |    99 +
 .../internal/gprof/test/GprofParserTest.java       |    79 +-
 .../internal/gprof/test/GprofShortcutTest.java     |   102 +
 .../linuxtools/internal/gprof/test/GprofTest.java  |   259 +-
 .../internal/gprof/test/STJunitUtils.java          |   102 +-
 .../META-INF/MANIFEST.MF                           |    17 +-
 .../org.eclipse.linuxtools.gprof/plugin.properties |     2 +-
 gprof/org.eclipse.linuxtools.gprof/plugin.xml      |     2 +-
 gprof/org.eclipse.linuxtools.gprof/pom.xml         |     4 +-
 .../org/eclipse/linuxtools/gprof/Activator.java    |   196 -
 .../linuxtools/internal/gprof/Activator.java       |    68 +
 .../linuxtools/internal/gprof/Messages.java        |    59 +
 .../internal/gprof/action/OpenGmonAction.java      |   101 +-
 .../gprof/action/SwitchContentProviderAction.java  |     2 +-
 .../gprof/action/SwitchSampleTimeAction.java       |    13 +-
 .../internal/gprof/dialog/OpenGmonDialog.java      |   164 +-
 .../linuxtools/internal/gprof/messages.properties  |    44 +
 .../internal/gprof/parser/GmonDecoder.java         |   476 +-
 .../internal/gprof/parser/HistogramDecoder.java    |    23 +-
 .../internal/gprof/symbolManager/CallGraphArc.java |    96 +-
 .../gprof/symbolManager/CallGraphNode.java         |   161 +-
 .../internal/gprof/utils/Aggregator.java           |   158 +-
 .../internal/gprof/utils/GprofProgramChecker.java  |    24 +-
 .../gprof/view/CallGraphContentProvider.java       |    36 +-
 .../gprof/view/FileHistogramContentProvider.java   |    43 +-
 .../linuxtools/internal/gprof/view/GmonView.java   |   468 +-
 .../linuxtools/internal/gprof/view/GmonViewer.java |    16 +-
 .../internal/gprof/view/fields/CallsProfField.java |   200 +-
 .../internal/gprof/view/fields/NameProfField.java  |    17 +-
 .../internal/gprof/view/fields/RatioProfField.java |     5 +-
 .../gprof/view/fields/SamplePerCallField.java      |    29 +-
 .../gprof/view/fields/SampleProfField.java         |    75 +-
 .../internal/gprof/view/histogram/CGArc.java       |     6 +-
 .../internal/gprof/view/histogram/CGCategory.java  |    83 +-
 .../internal/gprof/view/histogram/HistBucket.java  |     2 +-
 .../internal/gprof/view/histogram/HistLine.java    |     2 +-
 .../internal/gprof/view/histogram/HistRoot.java    |     3 +-
 gprof/pom.xml                                      |    17 +-
 .../pom.xml                                        |     2 +-
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     3 +-
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 .../build.properties                               |     4 +-
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     3 +-
 .../pom.xml                                        |     2 +-
 .../cdt/libhover/devhelp/DevHelpPlugin.java        |    46 -
 .../libhover/devhelp/DevHelpContentProducer.java   |     1 -
 .../cdt/libhover/devhelp/DevHelpPlugin.java        |    46 +
 .../internal/cdt/libhover/devhelp/DevHelpToc.java  |     9 +-
 .../cdt/libhover/devhelp/DevHelpTopic.java         |     5 +-
 .../internal/cdt/libhover/devhelp/SimpleTopic.java |     1 -
 .../preferences/LibHoverPreferencePage.java        |     2 +-
 .../devhelp/preferences/PreferenceInitializer.java |     2 +-
 .../pom.xml                                        |     2 +-
 .../pom.xml                                        |     2 +-
 .../build.properties                               |     2 +
 .../pom.xml                                        |    21 +-
 .../cdt/libhover/libstdcxx/DoxygenCPPInfo.java     |   176 +-
 .../pom.xml                                        |     2 +-
 .../pom.xml                                        |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   103 +-
 .../plugin.properties                              |     2 +
 .../org.eclipse.linuxtools.cdt.libhover/plugin.xml |     2 +-
 .../org.eclipse.linuxtools.cdt.libhover/pom.xml    |     2 +-
 .../eclipse/linuxtools/cdt/libhover/HelpBook.java  |     4 +-
 .../linuxtools/cdt/libhover/LibhoverPlugin.java    |    24 +-
 .../linuxtools/cdt/libhover/MemberInfo.java        |    38 +-
 .../cdt/libhover/utils/BuildFunctionInfos.java     |    53 +-
 .../linuxtools/internal/cdt/libhover/LibHover.java |    72 +-
 .../internal/cdt/libhover/LibHoverLibrary.java     |    50 +-
 libhover/pom.xml                                   |    17 +-
 .../.classpath                                     |     1 +
 .../org.eclipse.linuxtools.ctf.core.tests/.project |     6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |    13 +-
 .../build.properties                               |    16 +
 .../plugin.properties                              |    16 +-
 .../org.eclipse.linuxtools.ctf.core.tests/pom.xml  |    66 +-
 .../ctf/core/tests/shared/CtfTestTraces.java       |   160 +
 .../linuxtools/ctf/core/tests/AllCtfCoreTests.java |    37 +-
 .../ctf/core/tests/CtfCorePluginTest.java          |    46 +-
 .../ctf/core/tests/CtfCoreTestPlugin.java          |    79 +
 .../linuxtools/ctf/core/tests/TestParams.java      |    66 -
 .../ctf/core/tests/event/CTFCallsiteTest.java      |    41 +-
 .../ctf/core/tests/event/CTFEventFieldTest.java    |    56 +-
 .../linuxtools/ctf/core/tests/event/TestAll.java   |    26 +-
 .../ctf/core/tests/headless/ReadTrace.java         |     7 +-
 .../ctf/core/tests/io/BitBufferIntTest.java        |    75 +-
 .../ctf/core/tests/io/BitBufferTest.java           |    57 +-
 .../linuxtools/ctf/core/tests/io/TestAll.java      |    28 +-
 .../trace/CTFTraceCallsitePerformanceTest.java     |    26 +-
 .../ctf/core/tests/trace/CTFTraceReaderTest.java   |    48 +-
 .../ctf/core/tests/trace/CTFTraceTest.java         |   223 +-
 .../ctf/core/tests/trace/IOstructgenTest.java      |   521 +
 .../ctf/core/tests/trace/MetadataTest.java         |    38 +-
 .../trace/StreamInputPacketIndexEntryTest.java     |    38 +-
 .../tests/trace/StreamInputPacketIndexTest.java    |    30 +-
 .../trace/StreamInputReaderComparatorTest.java     |    30 +-
 .../core/tests/trace/StreamInputReaderTest.java    |    48 +-
 .../StreamInputReaderTimestampComparatorTest.java  |    30 +-
 .../ctf/core/tests/trace/StreamInputTest.java      |    74 +-
 .../ctf/core/tests/trace/StreamTest.java           |    55 +-
 .../linuxtools/ctf/core/tests/trace/TestAll.java   |    46 +-
 .../linuxtools/ctf/core/tests/trace/UtilsTest.java |    56 +-
 .../ctf/core/tests/types/ArrayDeclarationTest.java |    38 +-
 .../ctf/core/tests/types/ArrayDefinitionTest.java  |    77 +-
 .../ctf/core/tests/types/DefinitionTest.java       |    43 +-
 .../ctf/core/tests/types/EnumDeclarationTest.java  |    42 +-
 .../ctf/core/tests/types/EnumDefinitionTest.java   |    49 +-
 .../ctf/core/tests/types/EventDeclarationTest.java |    58 +-
 .../ctf/core/tests/types/FloatDeclarationTest.java |    13 +-
 .../ctf/core/tests/types/FloatDefinitionTest.java  |    54 +-
 .../core/tests/types/IntegerDeclarationTest.java   |   135 +-
 .../core/tests/types/IntegerDefinitionTest.java    |    47 +-
 .../core/tests/types/IntegerEndiannessTest.java    |    93 +
 .../core/tests/types/SequenceDeclarationTest.java  |    42 +-
 .../core/tests/types/SequenceDefinitionTest.java   |    44 +-
 .../core/tests/types/StringDeclarationTest.java    |    50 +-
 .../ctf/core/tests/types/StringDefinitionTest.java |    36 +-
 .../core/tests/types/StructDeclarationTest.java    |    44 +-
 .../ctf/core/tests/types/StructDefinitionTest.java |    85 +-
 .../linuxtools/ctf/core/tests/types/TestAll.java   |    51 +-
 .../core/tests/types/VariantDeclarationTest.java   |    73 +-
 .../core/tests/types/VariantDefinitionTest.java    |   115 +-
 .../traces/get-traces.sh                           |    16 +-
 .../traces/get-traces.xml                          |    48 +
 lttng/org.eclipse.linuxtools.ctf.core/.project     |     6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    11 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    16 +-
 lttng/org.eclipse.linuxtools.ctf.core/pom.xml      |     6 +-
 .../linuxtools/ctf/core/event/CTFCallsite.java     |    77 +-
 .../linuxtools/ctf/core/event/CTFClock.java        |    80 +-
 .../ctf/core/event/EventDeclaration.java           |   311 -
 .../linuxtools/ctf/core/event/EventDefinition.java |    16 +-
 .../ctf/core/event/IEventDeclaration.java          |   100 +
 .../linuxtools/ctf/core/event/io/BitBuffer.java    |   554 +
 .../ctf/core/event/types/ArrayDeclaration.java     |     3 +-
 .../ctf/core/event/types/ArrayDefinition.java      |     8 +-
 .../ctf/core/event/types/Definition.java           |    53 +-
 .../ctf/core/event/types/EnumDeclaration.java      |    12 +-
 .../ctf/core/event/types/EnumDefinition.java       |    20 +-
 .../ctf/core/event/types/FloatDefinition.java      |     4 +-
 .../ctf/core/event/types/IDeclaration.java         |     9 +-
 .../ctf/core/event/types/IDefinitionScope.java     |     6 +-
 .../ctf/core/event/types/IntegerDeclaration.java   |    55 +-
 .../ctf/core/event/types/IntegerDefinition.java    |    40 +-
 .../ctf/core/event/types/SequenceDefinition.java   |    12 +-
 .../ctf/core/event/types/StringDefinition.java     |     4 +-
 .../ctf/core/event/types/StructDeclaration.java    |    29 +-
 .../ctf/core/event/types/StructDefinition.java     |    37 +-
 .../ctf/core/event/types/VariantDeclaration.java   |    10 +-
 .../ctf/core/event/types/VariantDefinition.java    |    32 +-
 .../ctf/core/trace/CTFReaderException.java         |    21 +-
 .../linuxtools/ctf/core/trace/CTFTrace.java        |   266 +-
 .../linuxtools/ctf/core/trace/CTFTraceReader.java  |   105 +-
 .../linuxtools/ctf/core/trace/Metadata.java        |    67 +-
 .../eclipse/linuxtools/ctf/core/trace/Stream.java  |   268 +
 .../linuxtools/ctf/core/trace/StreamInput.java     |   511 +
 .../ctf/core/trace/StreamInputPacketReader.java    |   448 +-
 .../ctf/core/trace/StreamInputReader.java          |    29 +-
 .../eclipse/linuxtools/ctf/core/trace/Utils.java   |    14 +-
 .../linuxtools/internal/ctf/core/Activator.java    |    19 +-
 .../internal/ctf/core/event/EventDeclaration.java  |   342 +
 .../internal/ctf/core/event/io/BitBuffer.java      |   595 -
 .../ctf/core/event/metadata/CTFStrings.java        |    89 +-
 .../ctf/core/event/metadata/DeclarationScope.java  |    35 +-
 .../ctf/core/event/metadata/IOStructGen.java       |   336 +-
 .../internal/ctf/core/event/metadata/Messages.java |    38 +
 .../metadata/exceptions/CtfAntlrException.java     |   118 +
 .../event/metadata/exceptions/ParseException.java  |    12 +-
 .../ctf/core/event/metadata/messages.properties    |    24 +
 .../linuxtools/internal/ctf/core/trace/Stream.java |   271 -
 .../internal/ctf/core/trace/StreamInput.java       |   521 -
 .../core/trace/StreamInputPacketIndexEntry.java    |    11 +-
 lttng/org.eclipse.linuxtools.ctf.parser/.classpath |     7 +-
 lttng/org.eclipse.linuxtools.ctf.parser/.project   |     9 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../Grammar/regenGrammar.sh                        |     5 -
 lttng/org.eclipse.linuxtools.ctf.parser/README     |    31 +
 .../build.properties                               |    16 +-
 .../generate-grammar.sh                            |    22 +
 .../plugin.properties                              |    16 +-
 lttng/org.eclipse.linuxtools.ctf.parser/pom.xml    |    32 +-
 .../org/eclipse/linuxtools/ctf/parser}/CTFLexer.g  |     0
 .../org/eclipse/linuxtools/ctf/parser}/CTFParser.g |     0
 lttng/org.eclipse.linuxtools.ctf/build.properties  |    12 +
 .../org.eclipse.linuxtools.ctf/feature.properties  |    11 +-
 lttng/org.eclipse.linuxtools.ctf/feature.xml       |     4 +-
 lttng/org.eclipse.linuxtools.ctf/pom.xml           |     6 +-
 .../sourceTemplateFeature/feature.properties       |    11 +
 .../.classpath                                     |     0
 .../.project                                       |    34 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../.settings/org.eclipse.jdt.core.prefs           |   393 +
 .../.settings/org.eclipse.jdt.ui.prefs             |    56 +
 .../META-INF/MANIFEST.MF                           |    11 +
 .../build.properties                               |    17 +
 .../plugin.properties                              |    15 +
 .../pom.xml                                        |    44 +
 .../gdbtrace/core/tests/AllGdbTraceCoreTests.java  |    28 +
 .../core/tests/GdbTraceCorePluginTest.java         |    45 +
 .../.classpath                                     |     0
 .../org.eclipse.linuxtools.gdbtrace.core/.project  |    34 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../.settings/org.eclipse.jdt.core.prefs           |   393 +
 .../.settings/org.eclipse.jdt.ui.prefs             |    56 +
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    32 +
 .../about.html                                     |     0
 .../build.properties                               |    18 +
 .../plugin.properties                              |    15 +
 lttng/org.eclipse.linuxtools.gdbtrace.core/pom.xml |    36 +
 .../internal/gdbtrace/core/Activator.java          |   140 +
 .../internal/gdbtrace/core/GdbTraceCorePlugin.java |    85 +
 .../gdbtrace/core/event/GdbTraceEvent.java         |    52 +
 .../gdbtrace/core/event/GdbTraceEventContent.java  |    91 +
 .../gdbtrace/core/trace/DsfGdbAdaptor.java         |   829 +
 .../internal/gdbtrace/core/trace/GdbTrace.java     |   198 +
 .../internal/gdbtrace/core/trace/Messages.java     |    48 +
 .../gdbtrace/core/trace/messages.properties        |    17 +
 .../.empty.dtd}                                    |     0
 .../.externalToolBuilders/Help Builder.launch      |    16 +
 .../org.eclipse.linuxtools.gdbtrace.help/.project  |    36 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../META-INF/MANIFEST.MF                           |     8 +
 lttng/org.eclipse.linuxtools.gdbtrace.help/README  |    19 +
 .../about.html                                     |     0
 .../org.eclipse.linuxtools.gdbtrace.help/book.css  |    59 +
 .../build.properties                               |    20 +
 .../org.eclipse.linuxtools.gdbtrace.help/build.xml |    99 +
 .../doc/User-Guide.mediawiki                       |    90 +
 .../doc/images/GDBTracePerspective.png             |   Bin 0 -> 167177 bytes
 .../doc/images/gdb_icon16.png                      |   Bin 0 -> 330 bytes
 .../doc/images/home.gif                            |   Bin 0 -> 582 bytes
 .../doc/images/next.gif                            |   Bin 0 -> 327 bytes
 .../doc/images/prev.gif                            |   Bin 0 -> 327 bytes
 .../plugin.properties                              |    15 +
 .../plugin.xml                                     |    18 +
 lttng/org.eclipse.linuxtools.gdbtrace.help/pom.xml |    86 +
 .../.classpath                                     |     0
 .../.project                                       |    34 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../.settings/org.eclipse.jdt.core.prefs           |   393 +
 .../.settings/org.eclipse.jdt.ui.prefs             |    56 +
 .../META-INF/MANIFEST.MF                           |    11 +
 .../build.properties                               |    17 +
 .../plugin.properties                              |    15 +
 .../pom.xml                                        |    44 +
 .../gdbtrace/ui/tests/AllGdbTraceUITests.java      |    28 +
 .../gdbtrace/ui/tests/GdbTraceUIPluginTest.java    |    45 +
 .../org.eclipse.linuxtools.gdbtrace.ui}/.classpath |     0
 lttng/org.eclipse.linuxtools.gdbtrace.ui/.project  |    34 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../.settings/org.eclipse.jdt.core.prefs           |   393 +
 .../.settings/org.eclipse.jdt.ui.prefs             |    56 +
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    25 +
 .../about.html                                     |     0
 .../build.properties                               |    20 +
 .../icons/obj16/gdb_icon16.png                     |   Bin 0 -> 330 bytes
 .../plugin.properties                              |    22 +
 .../org.eclipse.linuxtools.gdbtrace.ui/plugin.xml  |    90 +
 lttng/org.eclipse.linuxtools.gdbtrace.ui/pom.xml   |    36 +
 .../internal/gdbtrace/ui/GdbTraceUIPlugin.java     |    73 +
 .../gdbtrace/ui/views/GdbPerspectiveFactory.java   |    76 +
 .../gdbtrace/ui/views/events/GdbEventsTable.java   |   132 +
 .../ui/views/project/dialogs/Messages.java         |    34 +
 .../dialogs/SelectTraceExecutableDialog.java       |   190 +
 .../ui/views/project/dialogs/messages.properties   |    18 +
 .../handlers/SelectTraceExecutableHandler.java     |    71 +
 lttng/org.eclipse.linuxtools.gdbtrace/.project     |    17 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../build.properties                               |    17 +
 .../epl-v10.html                                   |     0
 .../feature.properties                             |   147 +
 lttng/org.eclipse.linuxtools.gdbtrace/feature.xml  |    63 +
 .../license.html                                   |     0
 .../p2.inf                                         |     0
 lttng/org.eclipse.linuxtools.gdbtrace/pom.xml      |    64 +
 .../sourceTemplateFeature/feature.properties       |    12 +
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    12 -
 .../ChangeLog                                      |    72 -
 .../META-INF/MANIFEST.MF                           |    15 -
 .../build.properties                               |     6 -
 .../plugin.properties                              |     3 -
 .../pom.xml                                        |    76 -
 .../lttng/core/tests/ActivateDebugging.java        |    15 -
 .../lttng/core/tests/AllLTTngCoreTests.java        |    72 -
 .../lttng/core/tests/LttngTestPreparation.java     |   414 -
 .../control/LTTngSyntheticEventProviderTest.java   |    95 -
 .../LTTngSyntheticEventProviderTextTest.java       |    76 -
 .../lttng/core/tests/event/AllLTTngEventTests.java |    23 -
 .../core/tests/event/LttngEventContentTest.java    |   264 -
 .../core/tests/event/LttngEventFieldTest.java      |   123 -
 .../lttng/core/tests/event/LttngEventTest.java     |   225 -
 .../lttng/core/tests/event/LttngEventTypeTest.java |   119 -
 .../lttng/core/tests/event/LttngTimestampTest.java |   144 -
 .../lttng/core/tests/headless/JniTraceTest.java    |    88 -
 .../lttng/core/tests/headless/LttngTraceTest.java  |    97 -
 .../lttng/core/tests/headless/TmfTraceTest.java    |   126 -
 .../lttng/core/tests/jni/AllJniTests.java          |    20 -
 .../lttng/core/tests/jni/Combinations.java         |   177 -
 .../lttng/core/tests/jni/JniEventTest.java         |   340 -
 .../lttng/core/tests/jni/JniMarkerFieldTest.java   |   112 -
 .../lttng/core/tests/jni/JniMarkerTest.java        |   120 -
 .../lttng/core/tests/jni/JniTraceTest.java         |   392 -
 .../lttng/core/tests/jni/JniTracefileTest.java     |   244 -
 .../lttng/core/tests/model/LTTngTreeNodeTest.java  |   271 -
 .../state/StateManagerFactoryTestSupport.java      |    83 -
 .../lttng/core/tests/state/TestStateManager.java   |    59 -
 .../experiment/StateExperimentManagerTextTest.java |    88 -
 .../core/tests/state/handlers/AbsStateUpdate.java  |   569 -
 .../handlers/after/StateAfterUpdateFactory.java    |   160 -
 .../handlers/after/StateAfterUpdateHandlers.java   |  1615 -
 .../handlers/before/StateBeforeUpdateFactory.java  |   160 -
 .../handlers/before/StateBeforeUpdateHandlers.java |  1605 -
 .../state/resource/LTTngStateResourceTest.java     |   193 -
 .../tests/state/tests/handlers/AbsStateUpdate.java |   569 -
 .../core/tests/trace/LTTngExperimentTest.java      |   127 -
 .../lttng/core/tests/trace/LTTngTextTraceTest.java |   268 -
 .../lttng/core/tests/trace/LTTngTraceTest.java     |   548 -
 .../trace-15316events_nolost_newformat.tar.gz      |   Bin 150943 -> 0 bytes
 .../trace-15316events_nolost_newformat.txt         | 15320 ---------
 .../trace-15471events_nolost_newformat.tar.gz      |   Bin 152765 -> 0 bytes
 .../trace-15471events_nolost_newformat.txt         | 15475 ---------
 .../traceset/trace-2.6.tar.gz                      |   Bin 1179844 -> 0 bytes
 lttng/org.eclipse.linuxtools.lttng.core/.classpath |     7 -
 lttng/org.eclipse.linuxtools.lttng.core/.options   |     3 -
 lttng/org.eclipse.linuxtools.lttng.core/.project   |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    12 -
 lttng/org.eclipse.linuxtools.lttng.core/ChangeLog  |   167 -
 .../META-INF/MANIFEST.MF                           |    38 -
 .../build.properties                               |     6 -
 .../plugin.properties                              |     3 -
 lttng/org.eclipse.linuxtools.lttng.core/pom.xml    |    45 -
 .../linuxtools/internal/lttng/core/Activator.java  |   142 -
 .../internal/lttng/core/LTTngProjectNature.java    |    26 -
 .../internal/lttng/core/LttngConstants.java        |   214 -
 .../internal/lttng/core/LttngFactory.java          |    35 -
 .../linuxtools/internal/lttng/core/TraceDebug.java |   152 -
 .../internal/lttng/core/TraceHelper.java           |   116 -
 .../core/control/LttngCoreProviderFactory.java     |    68 -
 .../core/control/LttngSyntheticEventProvider.java  |   481 -
 .../internal/lttng/core/event/LttngEvent.java      |   247 -
 .../lttng/core/event/LttngEventContent.java        |   333 -
 .../internal/lttng/core/event/LttngEventField.java |    54 -
 .../internal/lttng/core/event/LttngEventType.java  |   181 -
 .../internal/lttng/core/event/LttngLocation.java   |   165 -
 .../lttng/core/event/LttngSyntheticEvent.java      |   347 -
 .../internal/lttng/core/event/LttngTimestamp.java  |   172 -
 .../exceptions/EventOutOfSequenceException.java    |    17 -
 .../lttng/core/exceptions/LttngException.java      |    14 -
 .../lttng/core/latency/analyzer/EventMatcher.java  |   505 -
 .../lttng/core/latency/analyzer/StackWrapper.java  |   153 -
 .../internal/lttng/core/model/ILTTngTreeNode.java  |   119 -
 .../internal/lttng/core/model/LTTngTreeNode.java   |    68 -
 .../lttng/core/model/LTTngTreeNodeGeneric.java     |   362 -
 .../lttng/core/request/ILttngSyntEventRequest.java |    98 -
 .../lttng/core/request/IRequestStatusListener.java |    39 -
 .../lttng/core/request/LttngBaseEventRequest.java  |   126 -
 .../lttng/core/request/LttngSyntEventRequest.java  |   251 -
 .../lttng/core/request/RequestCompletedSignal.java |    18 -
 .../lttng/core/request/RequestStartedSignal.java   |    18 -
 .../signal/ILttExperimentSelectedListener.java     |    37 -
 .../lttng/core/signal/StateExperimentListener.java |    51 -
 .../lttng/core/state/LttngStateException.java      |    85 -
 .../internal/lttng/core/state/StateStrings.java    |   652 -
 .../evProcessor/AbsEventToHandlerResolver.java     |   226 -
 .../state/evProcessor/IBaseEventProcessor.java     |    28 -
 .../state/evProcessor/IEventToHandlerResolver.java |    34 -
 .../state/evProcessor/ILttngEventProcessor.java    |    37 -
 .../state/evProcessor/ITransEventProcessor.java    |    38 -
 .../evProcessor/state/AbsStateProcessing.java      |   210 -
 .../state/evProcessor/state/AbsStateUpdate.java    |   252 -
 .../state/StateEventToHandlerFactory.java          |   185 -
 .../evProcessor/state/StateUpdateHandlers.java     |  1599 -
 .../state/experiment/IStateExperimentManager.java  |    83 -
 .../state/experiment/StateExperimentManager.java   |   553 -
 .../core/state/experiment/StateManagerFactory.java |   155 -
 .../lttng/core/state/model/LTTngCPUState.java      |   178 -
 .../lttng/core/state/model/LttngBdevState.java     |    89 -
 .../core/state/model/LttngExecutionState.java      |   181 -
 .../lttng/core/state/model/LttngIRQState.java      |    85 -
 .../lttng/core/state/model/LttngProcessState.java  |   509 -
 .../lttng/core/state/model/LttngSoftIRQState.java  |   114 -
 .../lttng/core/state/model/LttngTraceState.java    |   536 -
 .../lttng/core/state/model/LttngTrapState.java     |    87 -
 .../lttng/core/state/model/StateModelFactory.java  |    61 -
 .../core/state/resource/ILTTngStateResource.java   |   102 -
 .../core/state/resource/ILttngStateContext.java    |    77 -
 .../core/state/resource/LTTngStateResource.java    |   135 -
 .../lttng/core/state/trace/IStateTraceManager.java |    99 -
 .../lttng/core/state/trace/StateTraceManager.java  |   592 -
 .../internal/lttng/core/trace/LTTngTextTrace.java  |   507 -
 .../internal/lttng/core/trace/LTTngTrace.java      |  1003 -
 .../lttng/core/trace/LTTngTraceVersion.java        |   165 -
 .../internal/lttng/core/tracecontrol/Messages.java |    41 -
 .../lttng/core/tracecontrol/messages.properties    |    13 -
 .../core/tracecontrol/model/ProviderResource.java  |   149 -
 .../core/tracecontrol/model/TargetResource.java    |   245 -
 .../core/tracecontrol/model/TraceResource.java     |   488 -
 .../tracecontrol/model/config/TraceChannel.java    |   334 -
 .../tracecontrol/model/config/TraceChannels.java   |   186 -
 .../tracecontrol/model/config/TraceConfig.java     |   235 -
 .../service/ILttControllerService.java             |   327 -
 .../service/LttControllerServiceProxy.java         |   573 -
 .../tracecontrol/utility/LiveTraceManager.java     |    33 -
 .../internal/lttng/core/util/EventsPair.java       |    29 -
 .../linuxtools/internal/lttng/core/util/Pair.java  |   121 -
 .../.empty.dtd}                                    |     0
 .../.externalToolBuilders/Bob.launch               |    16 +
 lttng/org.eclipse.linuxtools.lttng.help/.project   |    14 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../LTTng/User_Guide/Getting-Started.html          |   229 -
 .../LTTng/User_Guide/LTTng-Perspective.html        |   528 -
 .../LTTng/User_Guide/LTTng-Tracer-Control.html     |   349 -
 .../LTTng/User_Guide/Limitations.html              |    73 -
 .../LTTng/User_Guide/References.html               |    72 -
 .../LTTng/User_Guide/Updating-This-Document.html   |    54 -
 .../LTTng/User_Guide/User-Guide.html               |    73 -
 .../LTTng/User_Guide/images/ControlFlowView.png    |   Bin 60719 -> 0 bytes
 .../LTTng/User_Guide/images/EventsView.png         |   Bin 61301 -> 0 bytes
 .../LTTng/User_Guide/images/HistogramView.png      |   Bin 52773 -> 0 bytes
 .../images/LTTngConfigureChannelsActions.png       |   Bin 63574 -> 0 bytes
 .../images/LTTngConfigureChannelsKernelDialog.png  |   Bin 39070 -> 0 bytes
 .../images/LTTngConfigureChannelsUstDialog.png     |   Bin 17293 -> 0 bytes
 .../images/LTTngConfigureMarkersAction.png         |   Bin 37676 -> 0 bytes
 .../images/LTTngConfigureMarkersDialog.png         |   Bin 60740 -> 0 bytes
 .../images/LTTngConfigureTraceAction.png           |   Bin 39473 -> 0 bytes
 .../images/LTTngConfigureTraceDialog.png           |   Bin 44247 -> 0 bytes
 .../images/LTTngConnectToRemoteSystem.png          |   Bin 51857 -> 0 bytes
 .../images/LTTngControlFlowColorLegend.png         |   Bin 29167 -> 0 bytes
 .../images/LTTngControlRsePerspective.png          |   Bin 69313 -> 0 bytes
 .../images/LTTngCreateNewTraceAction.png           |   Bin 33958 -> 0 bytes
 .../images/LTTngCreateNewTraceDialog.png           |   Bin 44185 -> 0 bytes
 .../User_Guide/images/LTTngDeleteTraceAction.png   |   Bin 38978 -> 0 bytes
 .../User_Guide/images/LTTngDeleteTraceConfirm.png  |   Bin 13814 -> 0 bytes
 .../User_Guide/images/LTTngImportLocalTrace.png    |   Bin 15996 -> 0 bytes
 .../User_Guide/images/LTTngImportRemoteTrace.png   |   Bin 14716 -> 0 bytes
 .../User_Guide/images/LTTngImportTraceAction.png   |   Bin 39376 -> 0 bytes
 .../LTTng/User_Guide/images/LTTngLoginDialog.png   |   Bin 21672 -> 0 bytes
 .../images/LTTngNewConnectionWizard1.png           |   Bin 43017 -> 0 bytes
 .../images/LTTngNewConnectionWizard2.png           |   Bin 30442 -> 0 bytes
 .../images/LTTngNewConnectionWizard3.png           |   Bin 33831 -> 0 bytes
 .../images/LTTngNewConnectionWizard4.png           |   Bin 36162 -> 0 bytes
 .../images/LTTngNewConnectionWizard5.png           |   Bin 34234 -> 0 bytes
 .../images/LTTngNewConnectionWizard6.png           |   Bin 38557 -> 0 bytes
 .../User_Guide/images/LTTngPauseTraceAction.png    |   Bin 38924 -> 0 bytes
 .../LTTng/User_Guide/images/LTTngPerspective.png   |   Bin 189624 -> 0 bytes
 .../User_Guide/images/LTTngPerspectiveOpen.png     |   Bin 32957 -> 0 bytes
 .../User_Guide/images/LTTngProcessStateInfo.png    |   Bin 23976 -> 0 bytes
 .../User_Guide/images/LTTngProjectNewDialog-2.png  |   Bin 47084 -> 0 bytes
 .../User_Guide/images/LTTngProjectNewDialog.png    |   Bin 34883 -> 0 bytes
 .../User_Guide/images/LTTngProjectNewWizard.png    |   Bin 36339 -> 0 bytes
 .../User_Guide/images/LTTngProjectProperty.png     |   Bin 70537 -> 0 bytes
 .../images/LTTngRemoteSystemConfiguredTrace.png    |   Bin 39930 -> 0 bytes
 .../images/LTTngRemoteSystemsNewConnection.png     |   Bin 22128 -> 0 bytes
 .../images/LTTngRemoteSystemsWithLTTng.png         |   Bin 26891 -> 0 bytes
 .../images/LTTngResourcesColorLegend.png           |   Bin 23363 -> 0 bytes
 .../User_Guide/images/LTTngStartTraceAction.png    |   Bin 39448 -> 0 bytes
 .../User_Guide/images/LTTngStopTraceAction.png     |   Bin 39051 -> 0 bytes
 .../User_Guide/images/LTTngTraceImportDialog.png   |   Bin 57815 -> 0 bytes
 .../User_Guide/images/LTTngTraceProperties.png     |   Bin 26195 -> 0 bytes
 .../User_Guide/images/LTTngTraceSelectDialog.png   |   Bin 20474 -> 0 bytes
 .../User_Guide/images/LatencyAddMatchingDialog.png |   Bin 60516 -> 0 bytes
 .../images/LatencyDeleteMatchingDialog.png         |   Bin 43170 -> 0 bytes
 .../User_Guide/images/LatencyDistributionHover.png |   Bin 36505 -> 0 bytes
 .../User_Guide/images/LatencyDistributionZoom.png  |   Bin 34375 -> 0 bytes
 .../LTTng/User_Guide/images/LatencyGraphHover.png  |   Bin 39190 -> 0 bytes
 .../images/LatencyListMatchingDialog.png           |   Bin 42502 -> 0 bytes
 .../LTTng/User_Guide/images/LatencyToolbar.png     |   Bin 43940 -> 0 bytes
 .../LTTng/User_Guide/images/LatencyView.png        |   Bin 30314 -> 0 bytes
 .../LTTng/User_Guide/images/ProjectExplorer.png    |   Bin 25287 -> 0 bytes
 .../LTTng/User_Guide/images/ResourcesView.png      |   Bin 26653 -> 0 bytes
 .../LTTng/User_Guide/images/StatisticsView.png     |   Bin 73989 -> 0 bytes
 .../LTTng/User_Guide/images/TmfEvents-Filter.png   |   Bin 56603 -> 0 bytes
 .../LTTng/User_Guide/images/TmfEvents-Search.png   |   Bin 63012 -> 0 bytes
 .../How-to-use-LTTng-to-diagnose-problems.html     |    79 -
 .../LTTng2/User_Guide/Installation.html            |   181 -
 .../LTTng2/User_Guide/LTTng-Kernel-Analysis.html   |   286 -
 .../LTTng2/User_Guide/LTTng.html                   |  1742 -
 .../LTTng2/User_Guide/Limitations.html             |    59 -
 .../LTTng2/User_Guide/References.html              |    72 -
 .../LTTng2/User_Guide/Updating-This-Document.html  |    54 -
 .../LTTng2/User_Guide/User-Guide.html              |   111 -
 .../LTTng2/User_Guide/images/Bookmarks.png         |   Bin 84691 -> 0 bytes
 .../LTTng2/User_Guide/images/Cfv_legend.png        |   Bin 10144 -> 0 bytes
 .../LTTng2/User_Guide/images/Cfv_toolbar.png       |   Bin 20400 -> 0 bytes
 .../LTTng2/User_Guide/images/Cfv_tooltip.png       |   Bin 21123 -> 0 bytes
 .../LTTng2/User_Guide/images/Channel_disabled.gif  |   Bin 370 -> 0 bytes
 .../LTTng2/User_Guide/images/HistogramView.png     |   Bin 52773 -> 0 bytes
 .../User_Guide/images/LTTng2EditConnection.png     |   Bin 18244 -> 0 bytes
 .../LTTng2/User_Guide/images/LTTng2Preferences.png |   Bin 51508 -> 0 bytes
 .../User_Guide/images/LTTng2PreferencesGroup.png   |   Bin 47469 -> 0 bytes
 .../User_Guide/images/LTTng2PreferencesLogging.png |   Bin 49111 -> 0 bytes
 .../User_Guide/images/LTTng2StatisticsView.png     |   Bin 65762 -> 0 bytes
 .../User_Guide/images/LTTngKernelPerspective.png   |   Bin 155332 -> 0 bytes
 .../LTTng2/User_Guide/images/RV_infobox1.png       |   Bin 35317 -> 0 bytes
 .../LTTng2/User_Guide/images/RV_infobox2.png       |   Bin 36184 -> 0 bytes
 .../LTTng2/User_Guide/images/Rv_example.png        |   Bin 31223 -> 0 bytes
 .../LTTng2/User_Guide/images/Rv_legend.png         |   Bin 24898 -> 0 bytes
 .../User_Guide/images/Target_disconnected.gif      |   Bin 605 -> 0 bytes
 .../LTTng2/User_Guide/images/TmfEventFilter.gif    |   Bin 220 -> 0 bytes
 .../META-INF/MANIFEST.MF                           |     4 +-
 lttng/org.eclipse.linuxtools.lttng.help/README     |    19 +
 .../build-helper.xml                               |    65 -
 .../build.properties                               |    23 +-
 lttng/org.eclipse.linuxtools.lttng.help/build.xml  |    92 +
 .../doc/User-Guide.mediawiki                       |  1555 +
 .../LTTng/User_Guide => doc}/images/Bookmarks.png  |   Bin
 .../User_Guide => doc}/images/Cfv_global.png       |   Bin
 .../doc/images/Cfv_legend.png                      |   Bin 0 -> 24526 bytes
 .../User_Guide => doc}/images/Cfv_process_tree.png |   Bin
 .../User_Guide => doc}/images/Cfv_show_view.png    |   Bin
 .../User_Guide => doc}/images/Cfv_small_dots.png   |   Bin
 .../doc/images/Cfv_toolbar.png                     |   Bin 0 -> 20825 bytes
 .../doc/images/Cfv_tooltip.png                     |   Bin 0 -> 18960 bytes
 .../LTTng2/User_Guide => doc}/images/Cfv_zoom.png  |   Bin
 .../User_Guide => doc}/images/Cfv_zoom_region.png  |   Bin
 .../LTTng2/User_Guide => doc}/images/Channel.gif   |   Bin
 .../doc/images/Channel_disabled.gif                |   Bin 0 -> 213 bytes
 .../User_Guide => doc}/images/ColorsView.png       |   Bin
 .../images/CopyExperimentDialog.png                |   Bin
 .../User_Guide => doc}/images/CopyTraceAction.png  |   Bin
 .../User_Guide => doc}/images/CopyTraceDialog.png  |   Bin
 .../images/CustomTextParserInput.png               |   Bin
 .../images/CustomTextParserOutput.png              |   Bin
 .../images/CustomXMLParserInput.png                |   Bin
 .../images/CustomXMLParserOutput.png               |   Bin
 .../images/DefaultEventsView.png                   |   Bin
 .../images/DefaultTmfEvents-Filter.png             |   Bin
 .../images/DefaultTmfEvents-Search.png             |   Bin
 .../images/DeleteExpSupplementaryFilesDialog.png   |   Bin
 .../images/DeleteExperimentAction.png              |   Bin
 .../images/DeleteExperimentConfirmationDialog.png  |   Bin
 .../images/DeleteSupplementaryFilesAction.png      |   Bin
 .../images/DeleteSupplementaryFilesDialog.png      |   Bin
 .../images/Environment_variables.png               |   Bin
 .../User_Guide => doc}/images/Event_disabled.gif   |   Bin
 .../User_Guide => doc}/images/Event_enabled.gif    |   Bin
 .../images/ExplorerWithAssociatedTraceType.png     |   Bin
 .../images/ExplorerWithExperiment.png              |   Bin
 .../User_Guide => doc}/images/FiltersView.png      |   Bin
 .../doc/images/HistogramView.png                   |   Bin 0 -> 21213 bytes
 .../images/LTTng2AddContextDialog.png              |   Bin
 .../images/LTTng2AddContextOnChannelAction.png     |   Bin
 .../images/LTTng2AddContextOnDomainAction.png      |   Bin
 .../images/LTTng2AddContextToEventsAction.png      |   Bin
 .../images/LTTng2AssignEventAction.png             |   Bin
 .../images/LTTng2AssignEventDialog.png             |   Bin
 .../images/LTTng2AssignEventDialogWithFilter.png   |   Bin 0 -> 13587 bytes
 .../images/LTTng2AssignedEvents.png                |   Bin
 .../images/LTTng2CalibrateAction.png               |   Bin
 .../images/LTTng2ControlViewConnect.png            |   Bin
 .../images/LTTng2ControlViewDelete.png             |   Bin
 .../images/LTTng2ControlViewDisconnect.png         |   Bin
 .../images/LTTng2ControlViewFilled.png             |   Bin
 .../images/LTTng2CreateChannelAction.png           |   Bin
 .../images/LTTng2CreateChannelDialog.png           |   Bin
 .../images/LTTng2CreateChannelOnDomainAction.png   |   Bin
 .../images/LTTng2CreateChannelOnDomainDialog.png   |   Bin
 .../images/LTTng2CreateSessionAction.png           |   Bin
 .../images/LTTng2CreateSessionDialog.png           |   Bin
 .../images/LTTng2CreateSessionDialog_Advanced.png  |   Bin 0 -> 13269 bytes
 .../images/LTTng2CreateSessionDialog_TracePath.png |   Bin 0 -> 24219 bytes
 .../images/LTTng2DestroyConfirmationDialog.png     |   Bin
 .../images/LTTng2DestroySessionAction.png          |   Bin
 .../images/LTTng2DisableChannelAction.png          |   Bin
 .../images/LTTng2DisableEventAction.png            |   Bin
 .../doc/images/LTTng2EditConnection.png            |   Bin 0 -> 18162 bytes
 .../images/LTTng2EnableChannelAction.png           |   Bin
 .../images/LTTng2EnableEventAction.png             |   Bin
 .../doc/images/LTTng2EnableEventWithFilter.png     |   Bin 0 -> 29786 bytes
 .../images/LTTng2EnabledAllUstTracepoints.png      |   Bin
 .../images/LTTng2EnabledFunctionProbeEvent.png     |   Bin
 .../images/LTTng2EnabledKernelProbeEvent.png       |   Bin
 .../images/LTTng2EnabledKernelSyscalls.png         |   Bin
 .../images/LTTng2EnabledKernelTracepoints.png      |   Bin
 .../images/LTTng2EnabledUstLoglevelEvents.png      |   Bin
 .../images/LTTng2EnabledUstWildcardEvents.png      |   Bin
 .../images/LTTng2EnterPassword.png                 |   Bin
 .../doc/images/LTTng2EnvironmentsView.png          |   Bin 0 -> 21412 bytes
 .../images/LTTng2EventOnChannelAction.png          |   Bin
 .../images/LTTng2EventOnDomainAction.png           |   Bin
 .../images/LTTng2EventOnSessionAction.png          |   Bin
 .../images/LTTng2EventOnSessionDialog.png          |   Bin
 .../doc/images/LTTng2EventProperties.png           |   Bin 0 -> 20726 bytes
 .../doc/images/LTTng2EventsEditor.png              |   Bin 0 -> 112951 bytes
 .../images/LTTng2FunctionEventDialog.png           |   Bin
 .../images/LTTng2ImportAction.png                  |   Bin
 .../images/LTTng2ImportDialog.png                  |   Bin
 .../LTTng2ImportOverwriteConfirmationDialog.png    |   Bin
 .../images/LTTng2ImportRenameDialog.png            |   Bin
 .../LTTng2ImportSelectTracingProjectDialog.png     |   Bin 0 -> 11158 bytes
 .../images/LTTng2NewConnection.png                 |   Bin
 .../doc/images/LTTng2Preferences.png               |   Bin 0 -> 55997 bytes
 .../doc/images/LTTng2PreferencesGroup.png          |   Bin 0 -> 56717 bytes
 .../doc/images/LTTng2PreferencesLogging.png        |   Bin 0 -> 58141 bytes
 .../doc/images/LTTng2PreferencesTimeout.png        |   Bin 0 -> 56796 bytes
 .../images/LTTng2ProbeEventDialog.png              |   Bin
 .../images/LTTng2PropertyView.png                  |   Bin
 .../images/LTTng2RefreshAction.png                 |   Bin
 .../images/LTTng2SelectConnection.png              |   Bin
 .../images/LTTng2StartTracingAction.png            |   Bin
 .../doc/images/LTTng2StatisticsView.png            |   Bin 0 -> 45391 bytes
 .../images/LTTng2StopTracingAction.png             |   Bin
 .../images/LTTng2SyscallsDialog.png                |   Bin
 .../images/LTTng2TracepointEventsDialog.png        |   Bin
 .../images/LTTng2UstLoglevelEventsDialog.png       |   Bin
 .../images/LTTng2UstTracepointEventsDialog.png     |   Bin
 .../images/LTTng2UstWildcardEventsDialog.png       |   Bin
 .../doc/images/LTTng2_CFV_Filter.png               |   Bin 0 -> 138831 bytes
 .../User_Guide => doc}/images/LTTngControlView.png |   Bin
 .../images/LTTngControlViewConnect.png             |   Bin
 .../images/LTTngKernelEventsViewer.png             |   Bin
 .../doc/images/LTTngKernelPerspective.png          |   Bin 0 -> 226846 bytes
 .../images/ManageCustomParsers.png                 |   Bin
 .../images/NewExperimentAction.png                 |   Bin
 .../images/NewExperimentDialog.png                 |   Bin
 .../images/NewProjectExplorer.png                  |   Bin
 .../images/NewTracingProjectPage1.png              |   Bin
 .../images/NewTracingProjectPage2.png              |   Bin
 .../images/OpenLTTngKernelPerspective.png          |   Bin
 .../User_Guide => doc}/images/OpenTraceAction.png  |   Bin
 .../images/ProjectImportTraceAction.png            |   Bin
 .../images/ProjectImportTraceDialog.png            |   Bin
 .../doc/images/RV_infobox1.png                     |   Bin 0 -> 45654 bytes
 .../doc/images/RV_infobox2.png                     |   Bin 0 -> 47445 bytes
 .../images/RemoveTracesAction.png                  |   Bin
 .../images/RenameExperimentDialog.png              |   Bin
 .../images/RenameTraceAction.png                   |   Bin
 .../images/RenameTraceDialog.png                   |   Bin
 .../doc/images/Rv_example.png                      |   Bin 0 -> 31380 bytes
 .../doc/images/Rv_legend.png                       |   Bin 0 -> 26987 bytes
 .../doc/images/Rv_toolbar.png                      |   Bin 0 -> 17737 bytes
 .../images/SelectGenericCTFTraceType.png           |   Bin
 .../images/SelectLTTngKernelTraceType.png          |   Bin
 .../images/SelectTracesAction.png                  |   Bin
 .../images/SelectTracesDialog.png                  |   Bin
 .../User_Guide => doc}/images/Session_active.gif   |   Bin
 .../User_Guide => doc}/images/Session_inactive.gif |   Bin
 .../images/ShowTracingPerspective.png              |   Bin
 .../User_Guide => doc}/images/ShowTracingViews.png |   Bin
 .../doc/images/TMF_LinkWithEditor.png              |   Bin 0 -> 9745 bytes
 .../User_Guide => doc}/images/Target_connected.gif |   Bin
 .../doc/images/Target_disconnected.gif             |   Bin 0 -> 582 bytes
 .../User_Guide => doc}/images/TimeChartView.png    |   Bin
 .../User_Guide => doc}/images/TmfEventFilter.gif   |   Bin
 .../User_Guide => doc}/images/TmfEventSearch.gif   |   Bin
 .../doc/images/TmfTimestampFormatPage.png          |   Bin 0 -> 111880 bytes
 .../images/TracingPerspective.png                  |   Bin
 .../doc/images/home.gif                            |   Bin 0 -> 582 bytes
 .../doc/images/importImages/importAddFile.png      |   Bin 0 -> 19812 bytes
 .../doc/images/importImages/importBatchImport.png  |   Bin 0 -> 52264 bytes
 .../doc/images/importImages/importFinish.png       |   Bin 0 -> 11297 bytes
 .../doc/images/importImages/importImportMenu.png   |   Bin 0 -> 49888 bytes
 .../doc/images/importImages/importMenuSelect.png   |   Bin 0 -> 37415 bytes
 .../doc/images/importImages/importOpenProject.png  |   Bin 0 -> 9730 bytes
 .../doc/images/importImages/importOptions.png      |   Bin 0 -> 20655 bytes
 .../doc/images/importImages/importScan1.png        |   Bin 0 -> 34092 bytes
 .../doc/images/importImages/importScan2.png        |   Bin 0 -> 45702 bytes
 .../doc/images/importImages/importScan3.png        |   Bin 0 -> 59239 bytes
 .../doc/images/importImages/importScan4.png        |   Bin 0 -> 6248 bytes
 .../doc/images/importImages/importScan5.png        |   Bin 0 -> 17256 bytes
 .../doc/images/importImages/importScan6.png        |   Bin 0 -> 51638 bytes
 .../importImages/importSelectFilesToScan.png       |   Bin 0 -> 25222 bytes
 .../importImages/importSelectTraceTypeComplete.png |   Bin 0 -> 34235 bytes
 .../importImages/importSelectTraceTypeToImport.png |   Bin 0 -> 31765 bytes
 .../importImages/importSelectTracingProject.png    |   Bin 0 -> 22792 bytes
 .../importImages/importSelectedDirectory.png       |   Bin 0 -> 27992 bytes
 .../doc/images/next.gif                            |   Bin 0 -> 327 bytes
 .../doc/images/prev.gif                            |   Bin 0 -> 327 bytes
 .../doc/images/unknown_parser.gif                  |   Bin 0 -> 259 bytes
 .../doc/notice.html                                |    22 -
 .../plugin.properties                              |    14 +-
 lttng/org.eclipse.linuxtools.lttng.help/plugin.xml |     2 +-
 lttng/org.eclipse.linuxtools.lttng.help/pom.xml    |    63 +-
 .../org.eclipse.linuxtools.lttng.help/toc-doc.xml  |     5 -
 lttng/org.eclipse.linuxtools.lttng.help/toc.xml    |   109 -
 lttng/org.eclipse.linuxtools.lttng.jni/.classpath  |     7 -
 lttng/org.eclipse.linuxtools.lttng.jni/.project    |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    12 -
 lttng/org.eclipse.linuxtools.lttng.jni/ChangeLog   |    36 -
 .../META-INF/MANIFEST.MF                           |    16 -
 .../build.properties                               |     6 -
 .../doc/JNI_Documentation.doc                      |   Bin 64512 -> 0 bytes
 .../doc/JNI_Documentation.pdf                      |   Bin 456468 -> 0 bytes
 .../plugin.properties                              |     3 -
 lttng/org.eclipse.linuxtools.lttng.jni/pom.xml     |    45 -
 .../internal/lttng/jni/common/JniTime.java         |   213 -
 .../internal/lttng/jni/common/Jni_C_Constant.java  |    51 -
 .../internal/lttng/jni/common/Jni_C_Pointer.java   |   105 -
 .../jni/common/Jni_C_Pointer_And_Library_Id.java   |    71 -
 .../lttng/jni/exception/JniEventException.java     |    25 -
 .../jni/exception/JniEventOutOfRangeException.java |    28 -
 .../internal/lttng/jni/exception/JniException.java |    27 -
 .../lttng/jni/exception/JniMarkerException.java    |    25 -
 .../jni/exception/JniMarkerFieldException.java     |    25 -
 .../exception/JniNoNextEventInTraceException.java  |    28 -
 .../jni/exception/JniNoSuchEventException.java     |    28 -
 .../jni/exception/JniOpenTraceFailedException.java |    27 -
 .../lttng/jni/exception/JniTraceException.java     |    25 -
 .../jni/exception/JniTraceVersionException.java    |    25 -
 .../lttng/jni/exception/JniTracefileException.java |    25 -
 .../JniTracefileWithoutEventException.java         |    27 -
 .../internal/lttng/jni_v2_3/JniEvent_v2_3.java     |    46 -
 .../lttng/jni_v2_3/JniMarkerField_v2_3.java        |    42 -
 .../internal/lttng/jni_v2_3/JniMarker_v2_3.java    |    59 -
 .../internal/lttng/jni_v2_3/JniParser_v2_3.java    |    31 -
 .../internal/lttng/jni_v2_3/JniTrace_v2_3.java     |    89 -
 .../internal/lttng/jni_v2_3/JniTracefile_v2_3.java |    77 -
 .../internal/lttng/jni_v2_5/JniEvent_v2_5.java     |    46 -
 .../lttng/jni_v2_5/JniMarkerField_v2_5.java        |    42 -
 .../internal/lttng/jni_v2_5/JniMarker_v2_5.java    |    59 -
 .../internal/lttng/jni_v2_5/JniParser_v2_5.java    |    31 -
 .../internal/lttng/jni_v2_5/JniTrace_v2_5.java     |    92 -
 .../internal/lttng/jni_v2_5/JniTracefile_v2_5.java |    78 -
 .../internal/lttng/jni_v2_6/JniEvent_v2_6.java     |    46 -
 .../lttng/jni_v2_6/JniMarkerField_v2_6.java        |    42 -
 .../internal/lttng/jni_v2_6/JniMarker_v2_6.java    |    58 -
 .../internal/lttng/jni_v2_6/JniParser_v2_6.java    |    31 -
 .../internal/lttng/jni_v2_6/JniTrace_v2_6.java     |    86 -
 .../internal/lttng/jni_v2_6/JniTracefile_v2_6.java |    78 -
 .../org/eclipse/linuxtools/lttng/jni/JniEvent.java |   563 -
 .../eclipse/linuxtools/lttng/jni/JniMarker.java    |   270 -
 .../linuxtools/lttng/jni/JniMarkerField.java       |   152 -
 .../eclipse/linuxtools/lttng/jni/JniParser.java    |   297 -
 .../org/eclipse/linuxtools/lttng/jni/JniTrace.java |  1135 -
 .../eclipse/linuxtools/lttng/jni/JniTracefile.java |   649 -
 .../eclipse/linuxtools/lttng/jni/Jni_C_Common.java |    66 -
 .../lttng/jni/factory/JniTraceFactory.java         |   106 -
 .../lttng/jni/factory/JniTraceVersion.java         |   264 -
 .../category.xml                                   |     4 +-
 .../pom.xml                                        |     4 +-
 .../.classpath                                     |     8 -
 .../org.eclipse.linuxtools.lttng.ui.tests/.project |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    12 -
 .../ChangeLog                                      |     7 -
 .../META-INF/MANIFEST.MF                           |    17 -
 .../build.properties                               |     7 -
 .../plugin.properties                              |     3 -
 .../org.eclipse.linuxtools.lttng.ui.tests/pom.xml  |    53 -
 .../linuxtools/lttng/ui/tests/AllLTTngUITests.java |    14 -
 .../lttng/ui/tests/distribution/AllTests.java      |    27 -
 .../tests/distribution/LatencyGraphModelTest.java  |   582 -
 .../internal/lttng/stubs/LTTngEventParserStub.java |   139 -
 .../internal/lttng/stubs/LTTngTimestampStub.java   |    57 -
 .../internal/lttng/stubs/LTTngTraceStub.java       |   191 -
 lttng/org.eclipse.linuxtools.lttng.ui/.classpath   |     7 -
 lttng/org.eclipse.linuxtools.lttng.ui/.options     |     7 -
 lttng/org.eclipse.linuxtools.lttng.ui/.project     |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    12 -
 lttng/org.eclipse.linuxtools.lttng.ui/ChangeLog    |   301 -
 .../META-INF/MANIFEST.MF                           |    24 -
 .../build.properties                               |     8 -
 .../icons/elcl16/add_button.gif                    |   Bin 308 -> 0 bytes
 .../icons/elcl16/browse_trace.gif                  |   Bin 216 -> 0 bytes
 .../icons/elcl16/checked.gif                       |   Bin 343 -> 0 bytes
 .../icons/elcl16/configure_markers.gif             |   Bin 578 -> 0 bytes
 .../icons/elcl16/configure_trace.gif               |   Bin 572 -> 0 bytes
 .../icons/elcl16/decreasebar_button.gif            |   Bin 211 -> 0 bytes
 .../icons/elcl16/delete_button.gif                 |   Bin 337 -> 0 bytes
 .../icons/elcl16/delete_trace.gif                  |   Bin 351 -> 0 bytes
 .../icons/elcl16/edit.gif                          |   Bin 210 -> 0 bytes
 .../icons/elcl16/import_trace.gif                  |   Bin 327 -> 0 bytes
 .../icons/elcl16/increasebar_button.gif            |   Bin 208 -> 0 bytes
 .../icons/elcl16/new_trace.gif                     |   Bin 382 -> 0 bytes
 .../icons/elcl16/newconnection_wiz.gif             |   Bin 202 -> 0 bytes
 .../icons/elcl16/pause_trace.gif                   |   Bin 338 -> 0 bytes
 .../icons/elcl16/start_trace.gif                   |   Bin 528 -> 0 bytes
 .../icons/elcl16/stop_trace.gif                    |   Bin 215 -> 0 bytes
 .../icons/elcl16/unchecked.gif                     |   Bin 148 -> 0 bytes
 .../icons/elcl16/warning.gif                       |   Bin 999 -> 0 bytes
 .../icons/eview16/control_flow_view.gif            |   Bin 215 -> 0 bytes
 .../icons/eview16/control_view.gif                 |   Bin 152 -> 0 bytes
 .../icons/eview16/events_view.gif                  |   Bin 97 -> 0 bytes
 .../icons/eview16/graph.gif                        |   Bin 197 -> 0 bytes
 .../icons/eview16/resources_view.gif               |   Bin 101 -> 0 bytes
 .../icons/eview16/statistics_view.gif              |   Bin 343 -> 0 bytes
 .../icons/eview16/time_frame_view.gif              |   Bin 368 -> 0 bytes
 .../icons/obj16/LTTng.png                          |   Bin 1566 -> 0 bytes
 .../icons/obj16/garland16-live.gif                 |   Bin 649 -> 0 bytes
 .../icons/obj16/garland16.gif                      |   Bin 563 -> 0 bytes
 .../icons/obj16/garland16.png                      |   Bin 631 -> 0 bytes
 .../icons/obj16/garland32.png                      |   Bin 1566 -> 0 bytes
 .../icons/obj16/node_obj.gif                       |   Bin 579 -> 0 bytes
 .../icons/obj16/providers.gif                      |   Bin 224 -> 0 bytes
 .../icons/obj16/systemlttng-live.gif               |   Bin 201 -> 0 bytes
 .../icons/obj16/systemlttng.gif                    |   Bin 275 -> 0 bytes
 .../icons/obj16/targets.gif                        |   Bin 243 -> 0 bytes
 .../icons/obj16/trace.gif                          |   Bin 370 -> 0 bytes
 .../icons/obj16/tux.png                            |   Bin 268 -> 0 bytes
 .../icons/obj16/tux2.png                           |   Bin 280 -> 0 bytes
 .../plugin.properties                              |    82 -
 lttng/org.eclipse.linuxtools.lttng.ui/plugin.xml   |   434 -
 lttng/org.eclipse.linuxtools.lttng.ui/pom.xml      |    45 -
 .../linuxtools/internal/lttng/ui/Activator.java    |   159 -
 .../linuxtools/internal/lttng/ui/TraceDebug.java   |   227 -
 .../lttng/ui/model/trange/ITimeRangeComponent.java |    43 -
 .../lttng/ui/model/trange/ItemContainer.java       |    53 -
 .../internal/lttng/ui/model/trange/Messages.java   |    20 -
 .../lttng/ui/model/trange/TimeRangeComponent.java  |   126 -
 .../lttng/ui/model/trange/TimeRangeComposite.java  |   240 -
 .../lttng/ui/model/trange/TimeRangeEvent.java      |   159 -
 .../ui/model/trange/TimeRangeEventProcess.java     |   324 -
 .../ui/model/trange/TimeRangeEventResource.java    |   185 -
 .../ui/model/trange/TimeRangeResourceFactory.java  |   255 -
 .../ui/model/trange/TimeRangeViewerProvider.java   |   244 -
 .../lttng/ui/model/trange/messages.properties      |     6 -
 .../lttng/ui/project/dialogs/Messages.java         |    26 -
 .../dialogs/NewLTTngProjectMainWizardPage.java     |    32 -
 .../ui/project/dialogs/NewLTTngProjectWizard.java  |    98 -
 .../dialogs/TraceLibraryPathPropertyPage.java      |   165 -
 .../dialogs/TraceLibraryPathWizardPage.java        |   140 -
 .../lttng/ui/project/dialogs/messages.properties   |    19 -
 .../internal/lttng/ui/tracecontrol/Messages.java   |   194 -
 .../ui/tracecontrol/TraceControlConstants.java     |    48 -
 .../ui/tracecontrol/actions/ConfigureMarkers.java  |   215 -
 .../ui/tracecontrol/actions/ConfigureTrace.java    |   471 -
 .../ui/tracecontrol/actions/CreateNewTrace.java    |   327 -
 .../lttng/ui/tracecontrol/actions/DeleteTrace.java |   164 -
 .../ui/tracecontrol/actions/ImportToProject.java   |   346 -
 .../lttng/ui/tracecontrol/actions/PauseTrace.java  |   195 -
 .../lttng/ui/tracecontrol/actions/StartTrace.java  |   367 -
 .../lttng/ui/tracecontrol/actions/StopTrace.java   |   288 -
 .../connectorservice/TraceConnectorService.java    |   384 -
 .../TraceConnectorServiceManager.java              |    83 -
 .../dialogs/ConfigureMarkersDialog.java            |   403 -
 .../ui/tracecontrol/dialogs/ImportTraceDialog.java |   199 -
 .../ui/tracecontrol/dialogs/NewTraceDialog.java    |   631 -
 .../dialogs/SelectTracePathDialog.java             |   237 -
 .../lttng/ui/tracecontrol/messages.properties      |   165 -
 .../model/ProviderResourceAdapter.java             |   274 -
 .../tracecontrol/model/TargetResourceAdapter.java  |   281 -
 .../ui/tracecontrol/model/TraceAdapterFactory.java |    78 -
 .../tracecontrol/model/TraceResourceAdapter.java   |   344 -
 .../model/config/TraceChannelCellModifier.java     |   179 -
 .../config/TraceChannelTableContentProvider.java   |    66 -
 .../config/TraceChannelTableLabelProvider.java     |   146 -
 .../ui/tracecontrol/subsystems/ITCFSubSystem.java  |    22 -
 .../tracecontrol/subsystems/ITraceSubSystem.java   |    21 -
 .../ui/tracecontrol/subsystems/TraceSubSystem.java |   818 -
 .../subsystems/TraceSubSystemConfiguration.java    |   140 -
 .../ui/tracecontrol/utility/DownloadProxy.java     |   121 -
 .../tracecontrol/wizards/ConfigureTraceWizard.java |   182 -
 .../wizards/ITraceChannelConfigurationPage.java    |    22 -
 .../KernelTraceChannelConfigurationPage.java       |   590 -
 .../wizards/TraceConfigurationPage.java            |   572 -
 .../wizards/UstTraceChannelConfigurationPage.java  |   139 -
 .../lttng/ui/viewers/timeAnalysis/GridUtil.java    |    45 -
 .../viewers/timeAnalysis/ITimeAnalysisViewer.java  |   195 -
 .../ITmfTimeFilterSelectionListener.java           |    19 -
 .../ITmfTimeScaleSelectionListener.java            |    24 -
 .../timeAnalysis/ITmfTimeSelectionListener.java    |    24 -
 .../lttng/ui/viewers/timeAnalysis/ITmfViewer.java  |    23 -
 .../lttng/ui/viewers/timeAnalysis/Messages.java    |    54 -
 .../timeAnalysis/TmfTimeAnalysisProvider.java      |   328 -
 .../timeAnalysis/TmfTimeAnalysisViewer.java        |   957 -
 .../timeAnalysis/TmfTimeFilterSelectionEvent.java  |    39 -
 .../timeAnalysis/TmfTimeScaleSelectionEvent.java   |    79 -
 .../timeAnalysis/TmfTimeSelectionEvent.java        |    49 -
 .../ui/viewers/timeAnalysis/TmfViewerFactory.java  |    35 -
 .../timeAnalysis/dialogs/TmfTimeFilterDialog.java  |   222 -
 .../timeAnalysis/dialogs/TmfTimeLegend.java        |   279 -
 .../ui/viewers/timeAnalysis/messages.properties    |    38 -
 .../ui/viewers/timeAnalysis/model/ITimeEvent.java  |    32 -
 .../timeAnalysis/model/ITmfTimeAnalysisEntry.java  |    53 -
 .../ui/viewers/timeAnalysis/model/TimeEvent.java   |    35 -
 .../timeAnalysis/widgets/ITimeDataProvider.java    |    68 -
 .../timeAnalysis/widgets/PlainSelection.java       |    71 -
 .../timeAnalysis/widgets/TimeScaleCtrl.java        |   777 -
 .../timeAnalysis/widgets/TmfTimeStatesCtrl.java    |  2173 --
 .../timeAnalysis/widgets/TmfTimeTipHandler.java    |   245 -
 .../timeAnalysis/widgets/TraceColorScheme.java     |   381 -
 .../ui/viewers/timeAnalysis/widgets/TraceCtrl.java |    68 -
 .../ui/viewers/timeAnalysis/widgets/Utils.java     |   530 -
 .../lttng/ui/views/PerspectiveFactory.java         |   113 -
 .../lttng/ui/views/common/AbsTRangeUpdate.java     |    63 -
 .../lttng/ui/views/common/AbsTimeUpdateView.java   |   829 -
 .../lttng/ui/views/common/ParamsUpdater.java       |   292 -
 .../ui/views/controlflow/ControlFlowView.java      |   997 -
 .../lttng/ui/views/controlflow/Messages.java       |    33 -
 .../evProcessor/AbsFlowTRangeUpdate.java           |   247 -
 .../evProcessor/FlowAfterUpdateHandlers.java       |   387 -
 .../evProcessor/FlowBeforeUpdateHandlers.java      |   396 -
 .../evProcessor/FlowEventToHandlerFactory.java     |   178 -
 .../evProcessor/FlowFinishUpdateHandler.java       |   118 -
 .../lttng/ui/views/controlflow/messages.properties |    35 -
 .../views/controlflow/model/FlowModelFactory.java  |    52 -
 .../controlflow/model/FlowProcessContainer.java    |   276 -
 .../model/FlowTimeRangeViewerProvider.java         |    46 -
 .../views/distribution/model/DistributionData.java |   180 -
 .../distribution/model/HorDistributionData.java    |    70 -
 .../distribution/model/VerDistributionData.java    |    69 -
 .../lttng/ui/views/events/EventsTable.java         |    79 -
 .../internal/lttng/ui/views/events/Messages.java   |    18 -
 .../lttng/ui/views/events/messages.properties      |     4 -
 .../lttng/ui/views/latency/AbstractViewer.java     |   255 -
 .../lttng/ui/views/latency/GraphViewer.java        |   158 -
 .../lttng/ui/views/latency/HistogramViewer.java    |   157 -
 .../lttng/ui/views/latency/LatencyView.java        |   489 -
 .../internal/lttng/ui/views/latency/Messages.java  |    81 -
 .../ui/views/latency/dialogs/AbstractDialog.java   |   240 -
 .../lttng/ui/views/latency/dialogs/AddDialog.java  |   488 -
 .../ui/views/latency/dialogs/DeleteDialog.java     |   155 -
 .../lttng/ui/views/latency/dialogs/ListDialog.java |   252 -
 .../latency/listeners/AbstractMouseListener.java   |    80 -
 .../listeners/AbstractMouseTrackListener.java      |    77 -
 .../latency/listeners/AbstractPaintListener.java   |   735 -
 .../latency/listeners/GraphMouseListener.java      |    70 -
 .../latency/listeners/GraphPaintListener.java      |   227 -
 .../latency/listeners/HistogramPaintListener.java  |   355 -
 .../latency/listeners/TimePointerListener.java     |    69 -
 .../views/latency/listeners/TooltipListener.java   |   100 -
 .../ui/views/latency/listeners/ZoomListener.java   |   134 -
 .../lttng/ui/views/latency/messages.properties     |    59 -
 .../lttng/ui/views/latency/model/Config.java       |    76 -
 .../ui/views/latency/model/GraphScaledData.java    |   246 -
 .../ui/views/latency/model/IGraphDataModel.java    |    41 -
 .../views/latency/model/IGraphModelListener.java   |    31 -
 .../ui/views/latency/model/LatencyController.java  |   189 -
 .../views/latency/model/LatencyEventRequest.java   |    91 -
 .../ui/views/latency/model/LatencyGraphModel.java  |   380 -
 .../lttng/ui/views/resources/Messages.java         |    33 -
 .../lttng/ui/views/resources/ResourcesView.java    |   598 -
 .../evProcessor/AbsResourcesTRangeUpdate.java      |   327 -
 .../evProcessor/ResourcesAfterUpdateHandlers.java  |    70 -
 .../evProcessor/ResourcesBeforeUpdateHandlers.java |   380 -
 .../ResourcesEventToHandlerFactory.java            |   166 -
 .../evProcessor/ResourcesFinishUpdateHandler.java  |    71 -
 .../lttng/ui/views/resources/messages.properties   |    26 -
 .../views/resources/model/ResourceContainer.java   |   243 -
 .../resources/model/ResourceModelFactory.java      |    53 -
 .../model/ResourcesTimeRangeViewerProvider.java    |    55 -
 .../lttng/ui/views/statistics/Messages.java        |    24 -
 .../lttng/ui/views/statistics/StatisticsView.java  |   816 -
 .../evProcessor/AbstractStatsEventHandler.java     |    46 -
 .../evProcessor/StatsModeChangeHandler.java        |    36 -
 .../evProcessor/StatsModeEndHandler.java           |    36 -
 .../evProcessor/StatsProcessExitHandler.java       |    44 -
 .../evProcessor/StatsTimeCountHandlerFactory.java  |   143 -
 .../evProcessor/StatsTimeCountHandlers.java        |   195 -
 .../evProcessor/StatsTracesetEndHandler.java       |    41 -
 .../lttng/ui/views/statistics/messages.properties  |    10 -
 .../ui/views/statistics/model/FixedArray.java      |   208 -
 .../statistics/model/KernelStatisticsData.java     |  1126 -
 .../lttng/ui/views/statistics/model/Messages.java  |    21 -
 .../ui/views/statistics/model/Statistics.java      |    41 -
 .../ui/views/statistics/model/StatisticsData.java  |   289 -
 .../views/statistics/model/StatisticsTreeNode.java |   162 -
 .../model/StatisticsTreeRootFactory.java           |    73 -
 .../ui/views/statistics/model/messages.properties  |     7 -
 .../lttng/ui/views/timeframe/Messages.java         |    18 -
 .../lttng/ui/views/timeframe/SpinnerGroup.java     |   322 -
 .../lttng/ui/views/timeframe/TimeFrameView.java    |   396 -
 .../lttng/ui/views/timeframe/messages.properties   |     4 -
 lttng/org.eclipse.linuxtools.lttng/.project        |    17 -
 .../org.eclipse.linuxtools.lttng/build.properties  |     5 -
 .../feature.properties                             |   145 -
 lttng/org.eclipse.linuxtools.lttng/feature.xml     |    85 -
 lttng/org.eclipse.linuxtools.lttng/pom.xml         |    64 -
 .../sourceTemplateFeature/feature.properties       |     1 -
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 .../pom.xml                                        |     6 +-
 .../lttng2/core/tests/ActivatorTest.java           |    53 +-
 .../linuxtools/lttng2/core/tests/AllTests.java     |    27 +-
 .../core/tests/control/model/impl/AllTests.java    |    39 +-
 .../control/model/impl/BaseEventInfoTest.java      |   144 +-
 .../tests/control/model/impl/ChannelInfoTest.java  |    80 +-
 .../tests/control/model/impl/DomainInfoTest.java   |    74 +-
 .../tests/control/model/impl/EventInfoTest.java    |    63 +-
 .../tests/control/model/impl/FieldInfoTest.java    |   186 +
 .../tests/control/model/impl/ModelImplFactory.java |    27 +-
 .../control/model/impl/ProbeEventInfoTest.java     |    59 +-
 .../tests/control/model/impl/SessionInfoTest.java  |    81 +-
 .../tests/control/model/impl/TraceInfoTest.java    |    64 +-
 .../control/model/impl/UstProviderInfoTest.java    |    81 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |     7 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 lttng/org.eclipse.linuxtools.lttng2.core/pom.xml   |     4 +-
 .../linuxtools/internal/lttng2/core/Activator.java |   100 +-
 .../lttng2/core/control/model/IBaseEventInfo.java  |    69 +-
 .../lttng2/core/control/model/IChannelInfo.java    |    64 +-
 .../lttng2/core/control/model/IDomainInfo.java     |    34 +-
 .../lttng2/core/control/model/IEventInfo.java      |    22 +-
 .../lttng2/core/control/model/IFieldInfo.java      |    34 +
 .../lttng2/core/control/model/IProbeEventInfo.java |    30 +-
 .../lttng2/core/control/model/ISessionInfo.java    |    31 +-
 .../lttng2/core/control/model/ITraceInfo.java      |     6 +-
 .../core/control/model/IUstProviderInfo.java       |    28 +-
 .../core/control/model/impl/BaseEventInfo.java     |   143 +-
 .../core/control/model/impl/ChannelInfo.java       |   101 +-
 .../lttng2/core/control/model/impl/DomainInfo.java |    44 +-
 .../lttng2/core/control/model/impl/EventInfo.java  |    43 +-
 .../lttng2/core/control/model/impl/FieldInfo.java  |   109 +
 .../core/control/model/impl/ProbeEventInfo.java    |    59 +-
 .../core/control/model/impl/SessionInfo.java       |    81 +-
 .../lttng2/core/control/model/impl/TraceInfo.java  |    24 +-
 .../core/control/model/impl/UstProviderInfo.java   |    47 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |     7 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 .../pom.xml                                        |    11 +-
 .../lttng2/kernel/core/tests/AllTests.java         |    31 +-
 .../tests/headless/BasicStateSystemExample.java    |    33 +-
 .../core/tests/headless/GenerateTestValues.java    |   121 +
 .../stateprovider/CtfKernelStateInputTest.java     |    61 -
 .../core/tests/stateprovider/CtfTestFiles.java     |    44 -
 .../LttngKernelStateProviderTest.java              |    55 +
 .../stateprovider/PartialStateSystemTest.java      |   115 +
 .../stateprovider/StateSystemFullHistoryTest.java  |   377 +-
 .../stateprovider/StateSystemInMemoryTest.java     |    38 +
 .../core/tests/stateprovider/StateSystemTest.java  |   408 +
 .../kernel/core/tests/stateprovider/TestAll.java   |    31 +-
 .../core/tests/stateprovider/TestValues.java       |  2625 ++
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    10 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 .../pom.xml                                        |     6 +-
 .../internal/lttng2/kernel/core/Activator.java     |   100 +-
 .../internal/lttng2/kernel/core/Attributes.java    |    35 +-
 .../internal/lttng2/kernel/core/LttngStrings.java  |    65 +-
 .../internal/lttng2/kernel/core/StateValues.java   |    27 +-
 .../core/stateprovider/CtfKernelHandler.java       |   578 -
 .../core/stateprovider/CtfKernelStateInput.java    |   113 -
 .../stateprovider/LttngKernelStateProvider.java    |   588 +
 .../lttng2/kernel/core/trace/CtfKernelTrace.java   |    89 -
 .../lttng2/kernel/core/trace/LttngKernelTrace.java |   103 +
 .../lttng2/kernel/core/trace/Messages.java         |    38 +
 .../lttng2/kernel/core/trace/messages.properties   |    13 +
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 .../pom.xml                                        |     6 +-
 .../lttng2/kernel/ui/tests/ActivatorTest.java      |    50 +-
 .../lttng2/kernel/ui/tests/AllTests.java           |    25 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    25 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    15 +-
 .../plugin.xml                                     |     2 +-
 .../pom.xml                                        |     4 +-
 .../internal/lttng2/kernel/ui/Activator.java       |    11 +-
 .../internal/lttng2/kernel/ui/Messages.java        |    17 +
 .../internal/lttng2/kernel/ui/messages.properties  |    18 +
 .../ui/viewers/events/LTTng2EventsTable.java       |    14 +-
 .../lttng2/kernel/ui/viewers/events/Messages.java  |    11 +
 .../kernel/ui/viewers/events/messages.properties   |    12 +
 .../lttng2/kernel/ui/views/PerspectiveFactory.java |    18 +-
 .../kernel/ui/views/common/EventIterator.java      |   147 -
 .../ui/views/controlflow/ControlFlowEntry.java     |    42 +-
 .../ui/views/controlflow/ControlFlowEvent.java     |     7 +-
 .../ControlFlowPresentationProvider.java           |    99 +-
 .../ui/views/controlflow/ControlFlowView.java      |   356 +-
 .../kernel/ui/views/resources/ResourcesEntry.java  |    18 +-
 .../kernel/ui/views/resources/ResourcesEvent.java  |     7 +-
 .../resources/ResourcesPresentationProvider.java   |   185 +-
 .../kernel/ui/views/resources/ResourcesView.java   |   312 +-
 .../build.properties                               |    12 +
 .../feature.properties                             |    15 +-
 .../feature.xml                                    |    24 +-
 lttng/org.eclipse.linuxtools.lttng2.kernel/pom.xml |     6 +-
 .../sourceTemplateFeature/feature.properties       |    11 +
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    16 +-
 .../org.eclipse.linuxtools.lttng2.ui.tests/pom.xml |     6 +-
 .../linuxtools/lttng2/ui/tests/ActivatorTest.java  |    50 +-
 .../linuxtools/lttng2/ui/tests/AllTests.java       |    29 +-
 .../ui/tests/control/model/component/AllTests.java |    39 +-
 .../model/component/ModelImplTestSetup.java        |    44 -
 .../model/component/TraceControlComponentTest.java |    88 +-
 .../component/TraceControlCreateSessionTests.java  |   252 +
 .../component/TraceControlKernelProviderTests.java |    52 +-
 .../component/TraceControlKernelSessionTests.java  |    54 +-
 .../component/TraceControlPropertiesTest.java      |    79 +-
 .../model/component/TraceControlTestFacility.java  |    19 +-
 .../TraceControlTreeModelNoProvidersTest.java      |    44 +-
 .../model/component/TraceControlTreeModelTest.java |    44 +-
 .../component/TraceControlUstProviderTests.java    |    46 +-
 .../component/TraceControlUstSessionTests.java     |    46 +-
 .../lttng2/ui/tests/control/service/AllTests.java  |    23 +-
 .../control/service/LTTngControlServiceTest.java   |   426 +-
 .../stubs/dialogs/CreateSessionDialogStub.java     |    51 +-
 .../stubs/dialogs/EnableChannelDialogStub.java     |     4 +-
 .../stubs/dialogs/EnableEventsDialogStub.java      |    13 +-
 .../stubs/dialogs/GetEventInfoDialogStub.java      |    25 +-
 .../stubs/service/TestRemoteSystemProxy.java       |    11 +-
 .../lttng2/stubs/shells/LTTngToolsFileShell.java   |    39 +-
 .../lttng2/stubs/shells/TestCommandShell.java      |     1 +
 .../testfiles/CreateSessionTest.cfg                |   228 +
 .../testfiles/CreateTreeTest.cfg                   |     2 +-
 .../testfiles/LTTngServiceTest.cfg                 |   290 +
 .../testfiles/ListInfoTest.cfg                     |    12 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    19 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    12 +-
 lttng/org.eclipse.linuxtools.lttng2.ui/pom.xml     |     4 +-
 .../linuxtools/internal/lttng2/ui/Activator.java   |    53 +-
 .../lttng2/ui/views/control/ControlView.java       |    29 +-
 .../ui/views/control/dialogs/AddContextDialog.java |    59 +-
 .../ui/views/control/dialogs/ConfirmDialog.java    |    18 +-
 .../views/control/dialogs/CreateSessionDialog.java |   678 +-
 .../views/control/dialogs/EnableChannelDialog.java |    89 +-
 .../views/control/dialogs/EnableEventsDialog.java  |   109 +-
 .../dialogs/EnableKernelEventComposite.java        |    48 +-
 .../control/dialogs/EnableUstEventsComposite.java  |    97 +-
 .../views/control/dialogs/GetEventInfoDialog.java  |   126 +-
 .../views/control/dialogs/IAddContextDialog.java   |    16 +-
 .../ui/views/control/dialogs/IConfirmDialog.java   |     4 +-
 .../control/dialogs/ICreateSessionDialog.java      |    57 +-
 .../control/dialogs/IEnableChannelDialog.java      |    10 +-
 .../views/control/dialogs/IEnableEventsDialog.java |    20 +-
 .../views/control/dialogs/IEnableKernelEvents.java |    72 +-
 .../ui/views/control/dialogs/IEnableUstEvents.java |    48 +-
 .../views/control/dialogs/IGetEventInfoDialog.java |    31 +-
 .../control/dialogs/IImportConfirmationDialog.java |    24 +-
 .../ui/views/control/dialogs/IImportDialog.java    |     8 +-
 .../control/dialogs/INewConnectionDialog.java      |    35 +-
 .../control/dialogs/ImportConfirmationDialog.java  |    80 +-
 .../ui/views/control/dialogs/ImportDialog.java     |   241 +-
 .../views/control/dialogs/NewConnectionDialog.java |   134 +-
 .../control/dialogs/TraceControlDialogFactory.java |    52 +-
 .../handlers/AddContextOnChannelHandler.java       |    11 +-
 .../handlers/AddContextOnDomainHandler.java        |    11 +-
 .../control/handlers/AddContextOnEventHandler.java |    11 +-
 .../views/control/handlers/AssignEventHandler.java |    20 +-
 .../control/handlers/BaseAddContextHandler.java    |    11 +-
 .../control/handlers/BaseControlViewHandler.java   |     6 +-
 .../control/handlers/BaseEnableChannelHandler.java |    10 +-
 .../control/handlers/BaseEnableEventHandler.java   |    33 +-
 .../ui/views/control/handlers/BaseNodeHandler.java |    23 +-
 .../views/control/handlers/CalibrateHandler.java   |    10 +-
 .../handlers/ChangeChannelStateHandler.java        |    28 +-
 .../control/handlers/ChangeEventStateHandler.java  |    24 +-
 .../handlers/ChangeSessionStateHandler.java        |    16 +-
 .../control/handlers/ChannelCommandParameter.java  |     6 +-
 .../views/control/handlers/CommandParameter.java   |    18 +-
 .../ui/views/control/handlers/ConnectHandler.java  |    18 +-
 .../control/handlers/CreateSessionHandler.java     |    28 +-
 .../ui/views/control/handlers/DeleteHandler.java   |    19 +-
 .../control/handlers/DestroySessionHandler.java    |    11 +-
 .../control/handlers/DisableChannelHandler.java    |    20 +-
 .../control/handlers/DisableEventHandler.java      |    22 +-
 .../views/control/handlers/DisconnectHandler.java  |    18 +-
 .../control/handlers/DomainCommandParameter.java   |    16 +-
 .../control/handlers/EnableChannelHandler.java     |    20 +-
 .../handlers/EnableChannelOnDomainHandler.java     |    15 +-
 .../handlers/EnableChannelOnSessionHandler.java    |    15 +-
 .../views/control/handlers/EnableEventHandler.java |    22 +-
 .../handlers/EnableEventOnChannelHandler.java      |    36 +-
 .../handlers/EnableEventOnDomainHandler.java       |    38 +-
 .../handlers/EnableEventOnSessionHandler.java      |    37 +-
 .../control/handlers/EventCommandParameter.java    |    17 +-
 .../ui/views/control/handlers/ImportHandler.java   |    22 +-
 .../control/handlers/NewConnectionHandler.java     |    18 +-
 .../ui/views/control/handlers/RefreshHandler.java  |    11 +-
 .../ui/views/control/handlers/StartHandler.java    |    22 +-
 .../ui/views/control/handlers/StopHandler.java     |    22 +-
 .../control/logging/ControlCommandLogger.java      |    27 +-
 .../lttng2/ui/views/control/messages/Messages.java |    38 +-
 .../ui/views/control/messages/messages.properties  |    43 +-
 .../control/model/ITraceControlComponent.java      |   106 +-
 .../ITraceControlComponentChangedListener.java     |    20 +-
 .../control/model/impl/BaseEventComponent.java     |    26 +-
 .../model/impl/KernelProviderComponent.java        |    17 +-
 .../control/model/impl/TargetNodeComponent.java    |    99 +-
 .../control/model/impl/TraceChannelComponent.java  |   106 +-
 .../control/model/impl/TraceControlComponent.java  |   120 +-
 .../model/impl/TraceControlContentProvider.java    |    38 +-
 .../model/impl/TraceControlLabelProvider.java      |    21 +-
 .../views/control/model/impl/TraceControlRoot.java |    16 +-
 .../control/model/impl/TraceDomainComponent.java   |   123 +-
 .../control/model/impl/TraceEventComponent.java    |    39 +-
 .../model/impl/TraceProbeEventComponent.java       |     6 +-
 .../control/model/impl/TraceProviderGroup.java     |    20 +-
 .../control/model/impl/TraceSessionComponent.java  |   168 +-
 .../control/model/impl/TraceSessionGroup.java      |    57 +-
 .../control/model/impl/UstProviderComponent.java   |    12 +-
 .../preferences/ControlPreferenceInitializer.java  |    18 +-
 .../control/preferences/ControlPreferencePage.java |    32 +-
 .../control/preferences/ControlPreferences.java    |    28 +-
 .../control/property/BaseEventPropertySource.java  |    36 +-
 .../views/control/property/BasePropertySource.java |    41 +-
 .../property/KernelProviderPropertySource.java     |    34 +-
 .../control/property/TargetNodePropertySource.java |    23 +-
 .../property/TraceChannelPropertySource.java       |    56 +-
 .../property/TraceDomainPropertySource.java        |    37 +-
 .../control/property/TraceEventPropertySource.java |    42 +-
 .../property/TraceProbeEventPropertySource.java    |    21 +-
 .../property/TraceSessionPropertySource.java       |    41 +-
 .../property/UstProviderPropertySource.java        |    37 +-
 .../ui/views/control/remote/CommandResult.java     |    19 +-
 .../ui/views/control/remote/CommandShell.java      |    41 +-
 .../ui/views/control/remote/ICommandResult.java    |    10 +-
 .../ui/views/control/remote/ICommandShell.java     |    10 +-
 .../views/control/remote/IRemoteSystemProxy.java   |    41 +-
 .../ui/views/control/remote/RemoteSystemProxy.java |    50 +-
 .../control/service/ILttngControlService.java      |    79 +-
 .../views/control/service/LTTngControlService.java |   464 +-
 .../service/LTTngControlServiceConstants.java      |   194 +-
 .../service/LTTngControlServiceFactory.java        |    11 +-
 .../ui/views/control/service/LttngVersion.java     |    65 +
 .../org.eclipse.linuxtools.lttng2/build.properties |    12 +
 .../feature.properties                             |    14 +-
 lttng/org.eclipse.linuxtools.lttng2/feature.xml    |    24 +-
 lttng/org.eclipse.linuxtools.lttng2/pom.xml        |     6 +-
 .../sourceTemplateFeature/feature.properties       |    11 +
 .../.classpath                                     |     1 +
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |    16 +-
 .../build.properties                               |    13 +
 .../plugin.properties                              |    16 +-
 .../org.eclipse.linuxtools.tmf.core.tests/pom.xml  |     6 +-
 .../tmf/core/tests/shared/CtfTmfTestTraces.java    |   112 +
 .../linuxtools/tmf/core/tests/AllTmfCoreTests.java |    39 +-
 .../tmf/core/tests/TmfCorePluginTest.java          |    76 +-
 .../tmf/core/tests/TmfCoreTestPlugin.java          |     9 +-
 .../tmf/core/tests/component/AllTests.java         |    38 +-
 .../core/tests/component/TmfEventProviderTest.java |   133 +-
 .../tests/component/TmfProviderManagerTest.java    |   613 +-
 .../tmf/core/tests/ctfadaptor/AllTests.java        |    41 +
 .../tmf/core/tests/ctfadaptor/CtfIteratorTest.java |    83 +-
 .../core/tests/ctfadaptor/CtfLocationDataTest.java |    99 +
 .../tmf/core/tests/ctfadaptor/CtfLocationTest.java |    65 +-
 .../core/tests/ctfadaptor/CtfTmfContentTest.java   |    86 -
 .../core/tests/ctfadaptor/CtfTmfContextTest.java   |   126 +
 .../tests/ctfadaptor/CtfTmfEventFieldTest.java     |   167 +-
 .../tmf/core/tests/ctfadaptor/CtfTmfEventTest.java |   140 +-
 .../core/tests/ctfadaptor/CtfTmfEventTypeTest.java |    46 +-
 .../ctfadaptor/CtfTmfLightweightContextTest.java   |   119 -
 .../core/tests/ctfadaptor/CtfTmfTimestampTest.java |   168 +-
 .../tmf/core/tests/ctfadaptor/CtfTmfTraceTest.java |    76 +-
 .../tmf/core/tests/ctfadaptor/TestAll.java         |    51 -
 .../tmf/core/tests/ctfadaptor/TestParams.java      |    52 -
 .../core/tests/ctfadaptor/headless/Benchmark.java  |    43 +-
 .../ctfadaptor/headless/RequestBenchmark.java      |    24 +-
 .../linuxtools/tmf/core/tests/event/AllTests.java  |    39 +-
 .../tmf/core/tests/event/TmfEventFieldTest.java    |   208 +-
 .../tmf/core/tests/event/TmfEventTest.java         |   447 +-
 .../core/tests/event/TmfEventTypeManagerTest.java  |    68 +-
 .../tmf/core/tests/event/TmfEventTypeTest.java     |   118 +-
 .../core/tests/event/TmfSimpleTimestampTest.java   |   183 +-
 .../tmf/core/tests/event/TmfTimeRangeTest.java     |   138 +-
 .../core/tests/event/TmfTimestampDeltaTest.java    |   136 +
 .../tmf/core/tests/event/TmfTimestampTest.java     |   456 +-
 .../tmf/core/tests/event/lookup/AllTests.java      |    28 +
 .../core/tests/event/lookup/TmfCallsiteTest.java   |   179 +
 .../tmf/core/tests/request/AllTests.java           |    48 +-
 .../tests/request/TmfCoalescedDataRequestTest.java |   641 +-
 .../request/TmfCoalescedEventRequestTest.java      |   719 +-
 .../tmf/core/tests/request/TmfDataRequestTest.java |   339 +-
 .../core/tests/request/TmfEventRequestTest.java    |   369 +-
 .../core/tests/request/TmfRequestExecutorTest.java |   377 +-
 .../linuxtools/tmf/core/tests/signal/AllTests.java |    27 +
 .../core/tests/signal/TmfSignalThrottlerTest.java  |   224 +
 .../tmf/core/tests/statesystem/AllTests.java       |    28 +
 .../tests/statesystem/StateSystemPushPopTest.java  |   326 +
 .../core/tests/statesystem/VerifyHistoryFile.java  |    25 +-
 .../tmf/core/tests/statistics/AllTests.java        |    26 +
 .../tests/statistics/TmfEventsStatisticsTest.java  |    36 +
 .../tests/statistics/TmfStateStatisticsTest.java   |    50 +
 .../core/tests/statistics/TmfStatisticsTest.java   |   357 +
 .../linuxtools/tmf/core/tests/trace/AllTests.java  |    42 +-
 .../core/tests/trace/TmfCheckpointIndexTest.java   |    56 +-
 .../core/tests/trace/TmfCheckpointIndexTest2.java  |   224 +
 .../tmf/core/tests/trace/TmfCheckpointTest.java    |   133 +-
 .../tmf/core/tests/trace/TmfContextTest.java       |   105 +-
 .../trace/TmfExperimentCheckpointIndexTest.java    |   142 +-
 .../tmf/core/tests/trace/TmfExperimentTest.java    |   200 +-
 .../tmf/core/tests/trace/TmfLocationTest.java      |   365 +-
 .../tests/trace/TmfMultiTraceExperimentTest.java   |   216 +-
 .../tmf/core/tests/trace/TmfStringLocation.java    |    44 +
 .../tmf/core/tests/trace/TmfTraceManagerTest.java  |   657 +
 .../tmf/core/tests/trace/TmfTraceTest.java         |   333 +-
 .../linuxtools/tmf/core/tests/uml2sd/AllTests.java |    41 +-
 .../uml2sd/TmfAsyncSequenceDiagramEventTest.java   |    45 +-
 .../uml2sd/TmfSyncSequenceDiagramEventTest.java    |    42 +-
 .../linuxtools/tmf/core/tests/util/AllTests.java   |    38 +-
 .../linuxtools/tmf/core/tests/util/PairTest.java   |   127 +
 .../tmf/core/tests/util/TmfFixedArrayTest.java     |   270 -
 .../tmf/tests/stubs/CreateTestFiles.java           |     3 +-
 .../tmf/tests/stubs/component/TmfClientStub.java   |     8 +-
 .../tests/stubs/component/TmfDataProviderStub.java |    20 +-
 .../stubs/component/TmfEventProviderStub.java      |    20 +-
 .../component/TmfSyntheticEventProviderStub.java   |    30 +-
 .../tmf/tests/stubs/event/TmfEventTypeStub.java    |    18 +-
 .../tests/stubs/event/TmfSyntheticEventStub.java   |     5 +-
 .../tests/stubs/request/TmfDataRequestStub.java    |    21 +-
 .../tests/stubs/request/TmfEventRequestStub.java   |    25 +-
 .../tmf/tests/stubs/trace/TmfEmptyTraceStub.java   |    13 +-
 .../tmf/tests/stubs/trace/TmfEventParserStub.java  |    28 +-
 .../tmf/tests/stubs/trace/TmfExperimentStub.java   |     9 +-
 .../tmf/tests/stubs/trace/TmfIndexerStub.java      |     4 +-
 .../tmf/tests/stubs/trace/TmfTraceStub.java        |    97 +-
 .../testfiles/A-Test-10K-2                         |   Bin 0 -> 45094 bytes
 lttng/org.eclipse.linuxtools.tmf.core/.options     |     4 -
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    16 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    16 +-
 lttng/org.eclipse.linuxtools.tmf.core/pom.xml      |     6 +-
 .../linuxtools/internal/tmf/core/Activator.java    |   192 +-
 .../linuxtools/internal/tmf/core/Messages.java     |    31 +
 .../internal/tmf/core/TmfCoreTracer.java           |   237 +
 .../linuxtools/internal/tmf/core/Tracer.java       |   185 -
 .../tmf/core/component/TmfEventThread.java         |   244 +
 .../tmf/core/component/TmfProviderManager.java     |    55 +-
 .../internal/tmf/core/component/TmfThread.java     |    50 -
 .../internal/tmf/core/messages.properties          |    15 +
 .../tmf/core/request/TmfCoalescedDataRequest.java  |    72 +-
 .../tmf/core/request/TmfCoalescedEventRequest.java |    70 +-
 .../tmf/core/request/TmfRequestExecutor.java       |   246 +-
 .../internal/tmf/core/statesystem/Attribute.java   |    37 +-
 .../tmf/core/statesystem/AttributeTree.java        |    34 +-
 .../tmf/core/statesystem/HistoryBuilder.java       |   159 +-
 .../tmf/core/statesystem/IStateHistoryBackend.java |   186 -
 .../internal/tmf/core/statesystem/StateSystem.java |   264 +-
 .../tmf/core/statesystem/TransientState.java       |    76 +-
 .../statesystem/backends/IStateHistoryBackend.java |   198 +
 .../core/statesystem/backends/InMemoryBackend.java |   203 +
 .../tmf/core/statesystem/backends/NullBackend.java |   122 +
 .../statesystem/backends/historytree/CoreNode.java |   186 +
 .../statesystem/backends/historytree/HTConfig.java |    75 +
 .../backends/historytree/HTInterval.java           |   393 +
 .../statesystem/backends/historytree/HTNode.java   |   514 +
 .../statesystem/backends/historytree/HT_IO.java    |   205 +
 .../backends/historytree/HistoryTree.java          |   682 +
 .../backends/historytree/HistoryTreeBackend.java   |   324 +
 .../historytree/ThreadedHistoryTreeBackend.java    |   203 +
 .../backends/partial/PartialHistoryBackend.java    |   371 +
 .../backends/partial/PartialStateSystem.java       |   153 +
 .../tmf/core/statesystem/historytree/CoreNode.java |   178 -
 .../tmf/core/statesystem/historytree/HTConfig.java |    46 -
 .../core/statesystem/historytree/HTInterval.java   |   314 -
 .../tmf/core/statesystem/historytree/HTNode.java   |   532 -
 .../tmf/core/statesystem/historytree/HT_IO.java    |   190 -
 .../core/statesystem/historytree/HistoryTree.java  |   659 -
 .../historytree/HistoryTreeBackend.java            |   274 -
 .../historytree/ThreadedHistoryTreeBackend.java    |   182 -
 .../tmf/core/trace/TmfExperimentCheckpoint.java    |    22 +-
 .../tmf/core/trace/TmfExperimentContext.java       |    82 +-
 .../tmf/core/trace/TmfExperimentLocation.java      |    64 +-
 .../internal/tmf/core/trace/TmfLocationArray.java  |   138 +-
 .../linuxtools/tmf/core/TmfCommonConstants.java    |     2 +-
 .../linuxtools/tmf/core/TmfProjectNature.java      |    57 +-
 .../tmf/core/callstack/CallStackStateProvider.java |   140 +
 .../tmf/core/component/ITmfComponent.java          |    36 +-
 .../tmf/core/component/ITmfDataProvider.java       |    14 +-
 .../tmf/core/component/TmfComponent.java           |   113 +-
 .../tmf/core/component/TmfDataProvider.java        |   304 +-
 .../tmf/core/component/TmfEventProvider.java       |   134 +-
 .../tmf/core/ctfadaptor/CtfConstants.java          |    40 +
 .../tmf/core/ctfadaptor/CtfEnumPair.java           |    59 +
 .../tmf/core/ctfadaptor/CtfIterator.java           |   117 +-
 .../tmf/core/ctfadaptor/CtfIteratorManager.java    |    40 +-
 .../tmf/core/ctfadaptor/CtfLocation.java           |   143 +-
 .../tmf/core/ctfadaptor/CtfLocationInfo.java       |   110 +
 .../tmf/core/ctfadaptor/CtfTmfCallsite.java        |   116 +
 .../tmf/core/ctfadaptor/CtfTmfContent.java         |    50 -
 .../tmf/core/ctfadaptor/CtfTmfContext.java         |   193 +
 .../tmf/core/ctfadaptor/CtfTmfEvent.java           |   356 +-
 .../tmf/core/ctfadaptor/CtfTmfEventFactory.java    |   125 +
 .../tmf/core/ctfadaptor/CtfTmfEventField.java      |   477 +-
 .../core/ctfadaptor/CtfTmfLightweightContext.java  |   176 -
 .../tmf/core/ctfadaptor/CtfTmfTimestamp.java       |   217 +-
 .../tmf/core/ctfadaptor/CtfTmfTrace.java           |   302 +-
 .../linuxtools/tmf/core/ctfadaptor/Messages.java   |    42 +
 .../tmf/core/ctfadaptor/messages.properties        |    15 +
 .../tmf/core/event/ITmfCustomAttributes.java       |    43 +
 .../linuxtools/tmf/core/event/ITmfEvent.java       |    32 +-
 .../linuxtools/tmf/core/event/ITmfEventField.java  |    27 +-
 .../linuxtools/tmf/core/event/ITmfEventType.java   |    26 +-
 .../linuxtools/tmf/core/event/ITmfLostEvent.java   |     9 +-
 .../linuxtools/tmf/core/event/ITmfTimestamp.java   |   103 -
 .../linuxtools/tmf/core/event/TmfEvent.java        |   167 +-
 .../linuxtools/tmf/core/event/TmfEventField.java   |   206 +-
 .../linuxtools/tmf/core/event/TmfEventType.java    |    69 +-
 .../tmf/core/event/TmfEventTypeManager.java        |    23 +-
 .../linuxtools/tmf/core/event/TmfLostEvent.java    |   131 +-
 .../tmf/core/event/TmfSimpleTimestamp.java         |   145 -
 .../linuxtools/tmf/core/event/TmfTimeRange.java    |   226 -
 .../linuxtools/tmf/core/event/TmfTimestamp.java    |   366 -
 .../tmf/core/event/lookup/ITmfCallsite.java        |    47 +
 .../tmf/core/event/lookup/ITmfModelLookup.java     |    28 +
 .../tmf/core/event/lookup/ITmfSourceLookup.java    |    28 +
 .../tmf/core/event/lookup/TmfCallsite.java         |   150 +
 .../exceptions/StateSystemDisposedException.java   |    43 +
 .../linuxtools/tmf/core/filter/ITmfFilter.java     |    24 +-
 .../tmf/core/filter/model/ITmfFilterTreeNode.java  |     2 +-
 .../tmf/core/filter/model/TmfFilterAndNode.java    |     2 +-
 .../core/filter/model/TmfFilterCompareNode.java    |     4 +-
 .../core/filter/model/TmfFilterContainsNode.java   |     2 +-
 .../tmf/core/filter/model/TmfFilterEqualsNode.java |     2 +-
 .../core/filter/model/TmfFilterEventTypeNode.java  |     2 +-
 .../core/filter/model/TmfFilterMatchesNode.java    |   214 +-
 .../tmf/core/filter/model/TmfFilterNode.java       |     2 +-
 .../tmf/core/filter/model/TmfFilterOrNode.java     |     2 +-
 .../tmf/core/filter/model/TmfFilterRootNode.java   |     2 +-
 .../tmf/core/filter/model/TmfFilterTreeNode.java   |   247 +-
 .../core/filter/xml/TmfFilterContentHandler.java   |    67 +-
 .../tmf/core/filter/xml/TmfFilterXMLParser.java    |     2 +-
 .../tmf/core/filter/xml/TmfFilterXMLWriter.java    |     2 +-
 .../tmf/core/interval/ITmfStateInterval.java       |    12 +-
 .../core/interval/TmfIntervalEndComparator.java    |    40 +
 .../tmf/core/interval/TmfStateInterval.java        |     4 +-
 .../tmf/core/io/BufferedRandomAccessFile.java      |     4 +-
 .../tmf/core/request/ITmfDataRequest.java          |    50 +-
 .../tmf/core/request/ITmfEventRequest.java         |    14 +-
 .../tmf/core/request/TmfDataRequest.java           |    91 +-
 .../tmf/core/request/TmfEventRequest.java          |    39 +-
 .../tmf/core/signal/TmfEndSynchSignal.java         |     2 +-
 .../core/signal/TmfEventFilterAppliedSignal.java   |    68 +
 .../core/signal/TmfEventSearchAppliedSignal.java   |    68 +
 .../core/signal/TmfExperimentDisposedSignal.java   |    55 -
 .../signal/TmfExperimentRangeUpdatedSignal.java    |    71 -
 .../core/signal/TmfExperimentSelectedSignal.java   |    55 -
 .../core/signal/TmfExperimentUpdatedSignal.java    |    57 -
 .../tmf/core/signal/TmfRangeSynchSignal.java       |     9 +-
 .../linuxtools/tmf/core/signal/TmfSignal.java      |     2 +-
 .../tmf/core/signal/TmfSignalHandler.java          |     2 +-
 .../tmf/core/signal/TmfSignalManager.java          |   157 +-
 .../tmf/core/signal/TmfSignalThrottler.java        |   103 +
 .../tmf/core/signal/TmfSignalTracer.java           |     2 +-
 .../tmf/core/signal/TmfStartSynchSignal.java       |     2 +-
 .../core/signal/TmfStateSystemBuildCompleted.java  |    55 -
 .../tmf/core/signal/TmfStatsUpdatedSignal.java     |    95 +
 .../tmf/core/signal/TmfTimeSynchSignal.java        |    11 +-
 .../signal/TmfTimestampFormatUpdateSignal.java     |    31 +
 .../tmf/core/signal/TmfTraceClosedSignal.java      |    58 +
 .../tmf/core/signal/TmfTraceOpenedSignal.java      |    71 +
 .../core/signal/TmfTraceRangeUpdatedSignal.java    |    69 +
 .../tmf/core/signal/TmfTraceSelectedSignal.java    |    19 +-
 .../tmf/core/signal/TmfTraceUpdatedSignal.java     |    27 +-
 .../core/statesystem/AbstractTmfStateProvider.java |   227 +
 .../tmf/core/statesystem/IStateChangeInput.java    |    87 -
 .../tmf/core/statesystem/IStateSystemBuilder.java  |   224 -
 .../tmf/core/statesystem/IStateSystemQuerier.java  |   276 -
 .../tmf/core/statesystem/IStateSystemQuerier2.java |    61 -
 .../tmf/core/statesystem/ITmfStateProvider.java    |   125 +
 .../tmf/core/statesystem/ITmfStateSystem.java      |   364 +
 .../core/statesystem/ITmfStateSystemBuilder.java   |   232 +
 .../tmf/core/statesystem/StateSystemManager.java   |   104 -
 .../core/statesystem/TmfStateSystemFactory.java    |   248 +
 .../tmf/core/statevalue/ITmfStateValue.java        |    50 +-
 .../tmf/core/statevalue/IntegerStateValue.java     |    11 +-
 .../tmf/core/statevalue/LongStateValue.java        |    48 +
 .../tmf/core/statevalue/NullStateValue.java        |    11 +-
 .../tmf/core/statevalue/StringStateValue.java      |    11 +-
 .../tmf/core/statevalue/TmfStateValue.java         |    58 +-
 .../tmf/core/statistics/ITmfStatistics.java        |   122 +
 .../tmf/core/statistics/StatsStateProvider.java    |   109 +
 .../tmf/core/statistics/TmfEventsStatistics.java   |   345 +
 .../tmf/core/statistics/TmfStateStatistics.java    |   404 +
 .../tmf/core/timestamp/ITmfTimestamp.java          |   142 +
 .../tmf/core/timestamp/TmfSimpleTimestamp.java     |   112 +
 .../tmf/core/timestamp/TmfTimeRange.java           |   198 +
 .../tmf/core/timestamp/TmfTimestamp.java           |   340 +
 .../tmf/core/timestamp/TmfTimestampDelta.java      |   105 +
 .../tmf/core/timestamp/TmfTimestampFormat.java     |   609 +
 .../linuxtools/tmf/core/trace/ITmfCheckpoint.java  |    33 +-
 .../linuxtools/tmf/core/trace/ITmfContext.java     |    28 +-
 .../linuxtools/tmf/core/trace/ITmfEventParser.java |     6 +-
 .../linuxtools/tmf/core/trace/ITmfLocation.java    |    27 +-
 .../linuxtools/tmf/core/trace/ITmfTrace.java       |   107 +-
 .../tmf/core/trace/ITmfTraceIndexer.java           |    25 +-
 .../tmf/core/trace/ITmfTraceProperties.java        |    35 +
 .../linuxtools/tmf/core/trace/TmfCheckpoint.java   |   133 +-
 .../tmf/core/trace/TmfCheckpointIndexer.java       |   141 +-
 .../linuxtools/tmf/core/trace/TmfContext.java      |    76 +-
 .../linuxtools/tmf/core/trace/TmfExperiment.java   |   319 +-
 .../linuxtools/tmf/core/trace/TmfLocation.java     |    92 +-
 .../linuxtools/tmf/core/trace/TmfLongLocation.java |    46 +
 .../tmf/core/trace/TmfTimestampLocation.java       |    48 +
 .../linuxtools/tmf/core/trace/TmfTrace.java        |   446 +-
 .../linuxtools/tmf/core/trace/TmfTraceContext.java |    67 +
 .../linuxtools/tmf/core/trace/TmfTraceManager.java |   375 +
 .../core/uml2sd/ITmfAsyncSequenceDiagramEvent.java |    19 +-
 .../core/uml2sd/ITmfSyncSequenceDiagramEvent.java  |    37 +-
 .../core/uml2sd/TmfAsyncSequenceDiagramEvent.java  |    29 +-
 .../core/uml2sd/TmfSyncSequenceDiagramEvent.java   |    38 +-
 .../org/eclipse/linuxtools/tmf/core/util/Pair.java |   146 +
 .../linuxtools/tmf/core/util/TmfFixedArray.java    |   257 -
 .../.empty.dtd}                                    |     0
 ....linuxtools.tmf.help build.xml [Builder].launch |    23 +
 lttng/org.eclipse.linuxtools.tmf.help/.project     |    37 +
 .../.settings/org.eclipse.core.resources.prefs     |     2 +
 .../.settings/org.eclipse.core.runtime.prefs       |     2 +
 .../org.eclipse.ltk.core.refactoring.prefs         |     2 +
 .../META-INF/MANIFEST.MF                           |     8 +
 lttng/org.eclipse.linuxtools.tmf.help/README       |    19 +
 .../org.eclipse.linuxtools.tmf.help}/about.html    |     0
 lttng/org.eclipse.linuxtools.tmf.help/book.css     |    59 +
 .../build.properties                               |    21 +
 lttng/org.eclipse.linuxtools.tmf.help/build.xml    |    65 +
 .../doc/Developer-Guide.mediawiki                  |  2882 ++
 .../doc/images/AddDependencyTmf.png                |   Bin 0 -> 71006 bytes
 .../doc/images/AddDependencyTmfUi.png              |   Bin 0 -> 69912 bytes
 .../doc/images/AddTmfUml2SDLoader.png              |   Bin 0 -> 86908 bytes
 .../doc/images/AddViewExtension1.png               |   Bin 0 -> 79035 bytes
 .../doc/images/AddViewExtension2.png               |   Bin 0 -> 66845 bytes
 .../doc/images/BlankSampleSeqDiagram.png           |   Bin 0 -> 46089 bytes
 .../doc/images/CustomStatisticsView.png            |   Bin 0 -> 77654 bytes
 .../doc/images/DefaultCoolbarMenu.png              |   Bin 0 -> 64115 bytes
 .../doc/images/DialogHidePatterns.png              |   Bin 0 -> 15933 bytes
 .../doc/images/EmptySampleView.png                 |   Bin 0 -> 17413 bytes
 .../doc/images/ExampleNewStatsView.png             |   Bin 0 -> 65695 bytes
 .../doc/images/FillSampleLoader.png                |   Bin 0 -> 81020 bytes
 .../doc/images/FillSampleSeqDiagram.png            |   Bin 0 -> 65357 bytes
 .../doc/images/FillSampleViewExtension.png         |   Bin 0 -> 27277 bytes
 .../doc/images/FindDialog.png                      |   Bin 0 -> 20244 bytes
 .../doc/images/FindProviderAdded.png               |   Bin 0 -> 45734 bytes
 .../doc/images/HidePatternsMenuItem.png            |   Bin 0 -> 71982 bytes
 .../doc/images/NTTAddDepend.png                    |   Bin 0 -> 43060 bytes
 .../doc/images/NTTAddType.png                      |   Bin 0 -> 57648 bytes
 .../doc/images/NTTExtension.png                    |   Bin 0 -> 27614 bytes
 .../doc/images/NTTExtensionPoint.png               |   Bin 0 -> 49468 bytes
 .../doc/images/NTTPluginxmlComplete.png            |   Bin 0 -> 65785 bytes
 .../doc/images/NTTSelectProjects.png               |   Bin 0 -> 66561 bytes
 .../doc/images/NTTTraceType.png                    |   Bin 0 -> 49951 bytes
 .../doc/images/NewSampleLoaderClass.png            |   Bin 0 -> 76655 bytes
 .../doc/images/PageProviderAdded.png               |   Bin 0 -> 45069 bytes
 .../doc/images/PrintDialog.png                     |   Bin 0 -> 37126 bytes
 .../doc/images/ReferenceExtensions.png             |   Bin 0 -> 153384 bytes
 .../doc/images/ReferencePlugin.png                 |   Bin 0 -> 47442 bytes
 .../doc/images/ReferenceSeqDiagram.png             |   Bin 0 -> 242718 bytes
 .../doc/images/RunApplicationRef.png               |   Bin 0 -> 143014 bytes
 .../doc/images/RunEclipseApplication.png           |   Bin 0 -> 141027 bytes
 .../doc/images/SampleDiagram1.png                  |   Bin 0 -> 31941 bytes
 .../doc/images/SampleDiagramAsyncMessage.png       |   Bin 0 -> 32522 bytes
 .../doc/images/SampleDiagramMessageDelta.png       |   Bin 0 -> 29191 bytes
 .../doc/images/SampleDiagramSyncMessage.png        |   Bin 0 -> 29350 bytes
 .../doc/images/SampleDiagramTimeComp.png           |   Bin 0 -> 36654 bytes
 .../doc/images/SampleView.png                      |   Bin 0 -> 13557 bytes
 .../doc/images/Screenshot-NewPlug-inProject1.png   |   Bin 0 -> 69764 bytes
 .../doc/images/Screenshot-NewPlug-inProject2.png   |   Bin 0 -> 59787 bytes
 .../doc/images/Screenshot-NewPlug-inProject3.png   |   Bin 0 -> 65638 bytes
 .../doc/images/SelectManifest.png                  |   Bin 0 -> 26967 bytes
 .../doc/images/SelectManifestRef.png               |   Bin 0 -> 52313 bytes
 .../doc/images/SeqDiagramPref.png                  |   Bin 0 -> 123405 bytes
 .../doc/images/ShowEventsView.png                  |   Bin 0 -> 36796 bytes
 .../doc/images/ShowTmfSDView.png                   |   Bin 0 -> 29750 bytes
 .../doc/images/ShowViewOther.png                   |   Bin 0 -> 90464 bytes
 .../doc/images/SupplCoolbar.png                    |   Bin 0 -> 70556 bytes
 .../doc/images/TmfAddModelClass.png                |   Bin 0 -> 74681 bytes
 .../doc/images/TmfAddModelPackage.png              |   Bin 0 -> 30577 bytes
 .../doc/images/TmfAddStatisticsView.png            |   Bin 0 -> 56767 bytes
 .../doc/images/TmfAddStatisticsViewClass.png       |   Bin 0 -> 75136 bytes
 .../doc/images/TmfStatisticsView.png               |   Bin 0 -> 66147 bytes
 .../doc/images/home.gif                            |   Bin 0 -> 582 bytes
 .../doc/images/next.gif                            |   Bin 0 -> 327 bytes
 .../doc/images/prev.gif                            |   Bin 0 -> 327 bytes
 .../images/home.gif                                |   Bin 0 -> 582 bytes
 .../images/next.gif                                |   Bin 0 -> 327 bytes
 .../images/prev.gif                                |   Bin 0 -> 327 bytes
 .../plugin.properties                              |    15 +
 lttng/org.eclipse.linuxtools.tmf.help/plugin.xml   |    10 +
 lttng/org.eclipse.linuxtools.tmf.help/pom.xml      |    86 +
 .../.settings/org.eclipse.jdt.core.prefs           |    18 +-
 .../META-INF/MANIFEST.MF                           |    16 +-
 .../build.properties                               |    12 +
 .../plugin.properties                              |    15 +-
 lttng/org.eclipse.linuxtools.tmf.ui.tests/pom.xml  |     6 +-
 .../linuxtools/tmf/ui/tests/AllTmfUITests.java     |    33 +-
 .../tmf/ui/tests/histogram/AllTests.java           |    24 +-
 .../ui/tests/histogram/HistogramDataModelTest.java |   147 +-
 .../tmf/ui/tests/statistics/AllTests.java          |    38 +-
 .../statistics/TmfBaseColumnDataProviderTest.java  |   111 +-
 .../ui/tests/statistics/TmfBaseColumnDataTest.java |    84 +-
 .../statistics/TmfBaseStatisticsDataTest.java      |   253 +-
 .../tmf/ui/tests/statistics/TmfStatisticsTest.java |    94 +
 .../statistics/TmfStatisticsTreeManagerTest.java   |   177 +
 .../statistics/TmfStatisticsTreeNodeTest.java      |   499 +-
 .../TmfStatisticsTreeRootFactoryTest.java          |   137 -
 .../statistics/TmfTreeContentProviderTest.java     |   139 +-
 .../ui/tests/views/uml2sd/dialogs/AllTests.java    |    23 +-
 .../tests/views/uml2sd/dialogs/CriteriaTest.java   |    32 +-
 .../tmf/ui/tests/views/uml2sd/load/AllTests.java   |    23 +-
 .../views/uml2sd/load/LoadersManagerTest.java      |    61 +-
 .../tmf/ui/tests/views/uml2sd/loader/AllTests.java |    35 +-
 .../views/uml2sd/loader/IUml2SDTestConstants.java  |    32 +-
 .../uml2sd/loader/IUml2SdSignalValidator.java      |    38 +-
 .../uml2sd/loader/TmfUml2SDSyncLoaderExpTest.java  |   170 +-
 .../loader/TmfUml2SDSyncLoaderFilterTest.java      |   210 +-
 .../uml2sd/loader/TmfUml2SDSyncLoaderFindTest.java |   175 +-
 .../loader/TmfUml2SDSyncLoaderPagesTest.java       |   195 +-
 .../loader/TmfUml2SDSyncLoaderSignalTest.java      |   116 +-
 .../uml2sd/loader/TmfUml2SDSyncLoaderTimeTest.java |   209 +-
 .../views/uml2sd/loader/Uml2SDSignalValidator.java |    18 +-
 .../views/uml2sd/loader/Uml2SDTestFacility.java    |    32 +-
 .../tests/views/uml2sd/loader/Uml2SDTestSetup.java |    10 +-
 .../views/uml2sd/loader/Uml2SDTestTimestamp.java   |     4 +-
 .../tmf/ui/tests/uml2sd/load/TestLoaders.java      |    26 +-
 .../ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java  |    27 +-
 .../test/stub/adaption/TsfImplProvider.java        |     3 +-
 .../timegraph/test/stub/model/EventImpl.java       |     2 +-
 .../timegraph/test/stub/model/TraceImpl.java       |     9 +-
 .../test/stub/model/TraceModelImplFactory.java     |     4 +-
 .../test/stub/views/TsfTraceAnalysisView.java      |  1100 +-
 .../.settings/.api_filters                         |    11 +
 .../.settings/org.eclipse.jdt.core.prefs           |    16 +-
 .../.settings/org.eclipse.pde.prefs                |    32 +
 .../META-INF/MANIFEST.MF                           |    32 +-
 .../org.eclipse.linuxtools.tmf.ui/build.properties |    12 +
 .../icons/dtool16/clear.gif                        |   Bin 0 -> 314 bytes
 .../icons/etool16/clear.gif                        |   Bin 0 -> 322 bytes
 .../icons/eview16/callstack_view.gif               |   Bin 0 -> 104 bytes
 .../icons/obj16/stckframe_obj.gif                  |   Bin 0 -> 104 bytes
 .../icons/wizban/conflict_stat.gif                 |   Bin 0 -> 93 bytes
 .../plugin.properties                              |   155 +-
 lttng/org.eclipse.linuxtools.tmf.ui/plugin.xml     |  1021 +-
 lttng/org.eclipse.linuxtools.tmf.ui/pom.xml        |     6 +-
 .../org.eclipse.linuxtools.tmf.ui.tracetype.exsd   |    27 +-
 .../linuxtools/internal/tmf/ui/Activator.java      |   202 +-
 .../internal/tmf/ui/ITmfImageConstants.java        |    11 +-
 .../linuxtools/internal/tmf/ui/Messages.java       |    39 +-
 .../linuxtools/internal/tmf/ui/TmfUiTracer.java    |   380 +-
 .../ManageCustomParsersCommandHandler.java         |    11 +-
 .../tmf/ui/dialogs/ManageCustomParsersDialog.java  |   104 +-
 .../tmf/ui/dialogs/MultiLineInputDialog.java       |   167 +
 .../ui/editors/handlers/AddBookmarkHandler.java    |    27 +-
 .../linuxtools/internal/tmf/ui/messages.properties |    40 +-
 .../tmf/ui/parsers/custom/CustomEvent.java         |   195 +-
 .../tmf/ui/parsers/custom/CustomEventContent.java  |    50 +-
 .../tmf/ui/parsers/custom/CustomEventType.java     |    31 +-
 .../tmf/ui/parsers/custom/CustomEventsTable.java   |    34 +-
 .../ui/parsers/custom/CustomTraceDefinition.java   |    55 +-
 .../tmf/ui/parsers/custom/CustomTxtEvent.java      |    55 +-
 .../tmf/ui/parsers/custom/CustomTxtEventType.java  |    23 +-
 .../tmf/ui/parsers/custom/CustomTxtTrace.java      |   102 +-
 .../ui/parsers/custom/CustomTxtTraceContext.java   |    35 +-
 .../parsers/custom/CustomTxtTraceDefinition.java   |   285 +-
 .../tmf/ui/parsers/custom/CustomXmlEvent.java      |    53 +-
 .../tmf/ui/parsers/custom/CustomXmlEventType.java  |    17 +-
 .../tmf/ui/parsers/custom/CustomXmlTrace.java      |   118 +-
 .../ui/parsers/custom/CustomXmlTraceContext.java   |    27 +-
 .../parsers/custom/CustomXmlTraceDefinition.java   |   233 +-
 .../internal/tmf/ui/parsers/custom/Messages.java   |    26 +
 .../tmf/ui/parsers/custom/messages.properties      |    13 +
 .../wizards/CustomTxtParserInputWizardPage.java    |   327 +-
 .../wizards/CustomTxtParserOutputWizardPage.java   |   103 +-
 .../ui/parsers/wizards/CustomTxtParserWizard.java  |    38 +-
 .../wizards/CustomXmlParserInputWizardPage.java    |   224 +-
 .../wizards/CustomXmlParserOutputWizardPage.java   |   103 +-
 .../ui/parsers/wizards/CustomXmlParserWizard.java  |    32 +-
 .../ui/preferences/TmfTracingPreferencePage.java   |    26 +-
 .../internal/tmf/ui/project/dialogs/Messages.java  |    12 +-
 .../SelectSupplementaryResourcesDialog.java        |    45 +-
 .../project/handlers/BatchImportTraceHandler.java  |    59 +
 .../ui/project/handlers/CopyExperimentHandler.java |    18 +-
 .../tmf/ui/project/handlers/CopyTraceHandler.java  |    18 +-
 .../tmf/ui/project/handlers/DeleteAction.java      |    35 +-
 .../project/handlers/DeleteExperimentHandler.java  |    46 +-
 .../DeleteExperimentSupplementaryFilesHandler.java |    41 +-
 .../ui/project/handlers/DeleteTraceHandler.java    |    55 +-
 .../DeleteTraceSupplementaryFilesHandler.java      |    13 +-
 .../ui/project/handlers/DropAdapterAssistant.java  |   393 +-
 .../ui/project/handlers/ImportTraceHandler.java    |    61 +-
 .../internal/tmf/ui/project/handlers/Messages.java |    30 +-
 .../ui/project/handlers/NewExperimentHandler.java  |    12 +-
 .../tmf/ui/project/handlers/OpenAction.java        |    40 +-
 .../ui/project/handlers/OpenExperimentHandler.java |   225 +-
 .../tmf/ui/project/handlers/OpenTraceHandler.java  |   163 +-
 .../tmf/ui/project/handlers/RefreshAction.java     |    32 +-
 .../tmf/ui/project/handlers/RefreshHandler.java    |    14 +-
 .../project/handlers/RenameExperimentHandler.java  |    20 +-
 .../ui/project/handlers/RenameTraceHandler.java    |     7 +-
 .../handlers/SelectTraceTypeContributionItem.java  |    98 +-
 .../project/handlers/SelectTraceTypeHandler.java   |    99 +-
 .../ui/project/handlers/SelectTracesHandler.java   |    18 +-
 .../tmf/ui/project/handlers/TmfActionProvider.java |    19 +-
 .../ui/project/handlers/TracePropertyTester.java   |    41 +-
 .../tmf/ui/project/handlers/messages.properties    |    26 +-
 .../tmf/ui/project/model/TmfEditorLinkHelper.java  |   134 +
 .../tmf/ui/signal/TmfTraceClosedSignal.java        |    41 -
 .../tmf/ui/signal/TmfTraceOpenedSignal.java        |    55 -
 .../tmf/ui/signal/TmfTraceParserUpdatedSignal.java |    41 -
 .../tmf/ui/editors/EventsViewEditor.java           |   301 -
 .../linuxtools/tmf/ui/editors/ITmfTraceEditor.java |     6 +-
 .../linuxtools/tmf/ui/editors/TmfEditor.java       |     2 +-
 .../linuxtools/tmf/ui/editors/TmfEditorInput.java  |    30 +-
 .../linuxtools/tmf/ui/editors/TmfEventsEditor.java |   296 +-
 .../tmf/ui/editors/TmfMultiPageEditorPart.java     |     2 +-
 .../tmf/ui/editors/UnsortedPropertySheetPage.java  |    41 +
 .../ui/project/model/ITmfProjectModelElement.java  |    42 +-
 .../tmf/ui/project/model/TmfExperimentElement.java |   231 +-
 .../tmf/ui/project/model/TmfExperimentFolder.java  |    84 +-
 .../project/model/TmfNavigatorContentProvider.java |   100 +-
 .../project/model/TmfNavigatorLabelProvider.java   |    67 +-
 .../tmf/ui/project/model/TmfProjectElement.java    |    41 +-
 .../ui/project/model/TmfProjectModelElement.java   |    78 +-
 .../tmf/ui/project/model/TmfProjectRegistry.java   |    75 +-
 .../tmf/ui/project/model/TmfTraceElement.java      |   377 +-
 .../tmf/ui/project/model/TmfTraceFolder.java       |    53 +-
 .../tmf/ui/project/model/TmfTraceType.java         |   450 +-
 .../tmf/ui/project/model/TmfWithFolderElement.java |   256 +
 .../project/model/TraceFolderContentProvider.java  |    22 +-
 .../ui/project/model/TraceFolderLabelProvider.java |    18 +-
 .../tmf/ui/project/model/TraceTypeHelper.java      |   114 +
 .../ui/project/model/TraceValidationHelper.java    |    99 +
 .../ui/project/wizards/CopyExperimentDialog.java   |    76 +-
 .../tmf/ui/project/wizards/CopyTraceDialog.java    |    50 +-
 .../tmf/ui/project/wizards/ImportTraceWizard.java  |   109 -
 .../ui/project/wizards/ImportTraceWizardPage.java  |  1003 -
 .../tmf/ui/project/wizards/Messages.java           |    11 +-
 .../ui/project/wizards/NewExperimentDialog.java    |    53 +-
 .../ui/project/wizards/NewTmfProjectWizard.java    |   115 +-
 .../ui/project/wizards/RenameExperimentDialog.java |    65 +-
 .../tmf/ui/project/wizards/RenameTraceDialog.java  |    43 +-
 .../tmf/ui/project/wizards/SelectTracesWizard.java |    23 +-
 .../ui/project/wizards/SelectTracesWizardPage.java |    71 +-
 .../importtrace/AbstractImportTraceWizardPage.java |   154 +
 .../importtrace/BatchImportTraceWizard.java        |   782 +
 .../project/wizards/importtrace/FileAndName.java   |   188 +
 .../importtrace/ImportTraceContentProvider.java    |   178 +
 .../importtrace/ImportTraceLabelProvider.java      |    41 +
 .../wizards/importtrace/ImportTraceWizard.java     |    99 +
 .../wizards/importtrace/ImportTraceWizardPage.java |   914 +
 .../importtrace/ImportTraceWizardPageOptions.java  |   115 +
 .../importtrace/ImportTraceWizardScanPage.java     |   498 +
 .../ImportTraceWizardSelectDirectoriesPage.java    |   224 +
 .../ImportTraceWizardSelectTraceTypePage.java      |   184 +
 .../ui/project/wizards/importtrace/Messages.java   |    60 +
 .../importtrace/TraceTypeContentProvider.java      |   102 +
 .../wizards/importtrace/messages.properties        |    37 +
 .../tmf/ui/project/wizards/messages.properties     |    12 +
 .../properties/ReadOnlyTextPropertyDescriptor.java |    51 +
 .../tmf/ui/properties/TmfTimePreferences.java      |   233 +
 .../tmf/ui/properties/TmfTimestampFormatPage.java  |   309 +
 .../tmf/ui/signal/TmfTraceClosedSignal.java        |    54 -
 .../tmf/ui/signal/TmfTraceOpenedSignal.java        |    83 -
 .../tmf/ui/signal/TmfTraceParserUpdatedSignal.java |    53 -
 .../linuxtools/tmf/ui/viewers/ITmfViewer.java      |    41 +
 .../linuxtools/tmf/ui/viewers/TmfViewer.java       |    88 +
 .../viewers/events/ITmfEventsFilterListener.java   |    46 -
 .../viewers/events/ITmfEventsFilterProvider.java   |    39 -
 .../ui/viewers/events/TmfEventAdapterFactory.java  |    41 +
 .../ui/viewers/events/TmfEventPropertySource.java  |   350 +
 .../tmf/ui/viewers/events/TmfEventsCache.java      |    96 +-
 .../tmf/ui/viewers/events/TmfEventsTable.java      |   614 +-
 .../tmf/ui/viewers/statistics/Messages.java        |    39 +
 .../ui/viewers/statistics/TmfStatisticsViewer.java |   853 +
 .../tmf/ui/viewers/statistics/messages.properties  |    13 +
 .../statistics/model/ITmfColumnDataProvider.java   |    34 +
 .../statistics/model/ITmfStatisticsColumnData.java |    81 +
 .../tmf/ui/viewers/statistics/model/Messages.java  |    77 +
 .../statistics/model/TmfBaseColumnData.java        |   146 +
 .../model/TmfBaseColumnDataProvider.java           |   188 +
 .../statistics/model/TmfStatisticsTree.java        |   171 +
 .../statistics/model/TmfStatisticsTreeManager.java |   118 +
 .../statistics/model/TmfStatisticsTreeNode.java    |   228 +
 .../statistics/model/TmfStatisticsValues.java      |    90 +
 .../statistics/model/TmfTreeContentProvider.java   |    55 +
 .../viewers/statistics/model/messages.properties   |    20 +
 .../linuxtools/tmf/ui/views/PinTmfViewAction.java  |     2 +-
 .../eclipse/linuxtools/tmf/ui/views/TmfView.java   |   137 +-
 .../tmf/ui/views/TracingPerspectiveFactory.java    |    44 +-
 .../tmf/ui/views/callstack/CallStackEntry.java     |   214 +
 .../tmf/ui/views/callstack/CallStackEvent.java     |    57 +
 .../callstack/CallStackPresentationProvider.java   |   141 +
 .../tmf/ui/views/callstack/CallStackView.java      |  1138 +
 .../tmf/ui/views/colors/ColorSettingsXML.java      |   321 +-
 .../linuxtools/tmf/ui/views/colors/ColorsView.java |    38 +-
 .../ui/views/colors/IColorSettingsListener.java    |     4 +-
 .../distribution/model/IBaseDistributionModel.java |    22 +-
 .../ui/views/environment/TmfEnvironmentView.java   |   172 +-
 .../tmf/ui/views/events/TmfEventsView.java         |   313 -
 .../tmf/ui/views/filter/FilterDialog.java          |    68 +-
 .../tmf/ui/views/filter/FilterManager.java         |     2 +-
 .../ui/views/filter/FilterTreeContentProvider.java |    82 +-
 .../ui/views/filter/FilterTreeLabelProvider.java   |   158 +-
 .../linuxtools/tmf/ui/views/filter/FilterView.java |   366 +-
 .../tmf/ui/views/filter/FilterViewer.java          |   187 +-
 .../tmf/ui/views/histogram/FullTraceHistogram.java |    63 +-
 .../tmf/ui/views/histogram/Histogram.java          |   149 +-
 .../histogram/HistogramCurrentTimeControl.java     |   105 +-
 .../tmf/ui/views/histogram/HistogramDataModel.java |    70 +-
 .../tmf/ui/views/histogram/HistogramRequest.java   |    10 +-
 .../ui/views/histogram/HistogramTextControl.java   |   154 +-
 .../views/histogram/HistogramTimeRangeControl.java |    96 +-
 .../tmf/ui/views/histogram/HistogramUtils.java     |   145 -
 .../tmf/ui/views/histogram/HistogramView.java      |   391 +-
 .../tmf/ui/views/histogram/HistogramZoom.java      |   146 +-
 .../ui/views/histogram/IHistogramDataModel.java    |    16 +-
 .../views/histogram/IHistogramModelListener.java   |    12 +-
 .../tmf/ui/views/histogram/Messages.java           |    10 +-
 .../tmf/ui/views/histogram/TimeRangeHistogram.java |    42 +-
 .../tmf/ui/views/histogram/messages.properties     |    16 +-
 .../tmf/ui/views/statesystem/Messages.java         |    62 +
 .../views/statesystem/TmfStateSystemExplorer.java  |   458 +
 .../tmf/ui/views/statesystem/messages.properties   |    22 +
 .../ui/views/statistics/ITmfExtraEventInfo.java    |    30 -
 .../tmf/ui/views/statistics/Messages.java          |    31 +-
 .../tmf/ui/views/statistics/TmfStatisticsView.java |   705 +-
 .../tmf/ui/views/statistics/messages.properties    |    18 +-
 .../statistics/model/AbsTmfStatisticsTree.java     |   209 -
 .../statistics/model/ITmfColumnDataProvider.java   |    31 -
 .../statistics/model/ITmfStatisticsColumnData.java |    70 -
 .../tmf/ui/views/statistics/model/Messages.java    |    41 -
 .../views/statistics/model/TmfBaseColumnData.java  |   166 -
 .../model/TmfBaseColumnDataProvider.java           |   135 -
 .../statistics/model/TmfBaseStatisticsTree.java    |   235 -
 .../ui/views/statistics/model/TmfStatistics.java   |    29 -
 .../statistics/model/TmfStatisticsTreeNode.java    |   128 -
 .../model/TmfStatisticsTreeRootFactory.java        |   126 -
 .../statistics/model/TmfTreeContentProvider.java   |    83 -
 .../ui/views/statistics/model/messages.properties  |     2 -
 .../ui/views/timechart/TimeChartAnalysisEntry.java |    14 +-
 .../views/timechart/TimeChartAnalysisProvider.java |     6 +-
 .../timechart/TimeChartDecorationProvider.java     |     5 +-
 .../tmf/ui/views/timechart/TimeChartEvent.java     |     2 +-
 .../tmf/ui/views/timechart/TimeChartView.java      |   180 +-
 .../tmf/ui/views/uml2sd/DiagramToolTip.java        |    52 +-
 .../tmf/ui/views/uml2sd/DrawableToolTip.java       |   118 +-
 .../ui/views/uml2sd/ITimeCompressionListener.java  |    11 +-
 .../linuxtools/tmf/ui/views/uml2sd/NGC.java        |   419 +-
 .../linuxtools/tmf/ui/views/uml2sd/SDView.java     |   307 +-
 .../linuxtools/tmf/ui/views/uml2sd/SDWidget.java   |   327 +-
 .../ui/views/uml2sd/SDWidgetSelectionProvider.java |    30 +-
 .../linuxtools/tmf/ui/views/uml2sd/ScrollView.java |   356 +-
 .../tmf/ui/views/uml2sd/TimeCompressionBar.java    |   154 +-
 .../tmf/ui/views/uml2sd/core/AsyncMessage.java     |   145 +-
 .../ui/views/uml2sd/core/AsyncMessageReturn.java   |    45 +-
 .../tmf/ui/views/uml2sd/core/BaseMessage.java      |    88 +-
 .../uml2sd/core/BasicExecutionOccurrence.java      |    71 +-
 .../tmf/ui/views/uml2sd/core/BasicFrame.java       |   179 +-
 .../tmf/ui/views/uml2sd/core/EllipsisMessage.java  |    45 +-
 .../ui/views/uml2sd/core/ExecutionOccurrence.java  |   127 +-
 .../linuxtools/tmf/ui/views/uml2sd/core/Frame.java |   227 +-
 .../tmf/ui/views/uml2sd/core/GraphNode.java        |   151 +-
 .../tmf/ui/views/uml2sd/core/HotSpot.java          |    57 +-
 .../tmf/ui/views/uml2sd/core/ITimeRange.java       |    32 +-
 .../tmf/ui/views/uml2sd/core/Lifeline.java         |    83 +-
 .../ui/views/uml2sd/core/LifelineCategories.java   |    34 +-
 .../tmf/ui/views/uml2sd/core/Metrics.java          |     9 +-
 .../tmf/ui/views/uml2sd/core/SDTimeEvent.java      |    37 +-
 .../linuxtools/tmf/ui/views/uml2sd/core/Stop.java  |    75 +-
 .../tmf/ui/views/uml2sd/core/SyncMessage.java      |    98 +-
 .../ui/views/uml2sd/core/SyncMessageReturn.java    |    45 +-
 .../tmf/ui/views/uml2sd/dialogs/Criteria.java      |    43 +-
 .../ui/views/uml2sd/dialogs/FilterCriteria.java    |    22 +-
 .../ui/views/uml2sd/dialogs/FilterListDialog.java  |    94 +-
 .../tmf/ui/views/uml2sd/dialogs/MinMaxDialog.java  |   112 +-
 .../tmf/ui/views/uml2sd/dialogs/PagesDialog.java   |    78 +-
 .../tmf/ui/views/uml2sd/dialogs/SDPrintDialog.java |    72 +-
 .../ui/views/uml2sd/dialogs/SDPrintDialogUI.java   |   292 +-
 .../views/uml2sd/dialogs/SearchFilterDialog.java   |   138 +-
 .../tmf/ui/views/uml2sd/dialogs/TabContents.java   |   112 +-
 .../tmf/ui/views/uml2sd/drawings/IColor.java       |    22 +-
 .../tmf/ui/views/uml2sd/drawings/IFont.java        |    22 +-
 .../tmf/ui/views/uml2sd/drawings/IGC.java          |    87 +-
 .../tmf/ui/views/uml2sd/drawings/IImage.java       |    23 +-
 .../ui/views/uml2sd/drawings/impl/ColorImpl.java   |    44 +-
 .../ui/views/uml2sd/drawings/impl/FontImpl.java    |    38 +-
 .../ui/views/uml2sd/drawings/impl/ImageImpl.java   |    19 +-
 .../tmf/ui/views/uml2sd/handlers/BaseSDAction.java |    89 +
 .../ui/views/uml2sd/handlers/ConfigureMinMax.java  |    57 +-
 .../tmf/ui/views/uml2sd/handlers/FirstPage.java    |    53 +-
 .../views/uml2sd/handlers/KeyBindingsManager.java  |     8 +-
 .../tmf/ui/views/uml2sd/handlers/LastPage.java     |    51 +-
 .../tmf/ui/views/uml2sd/handlers/MoveSDDown.java   |    54 +-
 .../tmf/ui/views/uml2sd/handlers/MoveSDLeft.java   |    57 +-
 .../tmf/ui/views/uml2sd/handlers/MoveSDRight.java  |    57 +-
 .../tmf/ui/views/uml2sd/handlers/MoveSDUp.java     |    42 +-
 .../ui/views/uml2sd/handlers/MoveToMessage.java    |    46 +-
 .../tmf/ui/views/uml2sd/handlers/NextPage.java     |    60 +-
 .../views/uml2sd/handlers/OpenSDFiltersDialog.java |    39 +-
 .../ui/views/uml2sd/handlers/OpenSDFindDialog.java |    77 +-
 .../views/uml2sd/handlers/OpenSDPagesDialog.java   |    36 +-
 .../tmf/ui/views/uml2sd/handlers/PrevPage.java     |    63 +-
 .../tmf/ui/views/uml2sd/handlers/Print.java        |    48 +-
 .../tmf/ui/views/uml2sd/handlers/ShowNodeEnd.java  |    59 +-
 .../ui/views/uml2sd/handlers/ShowNodeStart.java    |    63 +-
 .../tmf/ui/views/uml2sd/handlers/Zoom.java         |    70 +-
 .../handlers/provider/IExtendedFilterProvider.java |    27 +-
 .../handlers/provider/IExtendedFindProvider.java   |    31 +-
 .../provider/ISDAdvancedPagingProvider.java        |    31 +-
 .../handlers/provider/ISDCollapseProvider.java     |    21 +-
 .../provider/ISDExtendedActionBarProvider.java     |    21 +-
 .../handlers/provider/ISDFilterProvider.java       |    25 +-
 .../uml2sd/handlers/provider/ISDFindProvider.java  |    29 +-
 .../handlers/provider/ISDGraphNodeSupporter.java   |    27 +-
 .../handlers/provider/ISDPagingProvider.java       |    43 +-
 .../handlers/provider/ISDPropertiesProvider.java   |    25 +-
 .../tmf/ui/views/uml2sd/load/IUml2SDLoader.java    |    29 +-
 .../tmf/ui/views/uml2sd/load/LoadersManager.java   |    32 +-
 .../tmf/ui/views/uml2sd/loader/Messages.java       |    18 +-
 .../ui/views/uml2sd/loader/TmfAsyncMessage.java    |    27 +-
 .../tmf/ui/views/uml2sd/loader/TmfSyncMessage.java |    30 +-
 .../views/uml2sd/loader/TmfUml2SDSyncLoader.java   |   344 +-
 .../tmf/ui/views/uml2sd/loader/messages.properties |    12 +-
 .../views/uml2sd/preferences/ISDPreferences.java   |    84 +-
 .../ui/views/uml2sd/preferences/SDViewPref.java    |   128 +-
 .../ui/views/uml2sd/preferences/SDViewerPage.java  |   128 +-
 .../tmf/ui/views/uml2sd/util/Messages.java         |   157 +
 .../tmf/ui/views/uml2sd/util/SDMessages.java       |   185 -
 .../ui/views/uml2sd/util/SortAsyncForBackward.java |    13 +-
 .../uml2sd/util/SortAsyncMessageComparator.java    |    14 +-
 .../uml2sd/util/SortSyncMessageComparator.java     |    15 +-
 .../ui/views/uml2sd/util/TimeEventComparator.java  |    13 +-
 .../tmf/ui/views/uml2sd/util/messages.properties   |   270 +-
 .../ui/widgets/rawviewer/TmfRawEventViewer.java    |   140 +-
 .../tmf/ui/widgets/tabsview/TmfViewerFolder.java   |   193 +
 .../timegraph/ITimeGraphPresentationProvider.java  |    60 +-
 .../widgets/timegraph/ITimeGraphRangeListener.java |     4 +-
 .../timegraph/ITimeGraphSelectionListener.java     |     4 +-
 .../widgets/timegraph/ITimeGraphTimeListener.java  |     4 +-
 .../widgets/timegraph/ITimeGraphTreeListener.java  |     6 +-
 .../tmf/ui/widgets/timegraph/TimeGraphCombo.java   |   320 +-
 .../timegraph/TimeGraphPresentationProvider.java   |    57 +-
 .../tmf/ui/widgets/timegraph/TimeGraphViewer.java  |   783 +-
 .../timegraph/dialogs/TimeGraphFilterDialog.java   |   560 +
 .../widgets/timegraph/dialogs/TimeGraphLegend.java |    25 +-
 .../ui/widgets/timegraph/model/EventIterator.java  |   149 +
 .../tmf/ui/widgets/timegraph/model/ITimeEvent.java |     8 +-
 .../widgets/timegraph/model/ITimeGraphEntry.java   |    22 +-
 .../ui/widgets/timegraph/model/NullTimeEvent.java  |    37 +
 .../tmf/ui/widgets/timegraph/model/TimeEvent.java  |    13 +-
 .../timegraph/widgets/ITimeDataProvider.java       |    20 +-
 .../timegraph/widgets/TimeGraphBaseControl.java    |    44 +-
 .../timegraph/widgets/TimeGraphColorScheme.java    |   248 +-
 .../timegraph/widgets/TimeGraphControl.java        |  1126 +-
 .../widgets/timegraph/widgets/TimeGraphItem.java   |    58 -
 .../widgets/timegraph/widgets/TimeGraphScale.java  |   689 +-
 .../timegraph/widgets/TimeGraphSelection.java      |     9 +-
 .../timegraph/widgets/TimeGraphTooltipHandler.java |   231 +-
 .../tmf/ui/widgets/timegraph/widgets/Utils.java    |   218 +-
 .../tmf/ui/widgets/virtualtable/ColumnData.java    |     2 +-
 .../widgets/virtualtable/IDoubleClickListener.java |     4 +-
 .../ui/widgets/virtualtable/TmfVirtualTable.java   |   144 +-
 .../ui/widgets/virtualtable/TooltipProvider.java   |     4 +-
 lttng/org.eclipse.linuxtools.tmf/build.properties  |    12 +
 .../org.eclipse.linuxtools.tmf/feature.properties  |    12 +-
 lttng/org.eclipse.linuxtools.tmf/feature.xml       |    28 +-
 lttng/org.eclipse.linuxtools.tmf/pom.xml           |    25 +-
 .../sourceTemplateFeature/feature.properties       |    11 +
 lttng/pom.xml                                      |    85 +-
 man/org.eclipse.linuxtools.man-feature/pom.xml     |     2 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../org.eclipse.linuxtools.man.core}/about.html    |     0
 .../build.properties                               |     1 +
 man/org.eclipse.linuxtools.man.core/pom.xml        |     4 +-
 .../linuxtools/internal/man/parser/ManParser.java  |    12 +-
 .../org/eclipse/linuxtools/man/parser/ManPage.java |    58 +-
 man/pom.xml                                        |    17 +-
 .../feature.xml                                    |     2 +-
 .../pom.xml                                        |     4 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../pom.xml                                        |     2 +-
 .../oprofile/core/tests/AllCoreTests.java          |    34 +-
 .../oprofile/core/tests/TestCheckEventsParse.java  |    27 +-
 .../core/tests/TestCheckEventsPreParse.java        |    49 +-
 .../oprofile/core/tests/TestDataModel.java         |    32 +-
 .../linuxtools/oprofile/core/tests/TestDummy.java  |    22 -
 .../oprofile/core/tests/TestInfoParse.java         |   122 +-
 .../oprofile/core/tests/TestInfoPreParse.java      |    56 +-
 .../oprofile/core/tests/TestModelDataParse.java    |    51 +-
 .../oprofile/core/tests/TestModelDataPreParse.java |    57 +-
 .../oprofile/core/tests/TestSessionsParse.java     |    46 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../natives/linux/scripts/.svnignore               |     2 -
 .../natives/linux/scripts/install-consolehelper.sh |    58 -
 .../natives/linux/scripts/opcontrol-wrapper.pamd   |     9 -
 .../linux/scripts/opcontrol-wrapper.security       |     3 -
 .../linux/scripts/uninstall-consolehelper.sh       |    22 -
 .../plugin.properties                              |     2 +
 .../plugin.xml                                     |     2 +-
 .../org.eclipse.linuxtools.oprofile.core/pom.xml   |     4 +-
 .../internal/oprofile/core/IOpcontrolProvider.java |    39 +-
 .../oprofile/core/IOpcontrolProvider2.java         |    23 -
 .../internal/oprofile/core/IOpxmlProvider.java     |     2 +-
 .../internal/oprofile/core/OpcontrolException.java |    10 +-
 .../internal/oprofile/core/Oprofile.java           |   105 +-
 .../internal/oprofile/core/OprofileCorePlugin.java |    21 +-
 .../internal/oprofile/core/daemon/OpEvent.java     |    16 +-
 .../internal/oprofile/core/daemon/OpInfo.java      |    32 +-
 .../internal/oprofile/core/daemon/OpUnitMask.java  |    22 +-
 .../oprofile/core/daemon/OprofileDaemonEvent.java  |    16 +-
 .../core/daemon/OprofileDaemonOptions.java         |    23 +-
 .../core/linux/LinuxOpcontrolProvider.java         |   140 +-
 .../internal/oprofile/core/linux/OpxmlRunner.java  |   206 +-
 .../core/opxml/modeldata/DependentProcessor.java   |    17 +-
 .../core/opxml/modeldata/ModelDataAdapter.java     |     8 +
 .../core/opxml/modeldata/ModelDataProcessor.java   |     7 +-
 .../core/opxml/modeldata/SamplesProcessor.java     |     7 +
 .../core/opxml/modeldata/SymbolsProcessor.java     |    13 +-
 .../core/opxml/sessions/SessionManager.java        |    11 +-
 .../core/opxml/sessions/SessionsProcessor.java     |    20 +-
 .../User_Guide/Installation-and-Set-Up.html        |    21 +-
 .../OProfile/User_Guide/Launching-A-Profile.html   |    27 +-
 .../User_Guide/Profiling-Configuration.html        |     9 +-
 .../OProfile/User_Guide/Remote-OProfile.html       |     4 +-
 .../OProfile/User_Guide/Troubleshooting.html       |   175 +-
 .../OProfile/User_Guide/User-Guide.html            |     5 +
 .../User_Guide/images/Callgraph_timing_submenu.png |   Bin 0 -> 24212 bytes
 .../User_Guide/images/Oprofile_event_timer.png     |   Bin 0 -> 19610 bytes
 .../User_Guide/images/Oprofile_eventconfig.png     |   Bin 0 -> 46239 bytes
 .../User_Guide/images/Oprofile_global_config.png   |   Bin 0 -> 48302 bytes
 .../User_Guide/images/Oprofile_global_prefs.png    |   Bin 0 -> 28988 bytes
 .../User_Guide/images/Oprofile_manual_shortcut.png |   Bin 9436 -> 27319 bytes
 .../images/Oprofile_original_submenu.png           |   Bin 0 -> 23836 bytes
 .../User_Guide/images/Oprofile_proj_prefs.png      |   Bin 0 -> 30564 bytes
 .../OProfile/User_Guide/images/Oprofile_tab.png    |   Bin 0 -> 40172 bytes
 .../OProfile/User_Guide/images/Remote-oprofile.png |   Bin 0 -> 70099 bytes
 .../images/Screenshot-one-click_launch.png         |   Bin 93518 -> 93966 bytes
 .../build-helper.xml                               |     2 +-
 .../extract-markup.xsl                             |     9 -
 .../org.eclipse.linuxtools.oprofile.doc/pom.xml    |     2 +-
 .../org.eclipse.linuxtools.oprofile.doc/toc.xml    |     9 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    85 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../pom.xml                                        |     2 +-
 .../oprofile/launch/tests/AllLaunchTests.java      |    35 +-
 .../oprofile/launch/tests/TestDummy.java           |    22 -
 .../oprofile/launch/tests/TestLaunching.java       |    15 +-
 .../launch/tests/TestLaunchingExternalProject.java |    18 +-
 .../oprofile/launch/tests/TestManualLaunching.java |    50 +-
 .../oprofile/launch/tests/TestSetup.java           |    30 +-
 .../launch/tests/utils/LaunchTestingOptions.java   |    27 +
 .../tests/utils/OprofileTestingEventConfigTab.java |   109 +
 ...TestingOprofileLaunchConfigurationDelegate.java |    65 +-
 .../plugin.xml                                     |     8 +-
 .../org.eclipse.linuxtools.oprofile.launch/pom.xml |     2 +-
 .../oprofile/launch/OprofileLaunchPlugin.java      |    46 +-
 .../configuration/AbstractEventConfigTab.java      |  1038 +
 .../launch/configuration/LaunchOptions.java        |    26 +-
 .../launch/configuration/OprofileCounter.java      |    11 +-
 .../configuration/OprofileEventConfigTab.java      |  1018 +-
 .../launch/configuration/OprofileSetupTab.java     |    59 +-
 ...bstractOprofileLaunchConfigurationDelegate.java |   115 +-
 .../OprofileLaunchConfigurationDelegate.java       |    41 +-
 .../OprofileManualLaunchConfigurationDelegate.java |    30 +-
 .../oprofile/launch/oprofilelaunch.properties      |     5 +
 .../pom.xml                                        |     2 +-
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |     6 +-
 .../META-INF/MANIFEST.MF                           |     8 +-
 .../plugin.xml                                     |     2 +-
 .../pom.xml                                        |     2 +-
 .../core/linux/RemoteLinuxOpcontrolProvider.java   |    19 +-
 .../OprofileRemoteEventConfigTab.java              |     6 +-
 .../OprofileRemoteLaunchConfigurationDelegate.java |    22 +-
 .../org.eclipse.linuxtools.oprofile.tests/pom.xml  |     2 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../pom.xml                                        |    13 +-
 .../linuxtools/oprofile/ui/tests/AllUiTests.java   |    26 -
 .../oprofile/ui/tests/TestUiDataModel.java         |    94 +-
 .../META-INF/MANIFEST.MF                           |     3 +-
 .../org.eclipse.linuxtools.oprofile.ui/pom.xml     |     4 +-
 .../oprofile/ui/model/IUiModelElement.java         |    49 -
 .../oprofile/ui/model/UiModelDependent.java        |    70 -
 .../internal/oprofile/ui/model/UiModelError.java   |    46 -
 .../internal/oprofile/ui/model/UiModelEvent.java   |    71 -
 .../internal/oprofile/ui/model/UiModelImage.java   |    96 -
 .../internal/oprofile/ui/model/UiModelRoot.java    |    89 -
 .../internal/oprofile/ui/model/UiModelSample.java  |    69 -
 .../internal/oprofile/ui/model/UiModelSession.java |    89 -
 .../internal/oprofile/ui/model/UiModelSymbol.java  |    99 -
 .../internal/oprofile/ui/view/OprofileView.java    |     2 +-
 .../ui/view/OprofileViewContentProvider.java       |     2 +-
 .../ui/view/OprofileViewDeleteSessionAction.java   |    12 +-
 .../ui/view/OprofileViewDoubleClickListener.java   |    12 +-
 .../ui/view/OprofileViewLabelProvider.java         |     2 +-
 .../view/OprofileViewSaveDefaultSessionAction.java |     8 +-
 .../oprofile/ui/model/IUiModelElement.java         |    50 +
 .../oprofile/ui/model/UiModelDependent.java        |    96 +
 .../linuxtools/oprofile/ui/model/UiModelError.java |    71 +
 .../linuxtools/oprofile/ui/model/UiModelEvent.java |    88 +
 .../linuxtools/oprofile/ui/model/UiModelImage.java |   121 +
 .../linuxtools/oprofile/ui/model/UiModelRoot.java  |   101 +
 .../oprofile/ui/model/UiModelSample.java           |   105 +
 .../oprofile/ui/model/UiModelSession.java          |   118 +
 .../oprofile/ui/model/UiModelSymbol.java           |   139 +
 oprofile/pom.xml                                   |    17 +-
 p2-update-checker/.project                         |    23 -
 p2-update-checker/.pydevproject                    |    10 -
 p2-update-checker/README                           |     3 -
 p2-update-checker/src/actions.py                   |   194 -
 p2-update-checker/src/config.py                    |    35 -
 p2-update-checker/src/distExample.py               |    39 -
 p2-update-checker/src/distFedora.py                |    87 -
 p2-update-checker/src/entity.py                    |    26 -
 p2-update-checker/src/p2UpdateChecker.py           |   169 -
 p2-update-checker/src/utils.py                     |    48 -
 perf/org.eclipse.linuxtools.perf-feature/pom.xml   |     2 +-
 .../PERF/User_Guide/Launching-a-Profile.html       |    23 +-
 .../PERF/User_Guide/Perf-View.html                 |   106 -
 .../PERF/User_Guide/Perf-Views.html                |   120 +
 .../PERF/User_Guide/Profiling-Configuration.html   |    12 +-
 .../PERF/User_Guide/Sessions.html                  |    92 +
 .../PERF/User_Guide/Updating-This-Document.html    |     8 +-
 .../User_Guide/images/Callgraph_timing_submenu.png |   Bin 0 -> 24212 bytes
 .../PERF/User_Guide/images/File_select.png         |   Bin 0 -> 27007 bytes
 .../User_Guide/images/Perf_disassembly_view.png    |   Bin 0 -> 43400 bytes
 .../PERF/User_Guide/images/Perf_events.png         |   Bin 0 -> 50647 bytes
 .../PERF/User_Guide/images/Perf_global_prefs.png   |   Bin 0 -> 28939 bytes
 .../PERF/User_Guide/images/Perf_oneclicklaunch.png |   Bin 18433 -> 39419 bytes
 .../PERF/User_Guide/images/Perf_optionstab.png     |   Bin 85083 -> 98580 bytes
 .../User_Guide/images/Perf_original_submenu.png    |   Bin 0 -> 23227 bytes
 .../PERF/User_Guide/images/Perf_proj_prefs.png     |   Bin 0 -> 30613 bytes
 .../PERF/User_Guide/images/Perf_stat_view.png      |   Bin 0 -> 59539 bytes
 .../PERF/User_Guide/images/Perf_tab.png            |   Bin 0 -> 51420 bytes
 .../PERF/User_Guide/images/Quick_stat_diff.png     |   Bin 0 -> 51489 bytes
 .../PERF/User_Guide/images/Save_prof.png           |   Bin 0 -> 34464 bytes
 .../PERF/User_Guide/images/Save_stats.png          |   Bin 0 -> 59612 bytes
 .../PERF/User_Guide/images/Session_loc.png         |   Bin 0 -> 13666 bytes
 .../PERF/User_Guide/images/Stat_diff.png           |   Bin 0 -> 22705 bytes
 .../PERF/User_Guide/images/Stat_diff_cmd.png       |   Bin 0 -> 60547 bytes
 .../build-helper.xml                               |     2 +-
 .../build.properties                               |     1 -
 .../extract-markup.xsl                             |     9 -
 perf/org.eclipse.linuxtools.perf.doc/pom.xml       |     2 +-
 perf/org.eclipse.linuxtools.perf.doc/toc.xml       |    13 +-
 .../pom.xml                                        |     2 +-
 .../.classpath                                     |     0
 .../.project                                       |    28 +
 .../.settings/org.eclipse.jdt.core.prefs           |     0
 .../META-INF/MANIFEST.MF                           |    15 +
 .../about.html                                     |     0
 .../build.properties                               |     7 +
 .../plugin.properties                              |    12 +
 .../pom.xml                                        |    41 +
 .../resources/fibTest/.cproject                    |   924 +
 .../resources/fibTest/.project                     |    82 +
 .../resources/fibTest/fib.cpp                      |    37 +
 .../perf/swtbot/tests/AbstractSWTBotTest.java      |   215 +
 .../swtbot/tests/AbstractStyledTextViewTest.java   |    46 +
 .../internal/perf/swtbot/tests/AllPerfTests.java   |    23 +
 .../swtbot/tests/ReportComparisonViewTest.java     |    55 +
 .../swtbot/tests/SourceDisassemblyViewTest.java    |    48 +
 .../perf/swtbot/tests/StatComparisonViewTest.java  |    57 +
 .../internal/perf/swtbot/tests/StatViewTest.java   |    52 +
 .../META-INF/MANIFEST.MF                           |     9 +-
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 .../build.properties                               |     7 +-
 perf/org.eclipse.linuxtools.perf.tests/pom.xml     |     2 +-
 .../resources/perf-annotation-data                 |    39 +
 .../resources/simple-perf-event-list               |    19 +
 .../resources/stat-data/perf_diff.stat             |     7 +
 .../resources/stat-data/perf_new.stat              |     9 +
 .../resources/stat-data/perf_old.stat              |     9 +
 .../resources/stat-data/perf_simple.stat           |     8 +
 .../internal/perf/tests/AllPerfTests.java          |    34 +-
 .../internal/perf/tests/DataManipulatorTest.java   |   163 +
 .../internal/perf/tests/FindActionTest.java        |   105 +
 .../internal/perf/tests/LaunchRemoteTest.java      |   104 +
 .../internal/perf/tests/LaunchTabsTest.java        |    34 +-
 .../linuxtools/internal/perf/tests/LaunchTest.java |    30 +-
 .../linuxtools/internal/perf/tests/ModelTest.java  |   269 +
 .../internal/perf/tests/SaveSessionTest.java       |   137 +
 .../internal/perf/tests/StatsComparisonTest.java   |   210 +
 .../org.eclipse.linuxtools.perf/icons/search.gif   |   Bin
 perf/org.eclipse.linuxtools.perf/plugin.properties |     9 +-
 perf/org.eclipse.linuxtools.perf/plugin.xml        |   112 +-
 perf/org.eclipse.linuxtools.perf/pom.xml           |     2 +-
 .../internal/perf/AbstractDataManipulator.java     |   181 +
 .../linuxtools/internal/perf/IPerfData.java        |    29 +
 .../eclipse/linuxtools/internal/perf/PerfCore.java |   239 +-
 .../linuxtools/internal/perf/PerfPlugin.java       |   154 +-
 .../internal/perf/ReportComparisonData.java        |    47 +
 .../internal/perf/SourceDisassemblyData.java       |    40 +
 .../internal/perf/StatComparisonData.java          |   235 +
 .../eclipse/linuxtools/internal/perf/StatData.java |   112 +
 .../perf/handlers/AbstractComparisonHandler.java   |   202 +
 .../perf/handlers/AbstractSaveDataHandler.java     |   163 +
 .../internal/perf/handlers/Messages.java           |    49 +
 .../perf/handlers/PerfComparisonHandler.java       |    53 +
 .../perf/handlers/PerfSaveSessionHandler.java      |    93 +
 .../perf/handlers/PerfSaveStatsHandler.java        |    60 +
 .../perf/handlers/PerfStatsComparisonHandler.java  |    49 +
 .../perf/handlers/PerfStatsQuickDiffHandler.java   |    82 +
 .../internal/perf/handlers/messages.properties     |    25 +
 .../linuxtools/internal/perf/launch/Messages.java  |    28 +
 .../internal/perf/launch/PerfEventsTab.java        |   252 +-
 .../perf/launch/PerfLaunchConfigDelegate.java      |   252 +-
 .../internal/perf/launch/PerfOpenData.java         |     1 +
 .../internal/perf/launch/PerfOptionsTab.java       |   266 +-
 .../internal/perf/launch/messages.properties       |    13 +
 .../linuxtools/internal/perf/model/PMCommand.java  |     2 +-
 .../linuxtools/internal/perf/model/PMDso.java      |     2 +-
 .../linuxtools/internal/perf/model/PMLineRef.java  |     2 +-
 .../internal/perf/model/PMStatEntry.java           |   217 +
 .../linuxtools/internal/perf/model/PMSymbol.java   |     8 +-
 .../linuxtools/internal/perf/model/TreeParent.java |    57 +-
 .../remote/launch/PerfLaunchConfigDelegate.java    |     7 -
 .../perf/remote/launch/PerfOptionsTab.java         |    36 +-
 .../internal/perf/ui/PerfDoubleClickAction.java    |    57 +-
 .../internal/perf/ui/PerfProfileView.java          |    36 +-
 .../internal/perf/ui/ReportComparisonView.java     |   146 +
 .../internal/perf/ui/SourceDisassemblyView.java    |   235 +
 .../internal/perf/ui/StatComparisonView.java       |   143 +
 .../linuxtools/internal/perf/ui/StatView.java      |    94 +
 perf/pom.xml                                       |    18 +-
 pom.xml                                            |    69 +-
 .../schema/capabilities.exsd                       |   172 +-
 .../schema/protocols.exsd                          |   242 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    99 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../plugin.properties                              |     1 +
 .../org.eclipse.linuxtools.binutils/plugin.xml     |    16 +-
 profiling/org.eclipse.linuxtools.binutils/pom.xml  |     4 +-
 .../org/eclipse/linuxtools/binutils/Activator.java |    82 +-
 .../linuxtools/binutils/link2source/Messages.java  |    25 +
 .../link2source/STCSourceNotFoundEditor.java       |   407 +-
 .../link2source/STCSourceNotFoundEditorInput.java  |   274 +-
 .../binutils/link2source/STLink2SourceSupport.java |  1017 +-
 .../binutils/link2source/messages.properties       |     7 +
 .../binutils/utils/DefaultBinutilsFactory.java     |    64 +-
 .../binutils/utils/ISTBinutilsFactory.java         |    11 +-
 .../binutils/utils/STAddr2LineFactory.java         |    71 +-
 .../linuxtools/binutils/utils/STAddr2line.java     |    59 +-
 .../binutils/utils/STBinutilsFactoryManager.java   |   119 +-
 .../binutils/utils/STCPPFiltFactory.java           |    43 +-
 .../eclipse/linuxtools/binutils/utils/STNM.java    |   195 +-
 .../linuxtools/binutils/utils/STNMFactory.java     |    45 +-
 .../binutils/utils/STNMSymbolsHandler.java         |    16 +-
 .../linuxtools/binutils/utils/STSymbolManager.java |  1110 +-
 .../preferences/BinutilsPreferencePage.java        |    79 +
 .../BinutilsPreferencesInitializer.java            |    37 +
 .../internal/binutils/preferences/Messages.java    |    32 +
 .../binutils/preferences/messages.properties       |    18 +
 .../pom.xml                                        |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   106 +
 .../META-INF/MANIFEST.MF                           |     6 +-
 .../plugin.properties                              |    24 +-
 .../plugin.xml                                     |    23 +-
 .../pom.xml                                        |     4 +-
 .../AbstractSTAnnotatedSourceEditorInput.java      |    82 -
 .../AnnotationColumnToggle.java                    |    54 +
 .../annotatedsourceeditor/IAnnotationProvider.java |    39 +
 .../IEditorInputWithAnnotations.java               |    24 +
 .../annotatedsourceeditor/ISTAnnotationColumn.java |    36 +-
 .../ISTTextEditorActionConstants.java              |    17 -
 .../ISTTextEditorActionDefinitionIds.java          |    18 -
 .../PropertyEventDispatcher.java                   |   111 +
 .../STAnnotatedCSourceEditor.java                  |   753 +-
 .../STAnnotatedSourceEditorActivator.java          |   103 +-
 .../annotatedsourceeditor/STChangeRulerColumn.java |   730 +-
 .../STContributedRulerColumn.java                  |  1632 +-
 .../annotatedsourceeditor/STJFaceTextMessages.java |    67 -
 .../annotatedsourceeditor/STOverviewRuler.java     |  2330 +-
 .../annotatedsourceeditor/STRulerColumn.java       |  1610 +-
 .../annotatedsourceeditor/STRulerMessages.java     |    68 +-
 .../STTextEditorMessages.java                      |    74 +-
 .../actions/AbstractOpenSourceFileAction.java      |   182 +-
 .../actions/OpenFileFullPathAction.java            |    34 -
 .../actions/OpenWksRelFilePathAction.java          |    64 -
 .../hyperlink/ISTAnnotationHyperlink.java          |    17 -
 .../STAnnotatedSourceEditorPreferencePage.java     |    60 -
 .../.classpath                                     |    14 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    98 +
 .../META-INF/MANIFEST.MF                           |    17 +-
 .../build.properties                               |    16 +-
 .../plugin.properties                              |    28 +-
 .../plugin.xml                                     |    42 +-
 .../pom.xml                                        |     4 +-
 .../linuxtools/dataviewers/charts/Activator.java   |    90 -
 .../dataviewers/charts/ChartConstants.java         |    85 -
 .../linuxtools/dataviewers/charts/UIHelper.java    |   143 -
 .../dataviewers/charts/actions/ChartAction.java    |   136 +-
 .../charts/actions/SaveChartAction.java            |   214 -
 .../dataviewers/charts/dialogs/ChartDialog.java    |   434 -
 .../dataviewers/charts/provider/ChartFactory.java  |   402 +-
 .../dataviewers/charts/provider/IChartField.java   |    60 +-
 .../dataviewers/charts/view/ChartView.java         |   188 -
 .../internal/dataviewers/charts/Activator.java     |    87 +
 .../internal/dataviewers/charts/Messages.java      |    46 +
 .../charts/actions/SaveChartAction.java            |   196 +
 .../dataviewers/charts/dialogs/ChartDialog.java    |   426 +
 .../dataviewers/charts/messages.properties         |    27 +
 .../dataviewers/charts/view/ChartView.java         |   128 +
 .../.settings/org.eclipse.jdt.core.prefs           |    84 +
 .../META-INF/MANIFEST.MF                           |     1 -
 .../plugin.properties                              |    24 +-
 .../pom.xml                                        |     2 +-
 .../dataviewers/piechart/IColorsConstants.java     |   206 +-
 .../linuxtools/dataviewers/piechart/PieChart.java  |   129 +-
 .../piechart/PieChartPaintListener.java            |   138 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    56 +-
 .../META-INF/MANIFEST.MF                           |     3 +-
 .../doc/DataViewersFind.html                       |   138 +-
 .../plugin.properties                              |    24 +-
 .../org.eclipse.linuxtools.dataviewers/pom.xml     |     4 +-
 .../dataviewers/STDataViewersActivator.java        |   144 +-
 .../abstractview/AbstractSTDataView.java           |   823 +-
 .../AbstractPercentageDrawerField.java             |   197 +-
 .../AbstractSTDataViewersField.java                |   288 +-
 .../abstractviewers/AbstractSTTableViewer.java     |   109 +-
 .../abstractviewers/AbstractSTTreeViewer.java      |   451 +-
 .../abstractviewers/AbstractSTViewer.java          |  1441 +-
 .../abstractviewers/ISTDataViewersField.java       |   293 +-
 .../abstractviewers/STDataViewersCSVExporter.java  |  1423 +-
 .../STDataViewersCSVExporterConstants.java         |    82 +-
 .../STDataViewersColumnLabelProvider.java          |   202 +-
 .../abstractviewers/STDataViewersComparator.java   |   712 +-
 .../STDataViewersHideShowManager.java              |   462 +-
 .../STDataViewersHyperLinkDrawerField.java         |   117 +-
 .../abstractviewers/STDataViewersImages.java       |   364 +-
 .../abstractviewers/STDataViewersMessages.java     |   122 +-
 .../abstractviewers/STDataViewersSettings.java     |    65 +-
 .../abstractviewers/STOwnerDrawLabelProvider.java  |   117 +-
 .../abstractviewers/TreeColumnViewerFilter.java    |    96 +
 .../actions/STCollapseAllTreeAction.java           |    47 +-
 .../actions/STCollapseSelectionAction.java         |   109 +-
 .../dataviewers/actions/STCopyAction.java          |    67 +-
 .../actions/STDataViewersFiltersAction.java        |    32 -
 .../actions/STDataViewersSortAction.java           |   144 +-
 .../dataviewers/actions/STExpandAllTreeAction.java |    47 +-
 .../actions/STExpandSelectionAction.java           |   109 +-
 .../dataviewers/actions/STExportToCSVAction.java   |   181 +-
 .../dataviewers/actions/STHideShowColAction.java   |   114 +-
 .../dialogs/STDataViewersExportToCSVDialog.java    |  1269 +-
 .../STDataViewersHideShowColumnsDialog.java        |   513 +-
 .../dialogs/STDataViewersSortDialog.java           |   718 +-
 .../dataviewers/findreplace/EditorMessages.java    |   125 -
 .../findreplace/EditorMessages.properties          |   120 -
 .../findreplace/ISTFindReplaceTarget.java          |    83 -
 .../findreplace/RegExContentProposalProvider.java  |   375 -
 .../dataviewers/findreplace/RegExMessages.java     |   200 -
 .../findreplace/STFindReplaceAction.java           |   323 -
 .../findreplace/STFindReplaceDialog.java           |  1601 -
 .../findreplace/STTableFindReplaceTarget.java      |   286 -
 .../dataviewers/findreplace/STTableViewerRow.java  |   194 -
 .../findreplace/STTreeFindReplaceTarget.java       |   293 -
 .../dataviewers/findreplace/STTreeViewerRow.java   |   308 -
 .../dataviewers/findreplace/STViewerRow.java       |    59 -
 .../listeners/ISpecialDrawerListener.java          |     2 +-
 .../listeners/STColumnSizeListener.java            |    26 +-
 .../dataviewers/listeners/STDisposeListener.java   |    16 +-
 .../dataviewers/listeners/STHeaderListener.java    |    70 +-
 .../dataviewers/listeners/STSelectionProvider.java |    63 -
 .../feature.xml                                    |     9 +-
 .../pom.xml                                        |     4 +-
 .../org.eclipse.linuxtools.profiling.docs/pom.xml  |     2 +-
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     8 -
 .../ChangeLog                                      |   100 -
 .../META-INF/MANIFEST.MF                           |    26 -
 .../OSGI-INF/l10n/bundle.properties                |     3 -
 .../build.properties                               |     7 -
 .../icons/arguments_tab.gif                        |   Bin 95 -> 0 bytes
 .../icons/system_view.gif                          |   Bin 362 -> 0 bytes
 .../icons/tcf.gif                                  |   Bin 165 -> 0 bytes
 .../pom.xml                                        |    44 -
 .../ProfileRemoteLaunchConfigurationTabGroup.java  |    43 -
 .../launch/remote/ProfileRemoteLaunchPlugin.java   |    62 -
 .../launch/remote/RemoteArgumentsTab.java          |   163 -
 .../launch/remote/RemoteCommandShellOperation.java |   349 -
 .../launch/remote/RemoteLaunchConstants.java       |    24 -
 .../profiling/launch/remote/RemoteMessages.java    |    47 -
 .../launch/remote/remoteMessages.properties        |    32 -
 .../ProfileRemoteLaunchConfigurationTabGroup.java  |    44 -
 .../profiling/launch/remote/RemoteConnection.java  |   325 -
 .../launch/remote/RemoteConnectionException.java   |    26 -
 .../profiling/launch/remote/RemoteTab.java         |   227 -
 .../META-INF/MANIFEST.MF                           |     6 +-
 .../plugin.xml                                     |     4 +-
 .../pom.xml                                        |     2 +-
 .../ui/rdt/proxy/RDTResourceSelectorProxy.java     |    10 +-
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    91 -
 .../META-INF/MANIFEST.MF                           |    13 -
 .../build.properties                               |     8 -
 .../plugin.properties                              |    12 -
 .../plugin.xml                                     |    23 -
 .../pom.xml                                        |    45 -
 .../schema/RemoteResourceSelectorProxy.exsd        |   128 -
 .../linuxtools/profiling/launch/ui/Activator.java  |    73 -
 .../profiling/launch/ui/FileSystemElement.java     |    44 -
 .../launch/ui/FileSystemSelectionArea.java         |   214 -
 .../launch/ui/IRemoteResourceSelectorProxy.java    |    21 -
 .../launch/ui/LocalResourceSelectorProxy.java      |    57 -
 .../launch/ui/ResourceSelectorWidget.java          |   242 -
 .../launch/ui/ResourceSelectorWidgetMessages.java  |    38 -
 .../.settings/org.eclipse.jdt.core.prefs           |    14 +
 .../ChangeLog                                      |     4 +-
 .../META-INF/MANIFEST.MF                           |    14 +-
 .../icons/profile_wiz.png                          |   Bin 0 -> 8548 bytes
 .../plugin.properties                              |    11 +-
 .../plugin.xml                                     |   191 +-
 .../pom.xml                                        |     4 +-
 .../schema/RemoteProxyNatureMapping.exsd           |   122 +
 .../schema/RemoteResourceSelectorProxy.exsd        |   128 +
 ...lipse.linuxtools.profiling.launch.provider.exsd |    45 +-
 .../launch/AbstractProfilingOptionsTab.java        |   439 +
 .../launch/CApplicationLaunchShortcut.java         |    86 +
 .../profiling/launch/CProfilingOptionsTab.java     |    79 +
 .../internal/profiling/launch/LocalFileProxy.java  |    10 +
 .../internal/profiling/launch/Messages.java        |     8 +-
 .../launch/ProfileContextualLaunchAction.java      |    20 +
 .../profiling/launch/ProfileLaunchPlugin.java      |    27 +-
 .../internal/profiling/launch/messages.properties  |     6 +
 .../provider/AbstractProviderPreferencesPage.java  |    33 +-
 .../provider/AbstractProviderPropertyTab.java      |    34 +-
 .../ProfilingCategoriesPreferencesPage.java        |    49 +
 .../launch/provider/ProviderOptionsTab.java        |   356 +-
 .../launch/provider/ProviderProfileConstants.java  |     4 +-
 .../profiling/launch/provider/launch/Messages.java |    38 +-
 .../launch/provider/launch/ProviderFramework.java  |   242 +-
 .../ProviderLaunchConfigurationDelegate.java       |   127 +-
 .../provider/launch/ProviderLaunchShortcut.java    |     8 +-
 .../launch/provider/launch/messages.properties     |     8 +-
 .../linuxtools/profiling/launch/ConfigUtils.java   |    42 +-
 .../profiling/launch/IRemoteFileProxy.java         |     6 +-
 .../PlaceHolderLaunchConfigurationTabGroup.java    |    32 +
 .../launch/ProfileLaunchConfigurationDelegate.java |   152 +-
 .../launch/ProfileLaunchConfigurationTabGroup.java |   123 -
 .../profiling/launch/ProfileLaunchShortcut.java    |    57 +-
 .../profiling/launch/RemoteConnection.java         |    16 +-
 .../profiling/launch/RemoteProxyManager.java       |    27 +-
 .../profiling/launch/RemoteProxyNatureMapping.java |    51 +
 .../profiling/launch/ui/FileSystemElement.java     |    47 +
 .../launch/ui/FileSystemSelectionArea.java         |   215 +
 .../launch/ui/IRemoteResourceSelectorProxy.java    |    24 +
 .../launch/ui/LocalResourceSelectorProxy.java      |    58 +
 .../launch/ui/ResourceSelectorWidget.java          |   254 +
 .../launch/ui/ResourceSelectorWidgetMessages.java  |    41 +
 .../profiling/launch/ui/messages.properties        |     0
 .../.settings/org.eclipse.jdt.core.prefs           |    84 +
 .../META-INF/MANIFEST.MF                           |     8 +-
 .../fragment.xml                                   |    54 +-
 .../pom.xml                                        |    17 +-
 .../profiling/provider/tests/AllTests.java         |     2 +-
 .../provider/tests/ExtensionPointTest.java         |    22 +-
 .../profiling/provider/tests/LaunchTest.java       |    62 +-
 .../profiling/provider/tests/PreferencesTest.java  |   264 +
 .../stubby/StubbyLaunchConfigurationDelegate.java  |     8 +-
 .../tests/stubby/StubbyLaunchShortcut.java         |     8 +-
 .../StubbyTimingLaunchConfigurationDelegate.java   |    37 +
 .../feature.xml                                    |     7 -
 .../pom.xml                                        |    21 +-
 .../META-INF/MANIFEST.MF                           |    21 +-
 .../org.eclipse.linuxtools.profiling.tests/pom.xml |     2 +-
 .../internal/profiling/tests/CProjectHelper.java   |    33 +-
 .../internal/profiling/tests/ResourceHelper.java   |     8 +-
 .../profiling/tests/AbstractRemoteTest.java        |   290 +
 .../linuxtools/profiling/tests/AbstractTest.java   |    80 +-
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     5 +-
 .../org.eclipse.linuxtools.profiling.ui/pom.xml    |     4 +-
 .../linuxtools/profiling/ui/ProfileUIUtils.java    |    22 +
 .../org.eclipse.linuxtools.rdt.proxy/plugin.xml    |    14 +
 profiling/org.eclipse.linuxtools.rdt.proxy/pom.xml |     2 +-
 .../internal/rdt/proxy/RDTCommandLauncher.java     |    18 +-
 .../internal/rdt/proxy/RDTFileProxy.java           |    32 +-
 .../linuxtools/rdt/proxy/RDTProxyManager.java      |     6 +-
 profiling/org.eclipse.linuxtools.ssh.proxy/pom.xml |     2 +-
 .../internal/ssh/proxy/SSHFileProxy.java           |     8 +
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     8 +-
 .../build.properties                               |     4 +-
 .../plugin.xml                                     |     5 +
 .../pom.xml                                        |     4 +-
 .../schema/LinuxtoolsPathOptions.exsd              |   135 +
 .../linuxtools/tools/launch/core/Activator.java    |    45 -
 .../tools/launch/core/LaunchCoreConstants.java     |    23 +
 .../core/factory/LinuxtoolsProcessFactory.java     |    16 +-
 .../launch/core/factory/RuntimeProcessFactory.java |   102 -
 .../core/properties/LinuxtoolsPathProperty.java    |    20 +-
 .../plugin.xml                                     |     5 +-
 .../org.eclipse.linuxtools.tools.launch.ui/pom.xml |     2 +-
 .../schema/LinuxtoolsPathOptions.exsd              |   113 -
 .../ui/properties/LinuxtoolsPathPropertyPage.java  |    48 +-
 profiling/pom.xml                                  |    19 +-
 .../category.xml                                   |    30 +-
 releng/org.eclipse.linuxtools.releng-site/pom.xml  |    16 +-
 .../promoter.xml                                   |    12 +-
 releng/pom.xml                                     |     4 +-
 rpm/org.eclipse.linuxtools.rpm-feature/pom.xml     |     2 +-
 rpm/org.eclipse.linuxtools.rpm.core.tests/pom.xml  |     4 +-
 .../linuxtools/rpm/core/tests/AllTests.java        |     2 +-
 .../rpm/core/tests/RPMProjectCreatorTest.java      |    60 +
 .../linuxtools/rpm/core/tests/RPMProjectTest.java  |   135 +-
 .../rpm/core/utils/tests/RPMQueryTest.java         |    33 +
 .../.settings/org.moreunit.prefs                   |     7 +
 .../META-INF/MANIFEST.MF                           |     3 +-
 rpm/org.eclipse.linuxtools.rpm.core/pom.xml        |     4 +-
 .../internal/rpm/core/RPMCoreInitializer.java      |     9 +-
 .../internal/rpm/core/RPMCorePlugin.java           |    38 -
 .../internal/rpm/core/utils/DownloadJob.java       |     6 +-
 .../internal/rpm/core/utils/FileDownloadJob.java   |     4 +-
 .../internal/rpm/core/utils/Messages.java          |     2 +
 .../linuxtools/internal/rpm/core/utils/RPM.java    |     3 +-
 .../internal/rpm/core/utils/RPMBuild.java          |    13 +-
 .../internal/rpm/core/utils/messages.properties    |     1 +
 .../linuxtools/rpm/core/IProjectConfiguration.java |    12 +-
 .../eclipse/linuxtools/rpm/core/IRPMConstants.java |    36 +-
 .../eclipse/linuxtools/rpm/core/RPMProject.java    |    44 +-
 .../linuxtools/rpm/core/RPMProjectCreator.java     |    47 +-
 .../linuxtools/rpm/core/RPMProjectNature.java      |    37 +-
 .../linuxtools/rpm/core/utils/RPMQuery.java        |    23 +
 .../eclipse/linuxtools/rpm/core/utils/Utils.java   |    33 +-
 .../META-INF/MANIFEST.MF                           |     1 -
 rpm/org.eclipse.linuxtools.rpm.rpmlint/plugin.xml  |    45 +-
 rpm/org.eclipse.linuxtools.rpm.rpmlint/pom.xml     |     2 +-
 .../linuxtools/internal/rpm/rpmlint/Activator.java |    61 +-
 .../internal/rpm/rpmlint/RpmlintLog.java           |   205 +-
 .../rpm/rpmlint/actions/RunRpmlintAction.java      |    22 +-
 .../rpmlint/actions/ToggleRpmlintNatureAction.java |    32 +-
 .../rpm/rpmlint/builder/RpmlintBuilder.java        |    12 +-
 .../rpm/rpmlint/builder/RpmlintMarkerVisitor.java  |    23 +-
 .../rpm/rpmlint/builder/RpmlintPreVisitor.java     |    19 +-
 .../internal/rpm/rpmlint/parser/RpmlintItem.java   |    21 +-
 .../internal/rpm/rpmlint/parser/RpmlintParser.java |   115 +-
 .../rpmlint/preferences/PreferenceInitializer.java |     4 +-
 .../rpmlint/preferences/RpmlintPreferencePage.java |     4 +-
 .../rpmlint/resolutions/AInsertLineResolution.java |    18 +-
 .../rpmlint/resolutions/ARemoveLineResolution.java |    12 +-
 .../resolutions/AReplaceTextResolution.java        |    28 +-
 .../rpmlint/resolutions/ARpmlintResolution.java    |    15 +-
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     8 -
 .../ChangeLog                                      |    49 -
 .../META-INF/MANIFEST.MF                           |    16 -
 .../RPM Editor.launch                              |    30 -
 .../build.properties                               |    11 -
 .../icons/alt_window_16.gif                        |   Bin 637 -> 0 bytes
 .../icons/alt_window_32.gif                        |   Bin 1192 -> 0 bytes
 .../icons/eclipse_lg.gif                           |   Bin 12569 -> 0 bytes
 .../icons/open.gif                                 |   Bin 580 -> 0 bytes
 .../icons/perspective.gif                          |   Bin 983 -> 0 bytes
 .../icons/rpm.gif                                  |   Bin 1019 -> 0 bytes
 .../icons/text.gif                                 |   Bin 577 -> 0 bytes
 ...g.eclipse.linuxtools.rpm.speceditor.rcp.product |    96 -
 .../plugin.properties                              |    37 -
 .../plugin.xml                                     |   236 -
 .../pom.xml                                        |    44 -
 .../rpm/speceditor/rcp/DelayedEventsProcessor.java |   102 -
 .../rpm/speceditor/rcp/RPMEditorApplication.java   |    43 -
 .../rpm/speceditor/rcp/RPMEditorPerspective.java   |    27 -
 .../speceditor/rcp/RPMEditorWorkbenchAdvisor.java  |    74 -
 .../linuxtools/rpm/speceditor/rcp/RPMMessages.java |    32 -
 .../rpm/speceditor/rcp/RPMMessages.properties      |    17 -
 .../rpm/speceditor/rcp/actions/OpenFileAction.java |    89 -
 .../rcp/actions/RPMEditorActionBarAdvisor.java     |   166 -
 .../templates/templates.xml                        |    96 -
 .../SpecfileEditor/User_Guide/User-Guide.html      |     1 +
 .../build-helper.xml                               |     2 +-
 .../extract-markup.xsl                             |     9 -
 .../pom.xml                                        |     2 +-
 .../pom.xml                                        |     2 +-
 .../rpm/ui/editor/tests/FileTestCase.java          |    52 +-
 .../rpm/ui/editor/tests/HeaderRecognitionTest.java |    58 +-
 .../rpm/ui/editor/tests/LicenseTagTest.java        |    18 -
 .../rpm/ui/editor/tests/NameTagTest.java           |     6 -
 .../rpm/ui/editor/tests/PatchApplicationTest.java  |     3 -
 .../rpm/ui/editor/tests/ReleaseTagTest.java        |     6 -
 .../ui/editor/tests/RpmMacroProposalsListTest.java |    19 +-
 .../editor/tests/RpmPackageProposalsListTest.java  |    17 +-
 .../actions/SpecfileChangelogFormatterTest.java    |     9 +-
 .../editor/tests/parser/SourceComparatorTest.java  |     7 +-
 .../ui/editor/tests/parser/SpecfileDefineTest.java |    45 +-
 .../rpm/ui/editor/tests/parser/SpecfileTest.java   |   105 +-
 .../scanners/SpecfilePackagesScannerTest.java      |    36 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    29 +-
 .../.settings/org.moreunit.prefs                   |     4 +-
 .../META-INF/MANIFEST.MF                           |     1 -
 .../plugin.xml                                     |    47 +-
 rpm/org.eclipse.linuxtools.rpm.ui.editor/pom.xml   |     2 +-
 .../internal/rpm/ui/editor/Activator.java          |    35 +-
 .../internal/rpm/ui/editor/ColorManager.java       |     2 +-
 .../rpm/ui/editor/NonRuleBasedDamagerRepairer.java |    11 +-
 .../rpm/ui/editor/RpmMacroOccurrencesUpdater.java  |    43 +-
 .../rpm/ui/editor/RpmMacroProposalsList.java       |    29 +-
 .../rpm/ui/editor/RpmPackageBuildProposalsJob.java |    63 +-
 .../rpm/ui/editor/RpmPackageProposalsList.java     |    83 +-
 .../rpm/ui/editor/SpecfileCompletionProcessor.java |   118 +-
 .../rpm/ui/editor/SpecfileConfiguration.java       |    51 +-
 .../rpm/ui/editor/SpecfileDocumentProvider.java    |    25 +-
 .../rpm/ui/editor/SpecfileDoubleClickStrategy.java |    18 +-
 .../editor/SpecfileFoldingStructureProvider.java   |    43 +-
 .../internal/rpm/ui/editor/SpecfileHover.java      |    86 +-
 .../internal/rpm/ui/editor/SpecfileLog.java        |   216 +-
 .../rpm/ui/editor/SpecfilePartitioner.java         |    22 -
 .../rpm/ui/editor/SpecfileReconcilingStrategy.java |    17 +-
 .../linuxtools/internal/rpm/ui/editor/UiUtils.java |    36 +-
 .../editor/actions/SpecfileChangelogFormatter.java |    41 +-
 .../SpecfileEditorToggleCommentActionDelegate.java |    16 +-
 .../rpm/ui/editor/compare/SpecMergeViewer.java     |    17 +-
 .../ui/editor/compare/SpecStructureCreator.java    |    32 +-
 .../rpm/ui/editor/forms/RpmSectionPage.java        |    10 +
 .../ui/editor/hyperlink/MailHyperlinkDetector.java |    84 +-
 .../SpecfileElementHyperlinkDetector.java          |    43 +-
 .../rpm/ui/editor/outline/ContainsFilter.java      |     2 +-
 .../editor/outline/SpecfileContentOutlinePage.java |    30 +-
 .../ui/editor/outline/SpecfileContentProvider.java |    11 +-
 .../rpm/ui/editor/parser/SourceComparator.java     |    13 +-
 .../rpm/ui/editor/parser/SpecfilePatchMacro.java   |    12 +-
 .../rpm/ui/editor/parser/SpecfileSource.java       |    10 +-
 .../ui/editor/preferences/MainPreferencePage.java  |    27 +-
 .../ui/editor/preferences/PreferenceConstants.java |     6 +-
 .../preferences/RpmProposalsPreferencePage.java    |    32 +-
 .../rpm/ui/editor/rules/AuthorEmailRule.java       |    31 +-
 .../internal/rpm/ui/editor/rules/SectionRule.java  |    10 +-
 .../rpm/ui/editor/rules/StringWithEndingRule.java  |    10 +-
 .../rpm/ui/editor/rules/VersionReleaseRule.java    |    45 +-
 .../editor/scanners/SpecfilePartitionScanner.java  |    35 +-
 .../rpm/ui/editor/wizards/SpecfileNewWizard.java   |     3 +-
 .../linuxtools/rpm/ui/editor/SpecfileEditor.java   |    41 +-
 .../ui/editor/markers/SpecfileErrorHandler.java    |    33 +-
 .../linuxtools/rpm/ui/editor/parser/Specfile.java  |    47 +-
 .../rpm/ui/editor/parser/SpecfilePackage.java      |    13 +-
 .../ui/editor/parser/SpecfilePackageContainer.java |    33 +-
 .../rpm/ui/editor/parser/SpecfileParser.java       |    18 +-
 .../ui/editor/wizards/SpecfileNewWizardPage.java   |    32 +-
 .../rpm/ui/editor/wizards/messages.properties      |    16 +-
 .../META-INF/MANIFEST.MF                           |     4 -
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 rpm/org.eclipse.linuxtools.rpm.ui/plugin.xml       |    11 +
 rpm/org.eclipse.linuxtools.rpm.ui/pom.xml          |     2 +-
 .../internal/rpm/ui/RPMExportOperation.java        |   127 +-
 .../linuxtools/internal/rpm/ui/RPMNewProject.java  |     7 +-
 .../linuxtools/internal/rpm/ui/RpmConsole.java     |     2 +-
 .../linuxtools/internal/rpm/ui/SRPMImportPage.java |    44 +-
 .../internal/rpm/ui/SRPMImportWizard.java          |     4 +-
 .../ui/propertypage/AbstractRPMPropertyPage.java   |     3 +-
 .../rpm/ui/propertypage/ChangelogPage.java         |     6 +-
 .../rpm/ui/propertypage/InstallScriptsPage.java    |    24 +-
 .../internal/rpm/ui/propertypage/ProvidesPage.java |     6 +-
 .../rpm/ui/propertypage/SpecFileHeaderPage.java    |     6 +-
 .../internal/rpm/ui/propertypage/TargetPage.java   |    40 +-
 .../linuxtools/rpm/ui/SRPMImportOperation.java     |    70 +-
 rpm/pom.xml                                        |    17 +-
 .../feature.properties                             |     2 +-
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     1 -
 .../org.eclipse.linuxtools.rpmstubby/plugin.xml    |    12 -
 rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml |     2 +-
 .../internal/rpmstubby/AbstractGenerator.java      |     4 +-
 .../linuxtools/internal/rpmstubby/StubbyLog.java   |    23 +-
 .../internal/rpmstubby/StubbyPlugin.java           |    71 +-
 .../internal/rpmstubby/model/FeatureModel.java     |     2 +-
 .../internal/rpmstubby/model/PomModel.java         |    12 +-
 .../rpmstubby/preferences/PreferenceConstants.java |    18 -
 .../preferences/PreferenceInitializer.java         |    29 -
 .../preferences/StubbyPreferencePage.java          |    48 -
 rpmstubby/pom.xml                                  |    17 +-
 src.xml                                            |    32 -
 .../pom.xml                                        |     2 +-
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../errors.prop                                    |     2 +-
 .../org.eclipse.linuxtools.callgraph.core/pom.xml  |     4 +-
 .../callgraph/core/CallgraphCorePlugin.java        |    16 +-
 .../internal/callgraph/core/DocWriter.java         |    12 +-
 .../internal/callgraph/core/FileFinderOpener.java  |     9 +-
 .../linuxtools/internal/callgraph/core/Helper.java |    41 +-
 .../internal/callgraph/core/PluginConstants.java   |    31 +-
 .../internal/callgraph/core/StapUIJob.java         |    11 +-
 .../callgraph/core/SystemTapCommandGenerator.java  |    44 +-
 .../callgraph/core/SystemTapErrorHandler.java      |     6 +-
 .../internal/callgraph/core/SystemTapParser.java   |   128 +-
 .../callgraph/core/SystemTapTextParser.java        |     9 +-
 .../internal/callgraph/core/SystemTapTextView.java |    42 +-
 .../callgraph/core/SystemTapUIErrorMessages.java   |     4 +-
 .../internal/callgraph/core/SystemTapView.java     |   215 +-
 .../internal/callgraph/core/ViewFactory.java       |    25 +-
 .../internal/callgraph/core/XMLParser.java         |    24 +-
 .../internal/callgraph/core/messages.properties    |     1 -
 .../Callgraph/User_Guide/General-Usage.html        |    36 +-
 .../Callgraph/User_Guide/General-Usage2.html       |     3 -
 .../Callgraph/User_Guide/Installation.html         |     6 +-
 .../images/Callgraph_global_preferences.png        |   Bin 0 -> 28436 bytes
 .../User_Guide/images/Callgraph_orig_submenu.png   |   Bin 0 -> 23549 bytes
 .../images/Callgraph_proj_preferences.png          |   Bin 0 -> 31033 bytes
 .../Callgraph/User_Guide/images/Callgraph_tab.png  |   Bin 0 -> 51197 bytes
 .../User_Guide/images/Callgraph_timing_submenu.png |   Bin 0 -> 24212 bytes
 .../Callgraph/User_Guide/images/Example.jpg        |   Bin 32779 -> 0 bytes
 .../META-INF/MANIFEST.MF                           |     1 -
 .../build-doc.xml                                  |     2 +-
 .../extract-markup.xsl                             |     9 -
 .../org.eclipse.linuxtools.callgraph.docs/pom.xml  |     2 +-
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     8 -
 .../ChangeLog                                      |     9 -
 .../META-INF/MANIFEST.MF                           |    26 -
 .../build.properties                               |     5 -
 .../plugin.xml                                     |    77 -
 .../linuxtools/sleepingthreads/Activator.java      |    52 -
 .../sleepingthreads/SleepingThreadsParser.java     |    90 -
 .../linuxtools/sleepingthreads/XMLData.java        |    52 -
 .../sleepingthreads/XMLGraphingView.java           |   164 -
 .../launch/LaunchSleepingThreads.java              |    37 -
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 .../build.properties                               |     4 +-
 .../pom.xml                                        |     2 +-
 .../callgraph/launch/tests/AbstractStapTest.java   |    23 +-
 .../callgraph/launch/tests/AllTests.java           |    31 +-
 .../callgraph/launch/tests/ConfigurationTest.java  |   146 +-
 .../launch/tests/LaunchShortcutsTest.java          |    38 +-
 .../tests/SystemTapCommandGeneratorTest.java       |    73 +-
 .../launch/tests/SystemTapCommandLineTest.java     |   172 -
 .../launch/tests/SystemTapCommandTest.java         |    39 +-
 .../launch/tests/SystemTapErrorHandlerTest.java    |    79 +-
 .../callgraph/launch/tests/SystemTapTabTest.java   |    35 +-
 .../callgraph/launch/tests/TestConstants.java      |    15 -
 .../.settings/org.eclipse.jdt.core.prefs           |    85 +-
 .../META-INF/MANIFEST.MF                           |     3 +-
 .../plugin.xml                                     |     4 +-
 .../pom.xml                                        |     4 +-
 .../callgraph/launch/CallgraphLaunchPlugin.java    |    42 +-
 .../internal/callgraph/launch/LaunchStapGraph.java |   118 +-
 .../internal/callgraph/launch/LaunchWizard.java    |   161 +-
 .../callgraph/launch/ListTreeContentProvider.java  |    18 +-
 .../internal/callgraph/launch/SystemTapLCTG.java   |    39 -
 .../SystemTapLaunchConfigurationDelegate.java      |   184 +-
 .../SystemTapLaunchConfigurationTabGroup.java      |    20 +-
 .../callgraph/launch/SystemTapLaunchShortcut.java  |   211 +-
 .../callgraph/launch/SystemTapOptionsTab.java      |   420 +-
 .../internal/callgraph/launch/messages.properties  |    11 +
 .../META-INF/MANIFEST.MF                           |     7 +-
 .../OSGI-INF/l10n/bundle.properties                |     3 +
 .../build.properties                               |     4 +-
 .../org.eclipse.linuxtools.callgraph.tests/pom.xml |     2 +-
 .../linuxtools/callgraph/tests/Activator.java      |    72 +-
 .../linuxtools/callgraph/tests/AllTests.java       |    25 +-
 .../callgraph/tests/MouseListenerTest.java         |    18 +-
 .../callgraph/tests/StapGraphParserTest.java       |    58 +-
 .../callgraph/tests/SystemTapGraphTest.java        |   221 +-
 .../callgraph/tests/SystemTapGraphViewTest.java    |    26 +-
 .../META-INF/MANIFEST.MF                           |     8 +-
 .../plugin.properties                              |    11 +
 .../org.eclipse.linuxtools.callgraph/plugin.xml    |    53 -
 systemtap/org.eclipse.linuxtools.callgraph/pom.xml |     4 +-
 .../callgraph/AggregateLayoutAlgorithm.java        |    19 +-
 .../internal/callgraph/CallGraphConstants.java     |    20 +-
 .../internal/callgraph/CallgraphPlugin.java        |    97 -
 .../internal/callgraph/CallgraphView.java          |   786 +-
 .../linuxtools/internal/callgraph/StapData.java    |    75 +-
 .../linuxtools/internal/callgraph/StapGraph.java   |   852 +-
 .../linuxtools/internal/callgraph/StapNode.java    |    73 +-
 .../callgraph/actions/InsertMarkerAction.java      |   127 -
 .../internal/callgraph/actions/Messages.java       |    32 -
 .../callgraph/actions/RemoveMarkerAction.java      |   129 -
 .../internal/callgraph/actions/messages.properties |    10 -
 .../callgraph/graphlisteners/AutoScrollHelper.java |    20 +-
 .../AutoScrollSelectionListener.java               |    24 +-
 .../callgraph/graphlisteners/Messages.java         |    11 +
 .../callgraph/graphlisteners/Projectionist.java    |    23 +-
 .../graphlisteners/StapGraphFocusListener.java     |     8 +-
 .../graphlisteners/StapGraphKeyListener.java       |    44 +-
 .../graphlisteners/StapGraphMouseListener.java     |   202 +-
 .../graphlisteners/StapGraphMouseMoveListener.java |    23 +-
 .../StapGraphMouseWheelListener.java               |    75 +-
 .../treeviewer/StapTreeContentProvider.java        |     3 +-
 .../treeviewer/StapTreeDoubleClickListener.java    |    15 +-
 .../treeviewer/StapTreeLabelProvider.java          |    11 +-
 .../callgraph/treeviewer/StapTreeListener.java     |    11 +-
 .../feature.xml                                    |    37 +-
 .../pom.xml                                        |     4 +-
 .../.project                                       |    17 -
 .../ChangeLog                                      |    52 -
 .../build.properties                               |     5 -
 .../epl-v10.html                                   |   256 -
 .../feature.properties                             |   139 -
 .../feature.xml                                    |    38 -
 .../license.html                                   |   164 -
 .../p2.inf                                         |     3 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    82 -
 .../ChangeLog                                      |    82 -
 .../META-INF/MANIFEST.MF                           |    14 -
 .../build.properties                               |     8 -
 .../completion/stp_completion.properties           |   569 -
 .../icons/sample.gif                               |   Bin 983 -> 0 bytes
 .../plugin.properties                              |    12 -
 .../plugin.xml                                     |    16 -
 .../internal/systemtap/backup/ui/editor/ChangeLog  |    25 -
 .../systemtap/backup/ui/editor/ColorManager.java   |    41 -
 .../backup/ui/editor/STPColorConstants.java        |    21 -
 .../backup/ui/editor/STPCompletionProcessor.java   |   166 -
 .../backup/ui/editor/STPConfiguration.java         |   129 -
 .../backup/ui/editor/STPDocumentProvider.java      |    39 -
 .../backup/ui/editor/STPElementScanner.java        |   112 -
 .../backup/ui/editor/STPMetadataSingleton.java     |   236 -
 .../backup/ui/editor/STPPartitionScanner.java      |    98 -
 .../systemtap/backup/ui/editor/STPPartitioner.java |    61 -
 .../backup/ui/editor/STPReconcilingStrategy.java   |   284 -
 .../backup/ui/editor/SystemtapEditor.java          |   167 -
 .../backup/ui/editor/activator/Activator.java      |    75 -
 .../systemtap/backup/ui/editor/strings.properties  |   568 -
 .../.classpath                                     |     0
 .../.project                                       |    28 +
 .../.settings/org.eclipse.jdt.core.prefs           |     0
 .../ChangeLog                                      |     0
 .../META-INF/MANIFEST.MF                           |    11 +
 .../build.properties                               |     0
 .../plugin.properties                              |     0
 .../pom.xml                                        |    47 +
 .../systemtap/graphingapi/core/tests/AllTests.java |    66 +
 .../graphingapi/core/tests/MockDataSet.java        |    72 +
 .../tests/aggregates/AverageAggregateTest.java     |    61 +
 .../core/tests/aggregates/CountAggregateTest.java  |    61 +
 .../core/tests/aggregates/MaxAggregateTest.java    |    60 +
 .../core/tests/aggregates/MinAggregateTest.java    |    61 +
 .../core/tests/aggregates/SumAggregateTest.java    |    62 +
 .../tests/datasets/row/FilteredRowDataSetTest.java |   291 +
 .../core/tests/datasets/row/RowDataSetTest.java    |   171 +
 .../core/tests/datasets/row/RowEntryTest.java      |   128 +
 .../core/tests/datasets/row/RowParserTest.java     |    46 +
 .../datasets/table/FilteredTableDataSetTest.java   |   284 +
 .../tests/datasets/table/TableDataSetTest.java     |   178 +
 .../core/tests/datasets/table/TableEntryTest.java  |   136 +
 .../core/tests/datasets/table/TableParserTest.java |    46 +
 .../core/tests/filters/MatchFilterTest.java        |    67 +
 .../core/tests/filters/RangeFilterTest.java        |   131 +
 .../core/tests/filters/SortFilterTest.java         |    98 +
 .../core/tests/filters/UniqueFilterTest.java       |    82 +
 .../tests/structures/ChartStreamDaemonTest.java    |    51 +
 .../core/tests/structures/NumberTypeTest.java      |    68 +
 .../core/tests/structures/UpdateManagerTest.java   |    61 +
 .../.classpath                                     |     0
 .../.project                                       |    34 +
 .../.settings/org.eclipse.jdt.core.prefs           |   105 +
 .../.settings/org.moreunit.prefs                   |     4 +
 .../ChangeLog                                      |     0
 .../META-INF/MANIFEST.MF                           |    20 +
 .../about.html                                     |     0
 .../build.properties                               |     0
 .../plugin.properties                              |     2 +
 .../pom.xml                                        |    25 +
 .../graphingapi/core/GraphingAPINonUIPlugin.java   |    24 +
 .../systemtap/graphingapi/core/Localization.java   |    33 +
 .../graphingapi/core}/localization.properties      |     0
 .../graphingapi/core/IGraphColorConstants.java     |   293 +
 .../graphingapi/core/adapters/BlockAdapter.java    |    99 +
 .../graphingapi/core/adapters/IAdapter.java        |    23 +
 .../graphingapi/core/adapters/ScrollAdapter.java   |   104 +
 .../core/aggregates/AverageAggregate.java          |    45 +
 .../core/aggregates/CountAggregate.java            |    42 +
 .../core/aggregates/IDataAggregate.java            |    17 +
 .../graphingapi/core/aggregates/MaxAggregate.java  |    46 +
 .../graphingapi/core/aggregates/MinAggregate.java  |    46 +
 .../graphingapi/core/aggregates/SumAggregate.java  |    44 +
 .../graphingapi/core/datasets/IBlockDataSet.java   |    16 +
 .../graphingapi/core/datasets/IDataEntry.java      |    25 +
 .../graphingapi/core/datasets/IDataSet.java        |    34 +
 .../graphingapi/core/datasets/IDataSetParser.java  |    18 +
 .../core/datasets/IFilteredDataSet.java            |    21 +
 .../core/datasets/IHistoricalDataSet.java          |    21 +
 .../core/datasets/row/FilteredRowDataSet.java      |   163 +
 .../graphingapi/core/datasets/row/RowDataSet.java  |   205 +
 .../graphingapi/core/datasets/row/RowEntry.java    |    92 +
 .../graphingapi/core/datasets/row/RowParser.java   |    73 +
 .../core/datasets/table/FilteredTableDataSet.java  |   175 +
 .../core/datasets/table/TableDataSet.java          |   225 +
 .../core/datasets/table/TableEntry.java            |   120 +
 .../core/datasets/table/TableParser.java           |    85 +
 .../graphingapi/core/filters/IDataSetFilter.java   |    19 +
 .../graphingapi/core/filters/MatchFilter.java      |    64 +
 .../graphingapi/core/filters/RangeFilter.java      |   101 +
 .../graphingapi/core/filters/SortFilter.java       |    78 +
 .../graphingapi/core/filters/UniqueFilter.java     |    95 +
 .../core/structures/ChartStreamDaemon.java         |    66 +
 .../graphingapi/core/structures/DataPoint.java     |    26 +
 .../graphingapi/core/structures/GraphData.java     |    20 +
 .../graphingapi/core/structures/NumberType.java    |   105 +
 .../.classpath                                     |     0
 .../.project                                       |    34 +
 .../.settings/org.eclipse.jdt.core.prefs           |   109 +
 .../ChangeLog                                      |     0
 .../META-INF/MANIFEST.MF                           |    26 +
 .../about.html                                     |     0
 .../build.properties                               |     0
 .../icons/graphs/AreaChart.gif                     |   Bin
 .../icons/graphs/BarGraph.gif                      |   Bin
 .../icons/graphs/LineGraph.gif                     |   Bin
 .../icons/graphs/MeterChart.gif                    |   Bin
 .../icons/graphs/PieChart.gif                      |   Bin
 .../icons/graphs/ScatterGraph.gif                  |   Bin
 .../plugin.properties                              |     6 +
 .../plugin.xml                                     |    22 +
 .../pom.xml                                        |    24 +
 .../graphingapi/ui/GraphingAPIUIPlugin.java        |    60 +
 .../systemtap/graphingapi/ui/Localization.java     |    32 +
 .../graphingapi/ui/localization.properties         |   149 +
 .../ui/charts/AbstractChartBuilder.java            |   198 +
 .../ui/charts/AbstractChartWithAxisBuilder.java    |   129 +
 .../ui/charts/AbstractChartWithoutAxisBuilder.java |    33 +
 .../graphingapi/ui/charts/AreaChartBuilder.java    |    40 +
 .../graphingapi/ui/charts/BarChartBuilder.java     |    48 +
 .../graphingapi/ui/charts/LineChartBuilder.java    |    52 +
 .../graphingapi/ui/charts/PieChartBuilder.java     |    64 +
 .../graphingapi/ui/charts/ScatterChartBuilder.java |    41 +
 .../graphingapi/ui/datadisplay/DataGrid.java       |   343 +
 .../systemtap/graphingapi/ui/graphs/AChart.java    |   136 +
 .../systemtap/graphingapi/ui/graphs/AGraph.java    |   242 +
 .../systemtap/graphingapi/ui/graphs/BarGraph.java  |   141 +
 .../graphingapi/ui/graphs/IBlockGraph.java         |    16 +
 .../systemtap/graphingapi/ui/graphs/IGraph.java    |    26 +
 .../graphingapi/ui/graphs/IScrollGraph.java        |    16 +
 .../systemtap/graphingapi/ui/graphs/LineGraph.java |   122 +
 .../systemtap/graphingapi/ui/graphs/PieChart.java  |   110 +
 .../graphingapi/ui/graphs/ScatterGraph.java        |   123 +
 .../ui/preferences/DataTablePreferencePage.java    |    55 +
 .../ui/preferences/GraphPreferencePage.java        |    73 +
 .../GraphingAPIPreferenceConstants.java            |    26 +
 .../ui/preferences/PreferenceInitializer.java      |    34 +
 .../ui/widgets/ExceptionErrorDialog.java           |    38 +
 .../graphingapi/ui/widgets/GraphAxis.java          |   207 +
 .../graphingapi/ui/widgets/GraphAxis2.java         |   111 +
 .../graphingapi/ui/widgets/GraphCanvas.java        |   216 +
 .../graphingapi/ui/widgets/GraphComposite.java     |   231 +
 .../graphingapi/ui/widgets/GraphLabel.java         |   108 +
 .../graphingapi/ui/widgets/GraphLegend.java        |   114 +
 .../graphingapi/ui/widgets/IGraphPrimitive.java    |    54 +
 .../ui/wizards/dataset/DataSetFactory.java         |   142 +
 .../ui/wizards/dataset/DataSetWizard.java          |   131 +
 .../ui/wizards/dataset/ParsingWizardPage.java      |   226 +
 .../wizards/dataset/SelectDataSetWizardPage.java   |   109 +
 .../dataset/SelectRowParsingWizardPage.java        |    57 +
 .../dataset/SelectTableParsingWizardPage.java      |    75 +
 .../ui/wizards/filter/AggregateFactory.java        |    87 +
 .../ui/wizards/filter/AvailableFilterTypes.java    |    84 +
 .../ui/wizards/filter/FilterWizardPage.java        |    63 +
 .../ui/wizards/filter/MatchFilterWizardPage.java   |   132 +
 .../ui/wizards/filter/RangeFilterWizardPage.java   |   182 +
 .../ui/wizards/filter/SelectFilterWizard.java      |    95 +
 .../ui/wizards/filter/SelectFilterWizardPage.java  |   123 +
 .../ui/wizards/filter/SortFilterWizardPage.java    |   112 +
 .../ui/wizards/filter/UniqueFilterWizardPage.java  |   158 +
 .../graphingapi/ui/wizards/graph/GraphFactory.java |   184 +
 .../graphingapi/ui/wizards/graph/GraphModel.java   |    91 +
 .../ui/wizards/graph/SelectGraphWizard.java        |    90 +
 .../ui/wizards/graph/SelectGraphWizardPage.java    |    98 +
 .../ui/wizards/graph/SelectSeriesWizardPage.java   |   361 +
 .../.classpath                                     |     0
 .../.project                                       |    28 +
 .../.settings/org.eclipse.jdt.core.prefs           |    91 +
 .../ChangeLog                                      |     0
 .../META-INF/MANIFEST.MF                           |    15 +
 .../build.properties                               |     0
 .../plugin.properties                              |     0
 .../pom.xml                                        |    47 +
 .../linuxtools/systemtap/structures/AllTests.java  |    27 +
 .../systemtap/structures/CCodeFileFilterTest.java  |    46 +
 .../systemtap/structures/CopierTest.java           |    49 +
 .../systemtap/structures/IndexedObjectTest.java    |    46 +
 .../systemtap/structures/KernelSourceTreeTest.java |    74 +
 .../structures/LoggingStreamDaemonTest.java        |    69 +
 .../linuxtools/systemtap/structures/SortTest.java  |    78 +
 .../systemtap/structures/StringFormatterTest.java  |    89 +
 .../structures/TreeDefinitionNodeTest.java         |    80 +
 .../systemtap/structures/TreeNodeTest.java         |   244 +
 .../systemtap/structures/ZipArchiveTest.java       |    85 +
 .../systemtap/structures/runnable/CommandTest.java |   115 +
 .../structures/runnable/StreamGobblerTest.java     |    75 +
 .../.classpath                                     |     0
 .../.project                                       |    34 +
 .../.settings/org.eclipse.jdt.core.prefs           |   109 +
 .../ChangeLog                                      |     0
 .../META-INF/MANIFEST.MF                           |    19 +
 .../about.html                                     |     0
 .../build.properties                               |     0
 .../plugin.properties                              |     0
 .../plugin.xml                                     |     0
 .../pom.xml                                        |    26 +
 .../systemtap/structures/Localization.java         |    33 +
 .../systemtap/structures/StructuresPlugin.java     |    23 +
 .../systemtap/structures/localization.properties   |    12 +
 .../systemtap/structures/CCodeFileFilter.java      |    54 +
 .../linuxtools/systemtap/structures/Copier.java    |    48 +
 .../systemtap/structures/IFormattingStyles.java    |    30 +
 .../systemtap/structures/IndexedObject.java        |    38 +
 .../systemtap/structures/JarArchive.java           |    80 +
 .../systemtap/structures/KernelSourceTree.java     |   130 +
 .../systemtap/structures/LoggingStreamDaemon.java  |   133 +
 .../linuxtools/systemtap/structures/Sort.java      |    69 +
 .../systemtap/structures/StringFormatter.java      |    61 +
 .../systemtap/structures/TreeDefinitionNode.java   |    36 +
 .../linuxtools/systemtap/structures/TreeNode.java  |   144 +
 .../systemtap/structures/UpdateManager.java        |    82 +
 .../systemtap/structures/ZipArchive.java           |   141 +
 .../structures/listeners/IActionListener.java      |    16 +
 .../structures/listeners/IGobblerListener.java     |    21 +
 .../structures/listeners/ITabListener.java         |    18 +
 .../structures/listeners/IUpdateListener.java      |    16 +
 .../process/SystemtapProcessFactory.java           |   119 +
 .../systemtap/structures/runnable/Command.java     |   335 +
 .../systemtap/structures/runnable/Messages.java    |    26 +
 .../structures/runnable/StreamGobbler.java         |   172 +
 .../structures/runnable/StringStreamGobbler.java   |    37 +
 .../structures/runnable/messages.properties        |     1 +
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |     6 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../pom.xml                                        |     2 +-
 .../test/structures/ConsoleStreamDaemonTest.java   |     2 +-
 .../test/structures/ErrorStreamDaemonTest.java     |     2 +-
 .../test/structures/ScriptConsoleTest.java         |    11 +
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   106 +-
 .../META-INF/MANIFEST.MF                           |    13 +-
 .../icons/actions/regEx.gif                        |   Bin
 .../icons/actions/stop_script.gif                  |   Bin
 .../plugin.properties                              |     5 +-
 .../plugin.xml                                     |    28 +-
 .../pom.xml                                        |     4 +-
 .../ui/consolelog/actions/ConsoleAction.java       |    39 +
 .../ui/consolelog/actions/ModifyParsingAction.java |    95 +
 .../ui/consolelog/actions/SaveLogAction.java       |    70 +
 .../ui/consolelog/actions/StopScriptAction.java    |    64 +
 .../ui/consolelog/preferences/Messages.java        |    30 +
 .../ui/consolelog/preferences/messages.properties  |    17 +
 .../ui/consolelog/structures/Messages.java         |    26 +
 .../ui/consolelog/ChartStreamDaemon2.java          |    56 +
 .../systemtap/ui/consolelog/ClientSession.java     |   328 -
 .../ui/consolelog/LocalLoggedCommand.java          |    78 -
 .../systemtap/ui/consolelog/LoggedCommand2.java    |   100 -
 .../systemtap/ui/consolelog/Messages.java          |    31 +
 .../systemtap/ui/consolelog/ScpClient.java         |   400 +-
 .../systemtap/ui/consolelog/ScpExec.java           |   385 +-
 .../consolelog/ScriptConsolePageParticipant.java   |    67 +
 .../systemtap/ui/consolelog/Subscription.java      |   421 -
 .../ui/consolelog/actions/ConsoleAction.java       |   122 -
 .../ui/consolelog/actions/SaveLogAction.java       |    60 -
 .../ui/consolelog/actions/StopScriptAction.java    |   102 -
 .../ui/consolelog/dialogs/ErrorMessage.java        |    31 -
 .../systemtap/ui/consolelog/dialogs/Messages.java  |    35 +
 .../ui/consolelog/dialogs/SCPDetails.java          |   109 -
 .../ui/consolelog/dialogs/SelectServerDialog.java  |    58 +-
 .../ui/consolelog/dialogs/messages.properties      |    17 +
 .../ui/consolelog/internal/ConsoleLogPlugin.java   |    28 +-
 .../ui/consolelog/internal/Localization.java       |    13 +-
 .../ui/consolelog/internal/localization.properties |    10 +
 .../systemtap/ui/consolelog/messages.properties    |    14 +
 .../preferences/ConsoleLogPreferenceConstants.java |    18 +-
 .../preferences/ConsoleLogPreferencePage.java      |    52 +-
 .../preferences/PreferenceInitializer.java         |    10 +-
 .../consolelog/structures/ConsoleStreamDaemon.java |    23 +-
 .../ui/consolelog/structures/DMError.java          |    63 -
 .../ui/consolelog/structures/DMPacket.java         |    65 -
 .../ui/consolelog/structures/DMRequest.java        |   198 -
 .../ui/consolelog/structures/DMResponse.java       |   137 -
 .../consolelog/structures/ErrorStreamDaemon.java   |    24 +-
 .../consolelog/structures/ErrorTableDisplay.java   |   114 +-
 .../ui/consolelog/structures/IErrorParser.java     |     2 +-
 .../ui/consolelog/structures/ScriptConsole.java    |   308 +-
 .../ui/consolelog/structures/ScriptConsole2.java   |   283 -
 .../ui/consolelog/structures/messages.properties   |    11 +
 .../systemtap/ui/consolelog/views/ErrorView.java   |    22 +-
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    95 -
 .../ChangeLog                                      |   171 -
 .../META-INF/MANIFEST.MF                           |    24 -
 .../build.properties                               |     9 -
 .../icons/actions/graph/close.gif                  |   Bin 73 -> 0 bytes
 .../icons/actions/graph/collapse.gif               |   Bin 66 -> 0 bytes
 .../icons/actions/graph/expand.gif                 |   Bin 64 -> 0 bytes
 .../icons/actions/graph/maximize.gif               |   Bin 82 -> 0 bytes
 .../icons/actions/graph/restore.gif                |   Bin 76 -> 0 bytes
 .../icons/actions/import_wiz.gif                   |   Bin 327 -> 0 bytes
 .../icons/actions/pause_script.gif                 |   Bin 338 -> 0 bytes
 .../icons/actions/start_script.gif                 |   Bin 528 -> 0 bytes
 .../icons/misc/graph_act.gif                       |   Bin 109 -> 0 bytes
 .../icons/misc/graph_dis.gif                       |   Bin 163 -> 0 bytes
 .../icons/misc/module_obj.gif                      |   Bin 207 -> 0 bytes
 .../icons/perspective_obj.gif                      |   Bin 374 -> 0 bytes
 .../icons/views/active_mod_obj.gif                 |   Bin 243 -> 0 bytes
 .../icons/views/dashboard_obj.gif                  |   Bin 358 -> 0 bytes
 .../icons/views/mod_obj.gif                        |   Bin 366 -> 0 bytes
 .../modules/IO.Cumulative_IO_Activity.dash         |   Bin 602 -> 0 bytes
 .../modules/IO.IO_Activity_by_Process.dash         |   Bin 620 -> 0 bytes
 .../Network.Processwise_Network_Traffic.dash       |   Bin 571 -> 0 bytes
 .../modules/Process.Profile_Kernel_functions.dash  |   Bin 517 -> 0 bytes
 .../modules/Profiling.Functions_profile.dash       |   Bin 584 -> 0 bytes
 .../Profiling.Unnecessary_Polling_Operations.dash  |   Bin 711 -> 0 bytes
 .../plugin.properties                              |    44 -
 .../plugin.xml                                     |   285 -
 .../pom.xml                                        |    25 -
 .../systemtap/ui/dashboard/DashboardAdapter.java   |   328 -
 .../systemtap/ui/dashboard/DashboardComposite.java |   498 -
 .../ui/dashboard/DashboardPerspective.java         |    74 -
 .../ui/dashboard/DashboardSessionSettings.java     |    24 -
 .../ui/dashboard/actions/ActivateGraphAction.java  |   121 -
 .../ui/dashboard/actions/CustomAction.java         |    28 -
 .../actions/ImportModuleLocationAction.java        |   100 -
 .../ui/dashboard/actions/PauseModuleAction.java    |   230 -
 .../ui/dashboard/actions/RunModuleAction.java      |   416 -
 .../ui/dashboard/actions/StopGraphAction.java      |    87 -
 .../ui/dashboard/actions/StopModuleAction.java     |   270 -
 .../actions/hidden/GetSelectedModule.java          |   115 -
 .../dashboard/internal/DashboardCloseMonitor.java  |    50 -
 .../ui/dashboard/internal/DashboardPlugin.java     |    94 -
 .../ui/dashboard/internal/Localization.java        |    22 -
 .../ui/dashboard/internal/localization.properties  |    13 -
 .../preferences/DashboardPreferenceConstants.java  |    20 -
 .../preferences/DashboardPreferencePage.java       |    59 -
 .../preferences/PreferenceInitializer.java         |    34 -
 .../ui/dashboard/structures/ActiveModuleData.java  |    28 -
 .../dashboard/structures/ActiveModuleTreeNode.java |    26 -
 .../dashboard/structures/DashboardGraphData.java   |    30 -
 .../structures/DashboardGraphsLocator.java         |    94 -
 .../structures/DashboardGraphsTreeBuilder.java     |   115 -
 .../ui/dashboard/structures/DashboardMetaData.java |   216 -
 .../ui/dashboard/structures/DashboardModule.java   |    60 -
 .../structures/DashboardModuleFileFilter.java      |    32 -
 .../structures/DashboardModuleLocator.java         |    98 -
 .../structures/DashboardModuleTreeBuilder.java     |   140 -
 .../ui/dashboard/structures/GraphTreeNode.java     |    25 -
 .../ui/dashboard/structures/ModuleTreeNode.java    |    25 -
 .../dashboard/views/ActiveModuleBrowserView.java   |   241 -
 .../views/DashboardGraphsBrowserView.java          |   156 -
 .../views/DashboardModuleBrowserView.java          |   101 -
 .../ui/dashboard/views/DashboardView.java          |   360 -
 .../systemtap/ui/dashboard/views/GraphsView.java   |   155 -
 .../systemtap/ui/dashboard/views/ModuleView.java   |   265 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    11 -
 .../ChangeLog                                      |    50 -
 .../META-INF/MANIFEST.MF                           |    21 -
 .../build.properties                               |     7 -
 .../icons/actions/export_wiz.gif                   |   Bin 329 -> 0 bytes
 .../icons/actions/file_obj.gif                     |   Bin 354 -> 0 bytes
 .../icons/actions/mod_obj.gif                      |   Bin 366 -> 0 bytes
 .../plugin.properties                              |    21 -
 .../plugin.xml                                     |   114 -
 .../pom.xml                                        |    25 -
 .../DashboardExtensionPlugin.java                  |    70 -
 .../ui/dashboardextension/Localization.java        |    22 -
 .../actions/AddScriptAction.java                   |   111 -
 .../actions/CreateModuleAction.java                |   321 -
 .../actions/DeleteScriptAction.java                |   111 -
 .../actions/ExportScriptAction.java                |   250 -
 .../actions/ViewScriptAction.java                  |   111 -
 .../dialogs/ExportScriptDialog.java                |   381 -
 .../ui/dashboardextension/dialogs/Messages.java    |    18 -
 .../dashboardextension/dialogs/ScriptDetails.java  |    72 -
 .../dashboardextension/dialogs/messages.properties |     4 -
 .../ui/dashboardextension/localization.properties  |    12 -
 .../Systemtap/User_Guide/SystemTap-Dashboard.html  |     7 +-
 .../Systemtap/User_Guide/SystemTap-Graphing.html   |     7 +-
 .../Systemtap/User_Guide/SystemTap-IDE.html        |   236 +-
 .../Systemtap/User_Guide/User-Guide.html           |    19 +-
 .../Systemtap/User_Guide/images/ContextAssist.png  |   Bin 0 -> 48943 bytes
 .../Systemtap/User_Guide/images/GraphingTab.png    |   Bin 0 -> 91044 bytes
 .../Systemtap/User_Guide/images/Multibar.png       |   Bin 53670 -> 0 bytes
 .../Systemtap/User_Guide/images/Multiline.png      |   Bin 55538 -> 0 bytes
 .../Systemtap/User_Guide/images/Multiscatter.png   |   Bin 56240 -> 0 bytes
 .../Systemtap/User_Guide/images/Newfile.png        |   Bin 32385 -> 45903 bytes
 .../images/SystemTapRunConfiguration.png           |   Bin 0 -> 88808 bytes
 .../User_Guide/images/SystemtapGraphDataView.png   |   Bin 0 -> 148450 bytes
 .../User_Guide/images/SystemtapGraphView.png       |   Bin 0 -> 146656 bytes
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../build-helper.xml                               |     2 +-
 .../extract-markup.xsl                             |     9 -
 .../plugin.properties                              |     2 +
 .../pom.xml                                        |     2 +-
 .../toc.xml                                        |     9 +-
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    22 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../plugin.xml                                     |    37 -
 .../pom.xml                                        |     4 +-
 .../internal/systemtap/ui/editor/EditorPlugin.java |    12 +-
 .../internal/systemtap/ui/editor/Localization.java |    13 +-
 .../systemtap/ui/editor/RecentFileLog.java         |   118 -
 .../ui/editor/actions/ActiveEditorAction.java      |    23 -
 .../systemtap/ui/editor/actions/EditorAction.java  |    70 -
 .../systemtap/ui/editor/DoubleClickStrategy.java   |     1 +
 .../ui/editor/NonRuleBasedDamagerRepairer.java     |     3 +
 .../systemtap/ui/editor/PathEditorInput.java       |    22 +-
 .../systemtap/ui/editor/RecentFileMenuManager.java |    42 -
 .../systemtap/ui/editor/SimpleEditor.java          |    39 +-
 .../systemtap/ui/editor/WhitespaceDetector.java    |     1 +
 .../systemtap/ui/editor/WordDetector.java          |     2 +
 .../ui/editor/actions/file/OpenFileAction.java     |    64 +-
 .../editor/actions/file/OpenRecentFileAction.java  |    45 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |    11 -
 .../ChangeLog                                      |    44 -
 .../META-INF/MANIFEST.MF                           |    21 -
 .../icons/actions/run_chart.gif                    |   Bin 612 -> 0 bytes
 .../plugin.properties                              |    18 -
 .../plugin.xml                                     |    93 -
 .../pom.xml                                        |    26 -
 .../ui/graphicalrun/GraphicalRunPlugin.java        |    69 -
 .../graphicalrun/actions/ModifyParsingAction.java  |   104 -
 .../graphicalrun/actions/RunScriptChartAction.java |   150 -
 .../structures/ChartStreamDaemon2.java             |    55 -
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    22 +-
 .../META-INF/MANIFEST.MF                           |    10 +-
 .../plugin.properties                              |     2 +-
 .../plugin.xml                                     |    53 +-
 .../pom.xml                                        |     4 +-
 .../systemtap/ui/graphing/GraphingPlugin.java      |    20 +-
 .../systemtap/ui/graphing/Localization.java        |    13 +-
 .../ui/graphing/actions/ExportDataSetAction.java   |    86 +-
 .../ui/graphing/actions/ImportDataSetAction.java   |   100 +-
 .../graphing/actions/OpenScriptOutputAction.java   |   100 +-
 .../ui/graphing/actions/SaveGraphImageAction.java  |   141 +-
 .../systemtap/ui/graphing/localization.properties  |     5 +
 .../preferences/DataTablePreferencePage.java       |    39 +-
 .../graphing/preferences/GraphPreferencePage.java  |    40 +-
 .../preferences/GraphingPreferenceConstants.java   |     2 +-
 .../preferences/GraphingPreferencePage.java        |    22 +-
 .../preferences/PreferenceInitializer.java         |     7 -
 .../systemtap/ui/graphing/views/Messages.java      |    26 +
 .../ui/graphing/views/messages.properties          |     1 +
 .../systemtap/ui/graphing/GraphDisplaySet.java     |   259 +
 .../systemtap/ui/graphing/GraphingConstants.java   |     3 +-
 .../systemtap/ui/graphing/GraphingPerspective.java |    48 -
 .../ui/graphing/structures/GraphDisplaySet.java    |   275 -
 .../ui/graphing/views/GraphSelectorEditor.java     |   216 +
 .../graphing/views/GraphSelectorEditorInput.java   |    52 +
 .../ui/graphing/views/GraphSelectorView.java       |   185 -
 .../.project                                       |    28 -
 .../META-INF/MANIFEST.MF                           |    11 -
 .../pom.xml                                        |    47 -
 .../ui/graphingapi/nonui/tests/AllTests.java       |    66 -
 .../ui/graphingapi/nonui/tests/MockDataSet.java    |    72 -
 .../tests/aggregates/AverageAggregateTest.java     |    61 -
 .../nonui/tests/aggregates/CountAggregateTest.java |    61 -
 .../nonui/tests/aggregates/MaxAggregateTest.java   |    60 -
 .../nonui/tests/aggregates/MinAggregateTest.java   |    61 -
 .../nonui/tests/aggregates/SumAggregateTest.java   |    62 -
 .../tests/datasets/row/FilteredRowDataSetTest.java |   280 -
 .../nonui/tests/datasets/row/RowDataSetTest.java   |   160 -
 .../nonui/tests/datasets/row/RowEntryTest.java     |   117 -
 .../nonui/tests/datasets/row/RowParserTest.java    |    64 -
 .../datasets/table/FilteredTableDataSetTest.java   |   273 -
 .../tests/datasets/table/TableDataSetTest.java     |   167 -
 .../nonui/tests/datasets/table/TableEntryTest.java |   125 -
 .../tests/datasets/table/TableParserTest.java      |    65 -
 .../nonui/tests/filters/MatchFilterTest.java       |    73 -
 .../nonui/tests/filters/RangeFilterTest.java       |   136 -
 .../nonui/tests/filters/SortFilterTest.java        |   103 -
 .../nonui/tests/filters/UniqueFilterTest.java      |    87 -
 .../tests/structures/ChartStreamDaemonTest.java    |    51 -
 .../nonui/tests/structures/NumberTypeTest.java     |    68 -
 .../nonui/tests/structures/UpdateManagerTest.java  |    50 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     7 -
 .../META-INF/MANIFEST.MF                           |    21 -
 .../about.html                                     |    28 -
 .../plugin.properties                              |     2 -
 .../pom.xml                                        |    25 -
 .../graphingapi/nonui/GraphingAPINonUIPlugin.java  |    73 -
 .../ui/graphingapi/nonui/Localization.java         |    22 -
 .../ui/graphingapi/nonui/IGraphColorConstants.java |   293 -
 .../graphingapi/nonui/adapters/BlockAdapter.java   |   172 -
 .../ui/graphingapi/nonui/adapters/IAdapter.java    |    38 -
 .../graphingapi/nonui/adapters/ScrollAdapter.java  |   177 -
 .../nonui/aggregates/AverageAggregate.java         |    43 -
 .../nonui/aggregates/CountAggregate.java           |    40 -
 .../nonui/aggregates/IDataAggregate.java           |    17 -
 .../graphingapi/nonui/aggregates/MaxAggregate.java |    44 -
 .../graphingapi/nonui/aggregates/MinAggregate.java |    44 -
 .../graphingapi/nonui/aggregates/SumAggregate.java |    42 -
 .../graphingapi/nonui/datasets/IBlockDataSet.java  |    16 -
 .../ui/graphingapi/nonui/datasets/IDataEntry.java  |    25 -
 .../ui/graphingapi/nonui/datasets/IDataSet.java    |    35 -
 .../graphingapi/nonui/datasets/IDataSetParser.java |    30 -
 .../nonui/datasets/IFilteredDataSet.java           |    21 -
 .../nonui/datasets/IHistoricalDataSet.java         |    22 -
 .../nonui/datasets/row/FilteredRowDataSet.java     |   161 -
 .../graphingapi/nonui/datasets/row/RowDataSet.java |   185 -
 .../graphingapi/nonui/datasets/row/RowEntry.java   |    79 -
 .../graphingapi/nonui/datasets/row/RowParser.java  |    88 -
 .../nonui/datasets/table/FilteredTableDataSet.java |   177 -
 .../nonui/datasets/table/TableDataSet.java         |   206 -
 .../nonui/datasets/table/TableEntry.java           |   112 -
 .../nonui/datasets/table/TableParser.java          |   104 -
 .../graphingapi/nonui/filters/IDataSetFilter.java  |    22 -
 .../ui/graphingapi/nonui/filters/MatchFilter.java  |    75 -
 .../ui/graphingapi/nonui/filters/RangeFilter.java  |   113 -
 .../ui/graphingapi/nonui/filters/SortFilter.java   |    88 -
 .../ui/graphingapi/nonui/filters/UniqueFilter.java |   110 -
 .../nonui/structures/ChartStreamDaemon.java        |    65 -
 .../ui/graphingapi/nonui/structures/DataPoint.java |    26 -
 .../ui/graphingapi/nonui/structures/GraphData.java |    20 -
 .../graphingapi/nonui/structures/NumberType.java   |   105 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     7 -
 .../META-INF/MANIFEST.MF                           |    26 -
 .../about.html                                     |    28 -
 .../build.properties                               |     8 -
 .../plugin.properties                              |     6 -
 .../plugin.xml                                     |    27 -
 .../pom.xml                                        |    24 -
 .../ui/graphingapi/ui/GraphingAPIUIPlugin.java     |    67 -
 .../systemtap/ui/graphingapi/ui/Localization.java  |    21 -
 .../ui/graphingapi/ui/localization.properties      |   148 -
 .../ui/charts/AbstractChartBuilder.java            |   220 -
 .../ui/charts/AbstractChartWithAxisBuilder.java    |   127 -
 .../ui/charts/AbstractChartWithoutAxisBuilder.java |    25 -
 .../ui/graphingapi/ui/charts/AreaChartBuilder.java |    42 -
 .../ui/graphingapi/ui/charts/BarChartBuilder.java  |    58 -
 .../ui/graphingapi/ui/charts/LineChartBuilder.java |    62 -
 .../ui/graphingapi/ui/charts/PieChartBuilder.java  |    65 -
 .../graphingapi/ui/charts/ScatterChartBuilder.java |    43 -
 .../ui/graphingapi/ui/datadisplay/DataGrid.java    |   344 -
 .../systemtap/ui/graphingapi/ui/graphs/AChart.java |   130 -
 .../systemtap/ui/graphingapi/ui/graphs/AGraph.java |   250 -
 .../ui/graphingapi/ui/graphs/BarGraph.java         |   141 -
 .../ui/graphingapi/ui/graphs/IBlockGraph.java      |    16 -
 .../systemtap/ui/graphingapi/ui/graphs/IGraph.java |    26 -
 .../ui/graphingapi/ui/graphs/IScrollGraph.java     |    16 -
 .../ui/graphingapi/ui/graphs/LineGraph.java        |   121 -
 .../ui/graphingapi/ui/graphs/PieChart.java         |   109 -
 .../ui/graphingapi/ui/graphs/ScatterGraph.java     |   122 -
 .../ui/preferences/DataTablePreferencePage.java    |    58 -
 .../ui/preferences/GraphPreferencePage.java        |    76 -
 .../GraphingAPIPreferenceConstants.java            |    26 -
 .../ui/preferences/GraphingAPIPreferencePage.java  |    39 -
 .../ui/preferences/PreferenceInitializer.java      |    34 -
 .../ui/graphingapi/ui/widgets/GraphAxis.java       |   203 -
 .../ui/graphingapi/ui/widgets/GraphAxis2.java      |   118 -
 .../ui/graphingapi/ui/widgets/GraphCanvas.java     |   257 -
 .../ui/graphingapi/ui/widgets/GraphComposite.java  |   248 -
 .../ui/graphingapi/ui/widgets/GraphLabel.java      |   104 -
 .../ui/graphingapi/ui/widgets/GraphLegend.java     |   108 -
 .../ui/graphingapi/ui/widgets/IGraphPrimitive.java |    54 -
 .../ui/wizards/dataset/DataSetFactory.java         |   146 -
 .../ui/wizards/dataset/DataSetWizard.java          |   198 -
 .../ui/wizards/dataset/ParsingWizardPage.java      |   219 -
 .../wizards/dataset/SelectDataSetWizardPage.java   |   107 -
 .../dataset/SelectRowParsingWizardPage.java        |   133 -
 .../dataset/SelectTableParsingWizardPage.java      |   152 -
 .../ui/wizards/filter/AggregateFactory.java        |    87 -
 .../ui/wizards/filter/AvailableFilterTypes.java    |   121 -
 .../ui/wizards/filter/FilterWizardPage.java        |    61 -
 .../ui/wizards/filter/MatchFilterWizardPage.java   |   131 -
 .../ui/wizards/filter/RangeFilterWizardPage.java   |   179 -
 .../ui/wizards/filter/SelectFilterWizard.java      |    90 -
 .../ui/wizards/filter/SelectFilterWizardPage.java  |   122 -
 .../ui/wizards/filter/SortFilterWizardPage.java    |   112 -
 .../ui/wizards/filter/UniqueFilterWizardPage.java  |   153 -
 .../graphingapi/ui/wizards/graph/GraphFactory.java |   176 -
 .../graphingapi/ui/wizards/graph/GraphModel.java   |    89 -
 .../ui/wizards/graph/SelectGraphWizard.java        |    76 -
 .../ui/wizards/graph/SelectGraphWizardPage.java    |   121 -
 .../ui/wizards/graph/SelectSeriesWizardPage.java   |   331 -
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |     6 +-
 .../META-INF/MANIFEST.MF                           |    25 +-
 .../pom.xml                                        |     2 +-
 .../linuxtools/systemtap/ui/ide/test/AllTests.java |     6 +-
 .../test/ConditionalExpressionValidatorTest.java   |    39 +
 .../ui/ide/test/DirectoryValidatorTest.java        |    36 +
 .../editors/stp/STPCompletionProcessorTest.java    |   252 +
 .../ide/test/structures/StapErrorParserTest.java   |     2 +-
 .../ui/ide/test/structures/TreeSettingsTest.java   |     4 +-
 .../ide/test/swtbot/TestCreateSystemtapScript.java |   231 +
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    92 +-
 .../META-INF/MANIFEST.MF                           |    31 +-
 .../build.properties                               |     3 +-
 .../completion/static_probe_list.properties        |    57 +
 .../completion/stp_completion.properties           |   569 -
 .../icons/graphing_tab.gif                         |   Bin 0 -> 225 bytes
 .../icons/main_tab.gif                             |   Bin 0 -> 354 bytes
 .../icons/smileytap_small.gif                      |   Bin 0 -> 946 bytes
 .../plugin.properties                              |     5 +
 .../plugin.xml                                     |   171 +-
 .../pom.xml                                        |     4 +-
 .../internal/systemtap/ui/ide/IDECloseMonitor.java |    92 +-
 .../internal/systemtap/ui/ide/IDEPerspective.java  |    68 +
 .../internal/systemtap/ui/ide/IDEPlugin.java       |    27 +-
 .../systemtap/ui/ide/IDESessionSettings.java       |    68 +
 .../internal/systemtap/ui/ide/Localization.java    |    13 +-
 .../systemtap/ui/ide/actions/AddStapProbe.java     |   158 +
 .../systemtap/ui/ide/actions/DefinitionAction.java |   148 +
 .../ui/ide/actions/FunctionBrowserAction.java      |   146 +
 .../ui/ide/actions/ImportTapsetAction.java         |    99 +
 .../ui/ide/actions/KernelSourceAction.java         |   151 +
 .../systemtap/ui/ide/actions/Messages.java         |    33 +
 .../systemtap/ui/ide/actions/ProbeAliasAction.java |   137 +
 .../ui/ide/actions/RunScriptByPathAction.java      |    51 -
 .../ui/ide/actions/RunScriptChartHandler.java      |    65 +
 .../systemtap/ui/ide/actions/RunScriptHandler.java |   409 +
 .../systemtap/ui/ide/actions/TempFileAction.java   |    54 +
 .../ui/ide/actions/TreeExpandCollapseAction.java   |    94 +
 .../ide/actions/hidden/FunctionBrowserAction.java  |   146 -
 .../ui/ide/actions/hidden/KernelSourceAction.java  |   153 -
 .../ui/ide/actions/hidden/ProbeAliasAction.java    |   135 -
 .../actions/hidden/TreeExpandCollapseAction.java   |   135 -
 .../systemtap/ui/ide/actions/messages.properties   |    16 +
 .../systemtap/ui/ide/dialogs/ErrorMessage.java     |    31 -
 .../systemtap/ui/ide/editors/c/CConfiguration.java |   106 -
 .../ui/ide/editors/c/CDocumentProvider.java        |    51 -
 .../systemtap/ui/ide/editors/c/CEditor.java        |   321 -
 .../ui/ide/editors/c/CPartitionScanner.java        |    42 -
 .../systemtap/ui/ide/editors/c/CScanner.java       |   113 -
 .../ui/ide/editors/c/ICColorConstants.java         |    28 -
 .../systemtap/ui/ide/editors/stp/Messages.java     |    29 +
 .../ui/ide/editors/stp/STPAutoEditStrategy.java    |    47 +
 .../ui/ide/editors/stp/STPCompletionProcessor.java |   458 +-
 .../ui/ide/editors/stp/STPConfiguration.java       |    55 +-
 .../ui/ide/editors/stp/STPDocumentProvider.java    |    57 +-
 .../systemtap/ui/ide/editors/stp/STPEditor.java    |    66 +-
 .../ui/ide/editors/stp/STPElementScanner.java      |    52 +-
 .../ui/ide/editors/stp/STPMetadataSingleton.java   |   312 +-
 .../ui/ide/editors/stp/STPPartitionScanner.java    |    37 +-
 .../ui/ide/editors/stp/STPPartitioner.java         |    23 -
 .../ui/ide/editors/stp/STPReconcilingStrategy.java |    14 +-
 .../ui/ide/editors/stp/messages.properties         |    24 +
 .../ui/ide/editors/stp/strings.properties          |   568 -
 .../systemtap/ui/ide/launcher/Messages.java        |    40 +
 .../launcher/SystemTapScriptGraphOptionsTab.java   |   575 +
 ...SystemTapScriptLaunchConfigurationDelegate.java |    60 +-
 .../SystemTapScriptLaunchConfigurationTab.java     |    61 +-
 ...SystemTapScriptLaunchConfigurationTabGroup.java |     6 +-
 .../launcher/SystemTapScriptLaunchShortcut.java    |    94 +-
 .../ui/ide/launcher/SystemTapScriptOptionsTab.java |   281 +
 .../ui/ide/launcher/SystemTapScriptTester.java     |    50 -
 .../systemtap/ui/ide/launcher/messages.properties  |    44 +-
 .../systemtap/ui/ide/localization.properties       |    14 +-
 .../ide/preferences/CodeAssistPreferencePage.java  |    34 +-
 .../ConditionalExpressionValidator.java            |    46 +
 .../ConditionalFilterPreferencePage.java           |    20 +-
 .../ui/ide/preferences/DirectoryValidator.java     |    43 +
 .../ui/ide/preferences/EditorPreferencePage.java   |    25 +-
 .../ui/ide/preferences/IDEPreferenceConstants.java |    66 +-
 .../ui/ide/preferences/IDEPreferencePage.java      |    19 +-
 .../systemtap/ui/ide/preferences/ListEditor.java   |    77 +
 .../systemtap/ui/ide/preferences/Messages.java     |    33 +
 .../ui/ide/preferences/PathPreferencePage.java     |    17 +-
 .../ui/ide/preferences/PreferenceInitializer.java  |    96 +-
 .../ide/preferences/StapOptionsPreferencePage.java |    62 -
 .../ui/ide/preferences/StapPreferencePage.java     |    47 -
 .../preferences/SyntaxColoringPreferencePage.java  |   120 +-
 .../ui/ide/preferences/TapsetsPreferencePage.java  |    22 +-
 .../ui/ide/preferences/messages.properties         |    19 +
 .../ui/ide/structures/FunctionParser.java          |   136 +
 .../systemtap/ui/ide/structures/Messages.java      |    31 +
 .../systemtap/ui/ide/structures/ProbeParser.java   |   236 +
 .../ui/ide/structures/StapErrorParser.java         |    87 +
 .../systemtap/ui/ide/structures/TapsetLibrary.java |   394 +
 .../systemtap/ui/ide/structures/TapsetParser.java  |   184 +
 .../systemtap/ui/ide/structures/TreeSettings.java  |   283 +
 .../ui/ide/structures/messages.properties          |    15 +
 .../ui/ide/uistructures/StapSettingsDialog.java    |   177 -
 .../systemtap/ui/ide/views/BrowserView.java        |   124 +-
 .../ui/ide/views/FunctionBrowserView.java          |    84 +-
 .../systemtap/ui/ide/views/KernelBrowserView.java  |    88 +-
 .../ui/ide/views/ProbeAliasBrowserView.java        |    58 +-
 .../systemtap/ui/ide/wizards/StapNewWizard.java    |   144 +
 .../ui/ide/wizards/StapNewWizardPage.java          |   203 +
 .../ui/ide/wizards/stap_strings.properties         |    26 +
 .../systemtap/ui/ide/IDEPerspective.java           |    69 -
 .../systemtap/ui/ide/IDESessionSettings.java       |    70 -
 .../systemtap/ui/ide/actions/DefinitionAction.java |   154 -
 .../ui/ide/actions/ImportTapsetAction.java         |   105 -
 .../systemtap/ui/ide/actions/RunScriptAction.java  |    96 -
 .../ui/ide/actions/RunScriptBaseAction.java        |   334 -
 .../ui/ide/actions/RunScriptOptionsAction.java     |    95 -
 .../systemtap/ui/ide/actions/TempFileAction.java   |    55 -
 .../systemtap/ui/ide/structures/Query.java         |   177 -
 .../ui/ide/structures/StapErrorParser.java         |    84 -
 .../systemtap/ui/ide/structures/TapsetLibrary.java |   213 -
 .../systemtap/ui/ide/structures/TapsetParser.java  |   473 -
 .../systemtap/ui/ide/structures/TreeSettings.java  |   259 -
 .../systemtap/ui/ide/wizards/StapNewWizard.java    |   152 -
 .../ui/ide/wizards/StapNewWizardPage.java          |   196 -
 .../ui/ide/wizards/stap_strings.properties         |    14 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     7 -
 .../ChangeLog                                      |    27 -
 .../META-INF/MANIFEST.MF                           |    15 -
 .../about.html                                     |    28 -
 .../build.properties                               |     7 -
 .../plugin.properties                              |     3 -
 .../plugin.xml                                     |    17 -
 .../pom.xml                                        |    26 -
 .../systemtap/ui/logging/Localization.java         |    22 -
 .../internal/systemtap/ui/logging/LogDaemon.java   |    70 -
 .../internal/systemtap/ui/logging/LogEntry.java    |    25 -
 .../systemtap/ui/logging/LoggingPlugin.java        |    67 -
 .../systemtap/ui/logging/localization.properties   |    10 -
 .../logging/preferences/LoggingPreferencePage.java |    67 -
 .../logging/preferences/PreferenceConstants.java   |    49 -
 .../logging/preferences/PreferenceInitializer.java |    32 -
 .../systemtap/ui/logging/LogManager.java           |   203 -
 .../.classpath                                     |     7 -
 .../.project                                       |    28 -
 .../.settings/org.eclipse.jdt.core.prefs           |    91 -
 .../META-INF/MANIFEST.MF                           |    14 -
 .../pom.xml                                        |    47 -
 .../systemtap/ui/structures/AllTests.java          |    37 -
 .../ui/structures/CCodeFileFilterTest.java         |    34 -
 .../systemtap/ui/structures/CopierTest.java        |    48 -
 .../systemtap/ui/structures/IndexedObjectTest.java |    34 -
 .../ui/structures/KernelSourceTreeTest.java        |    72 -
 .../ui/structures/LoggingStreamDaemonTest.java     |    58 -
 .../systemtap/ui/structures/SortTest.java          |    77 -
 .../ui/structures/StringFormatterTest.java         |    87 -
 .../ui/structures/TreeDefinitionNodeTest.java      |    79 -
 .../systemtap/ui/structures/TreeNodeTest.java      |   243 -
 .../systemtap/ui/structures/ZipArchiveTest.java    |    84 -
 .../ui/structures/runnable/CommandTest.java        |    83 -
 .../ui/structures/runnable/LoggedCommandTest.java  |    61 -
 .../ui/structures/runnable/StreamGobblerTest.java  |    74 -
 .../ConditionalExpressionValidatorTest.java        |    27 -
 .../validators/DirectoryValidatorTest.java         |    24 -
 .../validators/IntegerValidatorTest.java           |    24 -
 .../structures/validators/MultiValidatorTest.java  |    39 -
 .../structures/validators/NumberValidatorTest.java |    23 -
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     7 -
 .../META-INF/MANIFEST.MF                           |    21 -
 .../about.html                                     |    28 -
 .../pom.xml                                        |    26 -
 .../systemtap/ui/structures/Localization.java      |    22 -
 .../systemtap/ui/structures/StructuresPlugin.java  |    67 -
 .../ui/structures/localization.properties          |    24 -
 .../systemtap/ui/structures/CCodeFileFilter.java   |    53 -
 .../linuxtools/systemtap/ui/structures/Copier.java |    48 -
 .../systemtap/ui/structures/IFormattingStyles.java |    30 -
 .../systemtap/ui/structures/IPasswordPrompt.java   |    16 -
 .../systemtap/ui/structures/IndexedObject.java     |    37 -
 .../systemtap/ui/structures/JarArchive.java        |    80 -
 .../systemtap/ui/structures/KernelSourceTree.java  |   126 -
 .../ui/structures/LoggingStreamDaemon.java         |   132 -
 .../systemtap/ui/structures/PasswordPrompt.java    |    65 -
 .../systemtap/ui/structures/RegExParser.java       |    57 -
 .../linuxtools/systemtap/ui/structures/Sort.java   |    69 -
 .../systemtap/ui/structures/StringFormatter.java   |    58 -
 .../ui/structures/TreeDefinitionNode.java          |    35 -
 .../systemtap/ui/structures/TreeNode.java          |   131 -
 .../systemtap/ui/structures/UpdateManager.java     |    85 -
 .../systemtap/ui/structures/ZipArchive.java        |   141 -
 .../ui/structures/listeners/IActionListener.java   |    16 -
 .../ui/structures/listeners/IGobblerListener.java  |    21 -
 .../ui/structures/listeners/ITabListener.java      |    18 -
 .../ui/structures/listeners/IUpdateListener.java   |    16 -
 .../systemtap/ui/structures/runnable/Command.java  |   282 -
 .../ui/structures/runnable/LoggedCommand.java      |   100 -
 .../ui/structures/runnable/StreamGobbler.java      |   171 -
 .../ui/structures/ui/ComboFieldEditor.java         |   204 -
 .../systemtap/ui/structures/ui/ListEditor.java     |    77 -
 .../systemtap/ui/structures/ui/PasswordDialog.java |    98 -
 .../validators/ConditionalExpressionValidator.java |    41 -
 .../structures/validators/DirectoryValidator.java  |    39 -
 .../ui/structures/validators/IntegerValidator.java |    36 -
 .../ui/structures/validators/MultiValidator.java   |    42 -
 .../ui/structures/validators/NumberValidator.java  |    38 -
 .../.classpath                                     |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    26 +-
 .../META-INF/MANIFEST.MF                           |     7 +-
 .../build.properties                               |     3 -
 .../icons/eclipse.gif                              |   Bin 308 -> 0 bytes
 .../icons/perspective_obj.gif                      |   Bin 361 -> 0 bytes
 .../icons/welcome.gif                              |   Bin 553 -> 0 bytes
 .../plugin.xml                                     |    34 +-
 .../plugin_customization.ini                       |     6 -
 .../pom.xml                                        |     4 +-
 .../splash.bmp                                     |   Bin 464694 -> 0 bytes
 .../systemtap/ui/systemtapgui/Localization.java    |    13 +-
 .../ui/systemtapgui/SystemTapGUIPlugin.java        |    24 +-
 .../ui/systemtapgui/localization.properties        |    10 -
 .../preferences/SystemTapPreferencePage.java       |    40 +
 .../ui/systemtapgui/views/WelcomeView.java         |    87 -
 .../systemtap/ui/systemtapgui/Application.java     |    43 -
 .../systemtapgui/ApplicationActionBarAdvisor.java  |   330 -
 .../systemtapgui/ApplicationWorkbenchAdvisor.java  |    54 -
 .../ApplicationWorkbenchWindowAdvisor.java         |    61 -
 .../systemtap/ui/systemtapgui/Perspective.java     |    44 -
 .../ui/systemtapgui/SystemTapGUISettings.java      |    11 +-
 .../EnvironmentVariablesPreferencePage.java        |    80 +-
 .../preferences/PreferenceConstants.java           |    18 +-
 .../preferences/PreferenceInitializer.java         |    29 -
 .../preferences/SystemTapPreferencePage.java       |    57 -
 .../.settings/org.eclipse.jdt.core.prefs           |     6 +-
 .../META-INF/MANIFEST.MF                           |    15 +-
 .../build.properties                               |     3 +-
 .../plugin.xml                                     |    16 -
 .../pom.xml                                        |     2 +-
 .../ui/tests/SystemtapGuiMockProcess.java          |    56 -
 .../ui/tests/SystemtapGuiTestsPlugin.java          |    85 -
 .../systemtap/ui/tests/SystemtapTest.java          |    40 +
 .../.project                                       |    17 -
 .../build.properties                               |     3 -
 .../feature.properties                             |   112 -
 .../feature.xml                                    |    27 -
 .../p2.inf                                         |     3 -
 .../pom.xml                                        |    26 -
 .../org.eclipse.linuxtools.threadprofiler/.project |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     8 -
 .../org.eclipse.linuxtools.threadprofiler/Axis.png |   Bin 3158 -> 0 bytes
 .../META-INF/MANIFEST.MF                           |    15 -
 .../ThreadProfile.stp                              |    85 -
 .../build.properties                               |     6 -
 .../graphtest.stp                                  |     7 -
 .../icons/pause.gif                                |   Bin 230 -> 0 bytes
 .../icons/perform.png                              |   Bin 1038 -> 0 bytes
 .../plugin.xml                                     |    77 -
 .../org.eclipse.linuxtools.threadprofiler/pom.xml  |    26 -
 .../threadprofiler/CircularPointBuffer.java        |    78 -
 .../internal/threadprofiler/DataPoint.java         |    63 -
 .../internal/threadprofiler/GraphColorScheme.java  |    75 -
 .../threadprofiler/GraphCoordinateSystem.java      |    96 -
 .../internal/threadprofiler/GraphPointBuffer.java  |    22 -
 .../threadprofiler/LaunchThreadProfiler.java       |    41 -
 .../internal/threadprofiler/ThreadDataPoint.java   |     5 -
 .../threadprofiler/ThreadProfilerParser.java       |    61 -
 .../threadprofiler/ThreadProfilerPlugin.java       |    88 -
 .../threadprofiler/ThreadProfilerView.java         |   454 -
 .../threadprofiler/TransformationMatrix.java       |    71 -
 .../internal/threadprofiler/graphs/GraphAxis.java  |    25 -
 .../internal/threadprofiler/graphs/GraphModel.java |   246 -
 .../internal/threadprofiler/graphs/MultiGraph.java |   147 -
 .../threadprofiler/graphs/ThreadGraph.java         |    82 -
 .../threadprofiler.patch                           |  1237 -
 systemtap/pom.xml                                  |    33 +-
 .../feature.xml                                    |     2 +-
 .../pom.xml                                        |     4 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    85 +-
 .../META-INF/MANIFEST.MF                           |     6 +-
 .../pom.xml                                        |     2 +-
 .../cachegrind/tests/AbstractCachegrindTest.java   |     9 +-
 .../cachegrind/tests/LaunchConfigTabTest.java      |   126 +-
 .../cachegrind/tests/MultiProcessTest.java         |     2 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../plugin.xml                                     |     2 +-
 .../pom.xml                                        |     2 +-
 .../cachegrind/CachegrindLabelProvider.java        |    19 +
 .../valgrind/cachegrind/CachegrindPlugin.java      |    44 +-
 .../valgrind/cachegrind/CachegrindToolPage.java    |     2 +-
 .../valgrind/cachegrind/CachegrindViewPart.java    |     2 +
 .../valgrind/cachegrind/messages.properties        |     1 +
 .../META-INF/MANIFEST.MF                           |    12 +-
 .../org.eclipse.linuxtools.valgrind.core/pom.xml   |     2 +-
 .../valgrind/core/CommandLineConstants.java        |    40 -
 .../core/LaunchConfigurationConstants.java         |    60 -
 .../internal/valgrind/core/PluginConstants.java    |    15 +-
 .../internal/valgrind/core/ValgrindCommand.java    |     1 +
 .../internal/valgrind/core/ValgrindCoreParser.java |     1 +
 .../internal/valgrind/core/ValgrindPlugin.java     |    59 -
 .../valgrind/core/CommandLineConstants.java        |    40 +
 .../Valgrind/User_Guide/General-Usage.html         |     8 +-
 .../Valgrind/User_Guide/Remote-Valgrind.html       |     2 +-
 .../Valgrind/User_Guide/Using-Cachegrind.html      |     4 +-
 .../Valgrind/User_Guide/Using-Helgrind.html        |     2 +-
 .../Valgrind/User_Guide/Using-Massif.html          |     4 +-
 .../Valgrind/User_Guide/Using-Memcheck.html        |     2 +-
 .../Valgrind/User_Guide/images/HelgrindOutput.png  |   Bin 56222 -> 0 bytes
 .../Valgrind/User_Guide/images/Vg_config.png       |   Bin 0 -> 65526 bytes
 .../User_Guide/images/Vg_original_menu.png         |   Bin 0 -> 23826 bytes
 .../build-helper.xml                               |     2 +-
 .../extract-markup.xsl                             |     9 -
 .../org.eclipse.linuxtools.valgrind.doc/pom.xml    |     2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    85 +-
 .../META-INF/MANIFEST.MF                           |     6 +-
 .../pom.xml                                        |     2 +-
 .../helgrind/tests/AbstractHelgrindTest.java       |     7 -
 .../valgrind/helgrind/tests/BasicHelgrindTest.java |     4 +-
 .../helgrind/tests/LaunchConfigTabTest.java        |   110 +-
 .../testHelgrindGeneric/template_valgrind_1770.txt |    16 -
 .../META-INF/MANIFEST.MF                           |     2 -
 .../pom.xml                                        |     2 +-
 .../internal/valgrind/helgrind/HelgrindPlugin.java |    43 +-
 .../valgrind/helgrind/HelgrindToolPage.java        |     2 +-
 .../.classpath                                     |     7 -
 .../.project                                       |    34 -
 .../.settings/org.eclipse.jdt.core.prefs           |     8 -
 .../ChangeLog                                      |   146 -
 .../META-INF/MANIFEST.MF                           |    24 -
 .../OSGI-INF/l10n/bundle.properties                |     6 -
 .../about.html                                     |    28 -
 .../build.properties                               |     9 -
 .../icons/valgrind-icon.png                        |   Bin 713 -> 0 bytes
 .../plugin.xml                                     |    44 -
 .../pom.xml                                        |    44 -
 .../internal/valgrind/launch/remote/Messages.java  |    44 -
 .../remote/ValgrindRemoteLaunchConstants.java      |    25 -
 .../remote/ValgrindRemoteLaunchDelegate.java       |   209 -
 .../remote/ValgrindRemoteLaunchShortcut.java       |    17 -
 .../remote/ValgrindRemoteLaunchTabGroup.java       |    25 -
 .../launch/remote/ValgrindRemotePlugin.java        |    62 -
 .../valgrind/launch/remote/ValgrindRemoteTab.java  |   157 -
 .../valgrind/launch/remote/messages.properties     |    20 -
 .../META-INF/MANIFEST.MF                           |     2 +-
 .../plugin.properties                              |     2 +
 .../plugin.xml                                     |    24 +-
 .../org.eclipse.linuxtools.valgrind.launch/pom.xml |     4 +-
 .../launch/LaunchConfigurationConstants.java       |    60 +
 .../valgrind/launch/ValgrindExportWizard.java      |    13 +-
 .../valgrind/launch/ValgrindExportWizardPage.java  |     1 -
 .../ValgrindLaunchConfigurationDelegate.java       |     8 +-
 .../valgrind/launch/ValgrindLaunchPlugin.java      |    49 +-
 .../valgrind/launch/ValgrindLaunchShortcut.java    |     5 +-
 .../valgrind/launch/ValgrindOptionsTab.java        |     1 -
 .../.settings/org.eclipse.jdt.core.prefs           |    90 +-
 .../META-INF/MANIFEST.MF                           |     5 +-
 .../pom.xml                                        |     2 +-
 .../valgrind/massif/tests/AbstractMassifTest.java  |    46 +-
 .../valgrind/massif/tests/BasicMassifTest.java     |    14 +-
 .../valgrind/massif/tests/ChartExportTest.java     |    33 +-
 .../internal/valgrind/massif/tests/ChartTests.java |     5 +-
 .../valgrind/massif/tests/DoubleClickTest.java     |    33 +-
 .../valgrind/massif/tests/ExportWizardTest.java    |    27 +-
 .../valgrind/massif/tests/LaunchConfigTabTest.java |   298 +-
 .../valgrind/massif/tests/MultiProcessTest.java    |    14 +-
 .../META-INF/MANIFEST.MF                           |     2 -
 .../org.eclipse.linuxtools.valgrind.massif/pom.xml |     2 +-
 .../internal/valgrind/massif/MassifPlugin.java     |    20 +-
 .../internal/valgrind/massif/MassifToolPage.java   |     2 +-
 .../valgrind/massif/charting/ChartEditor.java      |    14 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    90 +-
 .../META-INF/MANIFEST.MF                           |     5 +-
 .../pom.xml                                        |     2 +-
 .../memcheck/tests/AbstractMemcheckTest.java       |    55 +-
 .../valgrind/memcheck/tests/BasicMemcheckTest.java |    11 +-
 .../valgrind/memcheck/tests/DoubleClickTest.java   |    93 +-
 .../memcheck/tests/LaunchConfigTabTest.java        |   178 +-
 .../tests/LinkedResourceDoubleClickTest.java       |    66 +-
 .../valgrind/memcheck/tests/MinVersionTest.java    |    26 +-
 .../valgrind/memcheck/tests/MultiProcessTest.java  |    14 +-
 .../valgrind/memcheck/tests/SignalTest.java        |     8 +-
 .../META-INF/MANIFEST.MF                           |     5 +-
 .../pom.xml                                        |     2 +-
 .../internal/valgrind/memcheck/MemcheckPlugin.java |    45 +-
 .../valgrind/memcheck/MemcheckToolPage.java        |     2 +-
 .../feature.xml                                    |    23 +-
 .../pom.xml                                        |     4 +-
 .../META-INF/MANIFEST.MF                           |     4 +-
 .../org.eclipse.linuxtools.valgrind.tests/pom.xml  |     2 +-
 .../valgrind/tests/AbstractValgrindTest.java       |    29 +-
 .../valgrind/tests/ValgrindTestsPlugin.java        |    69 +-
 .../META-INF/MANIFEST.MF                           |     3 -
 .../pom.xml                                        |     2 +-
 .../valgrind/ui/editor/ValgrindEditorPlugin.java   |    44 +-
 .../META-INF/MANIFEST.MF                           |     1 +
 .../org.eclipse.linuxtools.valgrind.ui/pom.xml     |     2 +-
 .../internal/valgrind/ui/CoreMessagesViewer.java   |    19 +-
 .../internal/valgrind/ui/ValgrindUIPlugin.java     |    50 +-
 valgrind/pom.xml                                   |    18 +-
 3922 files changed, 152053 insertions(+), 243803 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-linuxtools.git



More information about the pkg-java-commits mailing list