deliverable/tracecompass.git
12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Tue, 20 Mar 2012 01:27:39 +0000 (21:27 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoFix setting of trace name in trace initialization (Bug 374714)
Bernd Hufmann [Tue, 20 Mar 2012 00:54:25 +0000 (20:54 -0400)] 
Fix setting of trace name in trace initialization (Bug 374714)

12 years agoFix warnings
Francois Chouinard [Mon, 19 Mar 2012 21:27:25 +0000 (17:27 -0400)] 
Fix warnings

12 years agoGSS: Avoid doing time-range requests if one of the timestamps is invalid
Alexandre Montplaisir [Sun, 18 Mar 2012 02:11:58 +0000 (22:11 -0400)] 
GSS: Avoid doing time-range requests if one of the timestamps is invalid

Thanks to the unit-test benchmarking for letting me know of this
problem...

Also exposed checkValidTime() through the IHistoryBackend interface,
this can be useful, as we see here.

12 years agoUpdate State History construction tests to the newest test trace
Alexandre Montplaisir [Sun, 18 Mar 2012 01:52:49 +0000 (21:52 -0400)] 
Update State History construction tests to the newest test trace

Also use assertEquals instead of assertTrue(x == y), it gives
us a bit more information when the test fails.

12 years agoMake the Kernel event handler tests work again
Alexandre Montplaisir [Sun, 18 Mar 2012 01:24:58 +0000 (21:24 -0400)] 
Make the Kernel event handler tests work again

- Strip the underscores in CtfTmfEventField's. We need to save a
  value here (we can't use the parser's lookupDefinition()), so
  might as well save it with no underscore.
- Use the getSource() as a way to get the event name. This is still
  waiting on the final trace model. We are bypassing the EventTypeManager
  for now
- Use getTimestampValue() to check for a nullEvent, getTimestamp
  always return the ITmfTimestamp object now, so it's not null!

12 years agoStart fixing GSS tests
Alexandre Montplaisir [Sun, 18 Mar 2012 00:36:45 +0000 (20:36 -0400)] 
Start fixing GSS tests

12 years agoMerge Kernel state system input provider
Alexandre Montplaisir [Wed, 14 Mar 2012 21:27:09 +0000 (17:27 -0400)] 
Merge Kernel state system input provider

which goes in the lttng2.kernel.core plugin

12 years agoMerge Generic State System core part
Alexandre Montplaisir [Wed, 14 Mar 2012 21:26:03 +0000 (17:26 -0400)] 
Merge Generic State System core part

12 years agoAdded clocks to integer definitions and removed warnings from IOStructGen.java
Matthew Khouzam [Fri, 16 Mar 2012 21:08:33 +0000 (17:08 -0400)] 
Added clocks to integer definitions and removed warnings from IOStructGen.java

12 years agoImproved test coverage.
Matthew Khouzam [Fri, 16 Mar 2012 16:50:29 +0000 (12:50 -0400)] 
Improved test coverage.

12 years agoAvoid printing the exception when CtfTmfTrace.validate() fails
Alexandre Montplaisir [Sun, 18 Mar 2012 00:49:20 +0000 (20:49 -0400)] 
Avoid printing the exception when CtfTmfTrace.validate() fails

It simply means the type of trace doesn't match, which can happen
in normal conditions.

Also made getCTFTrace() non-public, only CtfIterator uses it, and
we don't want to pass on the CTFTrace dependency.

12 years agoDon't catch the FileNotFound exception in CTF tests
Alexandre Montplaisir [Thu, 15 Mar 2012 18:10:50 +0000 (14:10 -0400)] 
Don't catch the FileNotFound exception in CTF tests

This just makes it more annoying when the file doesn't exist, which
can easily happen since the test traces are not in the git tree itself.

12 years agoUpdate the CTF tests to the previous change
Alexandre Montplaisir [Wed, 14 Mar 2012 19:36:40 +0000 (15:36 -0400)] 
Update the CTF tests to the previous change

12 years agoRestore extra checks in SequenceDefinition's constructor
Alexandre Montplaisir [Wed, 14 Mar 2012 19:00:37 +0000 (15:00 -0400)] 
Restore extra checks in SequenceDefinition's constructor

12 years agoIntegrate CtfAdaptor package in TMF
Alexandre Montplaisir [Wed, 14 Mar 2012 20:55:48 +0000 (16:55 -0400)] 
Integrate CtfAdaptor package in TMF

12 years agoUse ITmfEvent in a couple more places
Alexandre Montplaisir [Wed, 14 Mar 2012 20:34:44 +0000 (16:34 -0400)] 
Use ITmfEvent in a couple more places

12 years agoFix for bug 374662: Control Flow view improvements.
Patrick Tasse [Mon, 19 Mar 2012 18:38:40 +0000 (14:38 -0400)] 
Fix for bug 374662: Control Flow view improvements.

12 years agoUpdated fix for bug 372352: Histogram View range handling problem.
Patrick Tasse [Fri, 16 Mar 2012 21:30:01 +0000 (17:30 -0400)] 
Updated fix for bug 372352: Histogram View range handling problem.

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Fri, 16 Mar 2012 19:11:36 +0000 (15:11 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoFix findbugs warnings + address concurrency issues in handlers
Bernd Hufmann [Fri, 16 Mar 2012 19:09:37 +0000 (15:09 -0400)] 
Fix findbugs warnings + address concurrency issues in handlers

12 years agoFix the underscore issue in CTF
Francois Chouinard [Fri, 16 Mar 2012 15:46:03 +0000 (11:46 -0400)] 
Fix the underscore issue in CTF

12 years agoUpdating versions from 0.10.0 to 0.11.0 in pom files.
Otavio Pontes [Fri, 16 Mar 2012 13:03:16 +0000 (10:03 -0300)] 
Updating versions from 0.10.0 to 0.11.0 in pom files.

Since our 0.10 release is schedule and the stable-0.10 branch was
already created we're updating the versions for our next release.
I was recomended to updated it to 0.11 instead of 1.0 because we are
still in incubation.

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 15 Mar 2012 18:47:38 +0000 (14:47 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoAdd missing stubs directory in build.properties file of lttng2.ui.tests
Bernd Hufmann [Thu, 15 Mar 2012 18:42:01 +0000 (14:42 -0400)] 
Add missing stubs directory in build.properties file of lttng2.ui.tests

12 years agoContribute native CTF Parser (bug370499)
Francois Chouinard [Thu, 15 Mar 2012 18:34:10 +0000 (14:34 -0400)] 
Contribute native CTF Parser (bug370499)

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 15 Mar 2012 17:51:42 +0000 (13:51 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoInternalize API for trace control and move control to lttng2
Bernd Hufmann [Thu, 15 Mar 2012 17:49:35 +0000 (13:49 -0400)] 
Internalize API for trace control and move control to lttng2

12 years agoResolve some LTTng perspective conflicts
Francois Chouinard [Thu, 15 Mar 2012 15:27:12 +0000 (11:27 -0400)] 
Resolve some LTTng perspective conflicts

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 15 Mar 2012 14:57:57 +0000 (10:57 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

Conflicts:
lttng/org.eclipse.linuxtools.lttng.ui/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/LTTngUiPlugin.java
lttng/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/PerspectiveFactory.java
lttng/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/ControlView.java

12 years agoAdded some more JUnit tests
Bernd Hufmann [Thu, 15 Mar 2012 12:53:30 +0000 (08:53 -0400)] 
Added some more JUnit tests

12 years agoInternalize lttng2 APIs
Francois Chouinard [Thu, 15 Mar 2012 02:56:07 +0000 (21:56 -0500)] 
Internalize lttng2 APIs

12 years agoInternalize test stubs
Francois Chouinard [Thu, 15 Mar 2012 02:28:59 +0000 (21:28 -0500)] 
Internalize test stubs

12 years agoInternalize lttng.jni
Francois Chouinard [Thu, 15 Mar 2012 02:26:28 +0000 (21:26 -0500)] 
Internalize lttng.jni

12 years agoInternalize lttng.ui Activator
Francois Chouinard [Thu, 15 Mar 2012 01:58:38 +0000 (20:58 -0500)] 
Internalize lttng.ui Activator

12 years agoFix references to trace control
Francois Chouinard [Wed, 14 Mar 2012 21:15:35 +0000 (17:15 -0400)] 
Fix references to trace control

12 years agoInternalize lttng.ui APIs
Francois Chouinard [Wed, 14 Mar 2012 19:52:53 +0000 (15:52 -0400)] 
Internalize lttng.ui APIs

12 years agoInternalize lttng.core APIs
Francois Chouinard [Wed, 14 Mar 2012 19:41:00 +0000 (15:41 -0400)] 
Internalize lttng.core APIs

12 years agoMerge branch 'master' into LTTng2
Francois Chouinard [Tue, 13 Mar 2012 21:07:19 +0000 (17:07 -0400)] 
Merge branch 'master' into LTTng2

12 years agoFix possible NullPointerException in TmfEventsEditor.
Patrick Tasse [Tue, 13 Mar 2012 20:42:59 +0000 (16:42 -0400)] 
Fix possible NullPointerException in TmfEventsEditor.

12 years agoCleanup setResource in OpenTraceHandler
Patrick Tasse [Tue, 13 Mar 2012 20:35:14 +0000 (16:35 -0400)] 
Cleanup setResource in OpenTraceHandler

12 years agoAdditional fix for bug 374008: Incorrect seek by location in LTTng trace.
Patrick Tasse [Tue, 13 Mar 2012 19:50:14 +0000 (15:50 -0400)] 
Additional fix for bug 374008: Incorrect seek by location in LTTng trace.

12 years agoFix for bug 374008: Incorrect seek by location in LTTng trace.
Patrick Tasse [Mon, 12 Mar 2012 21:50:53 +0000 (17:50 -0400)] 
Fix for bug 374008: Incorrect seek by location in LTTng trace.

12 years agoFinish grooming the LTTng2 structure
Francois Chouinard [Fri, 9 Mar 2012 22:41:17 +0000 (17:41 -0500)] 
Finish grooming the LTTng2 structure

12 years agoFix pom.xml:s
Francois Chouinard [Fri, 9 Mar 2012 19:42:32 +0000 (14:42 -0500)] 
Fix pom.xml:s

12 years agoInternalize non-API classes
Francois Chouinard [Fri, 9 Mar 2012 19:06:02 +0000 (14:06 -0500)] 
Internalize non-API classes

12 years agoAdd LTTng2 Kernel Analysis plug-ins
Francois Chouinard [Fri, 9 Mar 2012 18:57:29 +0000 (13:57 -0500)] 
Add LTTng2 Kernel Analysis plug-ins

12 years agoAdd LTTng2 Core/UI + test plug-ins
Francois Chouinard [Fri, 9 Mar 2012 16:54:09 +0000 (11:54 -0500)] 
Add LTTng2 Core/UI + test plug-ins

12 years agoAdd LTTng Core plug-in
Francois Chouinard [Fri, 9 Mar 2012 15:23:59 +0000 (10:23 -0500)] 
Add LTTng Core plug-in

12 years agoAdd lttng2 core plug-ins
Francois Chouinard [Fri, 9 Mar 2012 12:36:22 +0000 (07:36 -0500)] 
Add lttng2 core plug-ins

12 years agoAdd LTTng2.0 feature
Francois Chouinard [Thu, 8 Mar 2012 22:39:05 +0000 (17:39 -0500)] 
Add LTTng2.0 feature

12 years agoFix yet another batch of FnidBugs warnings
Francois Chouinard [Sat, 10 Mar 2012 15:30:06 +0000 (10:30 -0500)] 
Fix yet another batch of FnidBugs warnings

12 years agoFix another batch of FindBugs warnings
Francois Chouinard [Sat, 10 Mar 2012 14:34:51 +0000 (09:34 -0500)] 
Fix another batch of FindBugs warnings

12 years agoFix a bunch of FindBugs warnings
Francois Chouinard [Sat, 10 Mar 2012 04:23:14 +0000 (23:23 -0500)] 
Fix a bunch of FindBugs warnings

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Fri, 9 Mar 2012 21:14:24 +0000 (16:14 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoFix possible NullPointerException with bookmarks file.
Patrick Tasse [Fri, 9 Mar 2012 19:43:03 +0000 (14:43 -0500)] 
Fix possible NullPointerException with bookmarks file.

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Fri, 9 Mar 2012 13:48:10 +0000 (08:48 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoFix for bug 373718: Updates for editor input and bookmarks file
Patrick Tasse [Thu, 8 Mar 2012 22:59:07 +0000 (17:59 -0500)] 
Fix for bug 373718: Updates for editor input and bookmarks file
handling.

12 years agoGeneralize ITmfTrace API (part 1)
Francois Chouinard [Thu, 8 Mar 2012 22:52:16 +0000 (17:52 -0500)] 
Generalize ITmfTrace API (part 1)

12 years agoMerge remote-tracking branch 'eclipse/master'
Francois Chouinard [Thu, 8 Mar 2012 21:16:35 +0000 (16:16 -0500)] 
Merge remote-tracking branch 'eclipse/master'

12 years agoFix some core.event API stuff
Francois Chouinard [Thu, 8 Mar 2012 21:08:18 +0000 (16:08 -0500)] 
Fix some core.event API stuff

12 years agoFix for bug 373698: Incorrect experiment range.
Patrick Tasse [Thu, 8 Mar 2012 18:30:50 +0000 (13:30 -0500)] 
Fix for bug 373698: Incorrect experiment range.

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 8 Mar 2012 20:21:51 +0000 (15:21 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

Conflicts:
lttng/org.eclipse.linuxtools.lttng.ui.tests/src/org/eclipse/linuxtools/lttng/ui/tests/AllLTTngUITests.java

12 years agoFix for Bug 372352
Bernd Hufmann [Thu, 8 Mar 2012 18:53:21 +0000 (13:53 -0500)] 
Fix for Bug 372352

12 years agoUpdate LTTng help plug-in to latest version of the User Guide
Bernd Hufmann [Thu, 8 Mar 2012 18:20:51 +0000 (13:20 -0500)] 
Update LTTng help plug-in to latest version of the User Guide

12 years agoGeneralize and move the Histogram view from LTTng to TMF
Francois Chouinard [Thu, 8 Mar 2012 17:04:02 +0000 (12:04 -0500)] 
Generalize and move the Histogram view from LTTng to TMF

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 8 Mar 2012 15:10:06 +0000 (10:10 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoAdd capability to enable events with different parameters on session,
Bernd Hufmann [Thu, 8 Mar 2012 15:08:28 +0000 (10:08 -0500)] 
Add capability to enable events with different parameters on session,
domain and channel level

12 years agoFix for Histogram widget minor display issues.
Patrick Tasse [Tue, 6 Mar 2012 20:39:28 +0000 (15:39 -0500)] 
Fix for Histogram widget minor display issues.

12 years agoFix for test failures due to new platform behavior in Juno
Bernd Hufmann [Tue, 6 Mar 2012 14:40:29 +0000 (09:40 -0500)] 
Fix for test failures due to new platform behavior in Juno

12 years agoFix some FindBugs warnings
Francois Chouinard [Mon, 5 Mar 2012 16:43:05 +0000 (11:43 -0500)] 
Fix some FindBugs warnings

12 years agoFix version in LTTng's category.xml file
Bernd Hufmann [Mon, 5 Mar 2012 12:51:36 +0000 (07:51 -0500)] 
Fix version in LTTng's category.xml file

12 years agoImprove unit tests
Francois Chouinard [Sat, 3 Mar 2012 16:49:16 +0000 (11:49 -0500)] 
Improve unit tests

12 years agoCosmetic re-organization
Francois Chouinard [Sat, 3 Mar 2012 00:08:33 +0000 (19:08 -0500)] 
Cosmetic re-organization

12 years agoFix for Bug373118
Francois Chouinard [Fri, 2 Mar 2012 16:45:40 +0000 (11:45 -0500)] 
Fix for Bug373118

12 years agoFix for illegal API reference in NewTmfProjectWizard
Francois Chouinard [Fri, 2 Mar 2012 14:52:45 +0000 (09:52 -0500)] 
Fix for illegal API reference in NewTmfProjectWizard

12 years agoAdd support for non-string or null field values in TmfEventsTable.
Patrick Tasse [Wed, 29 Feb 2012 21:57:58 +0000 (16:57 -0500)] 
Add support for non-string or null field values in TmfEventsTable.

12 years agoFix using event content's value in TmfRawEventViewer and add null safety
Patrick Tasse [Wed, 29 Feb 2012 21:56:14 +0000 (16:56 -0500)] 
Fix using event content's value in TmfRawEventViewer and add null safety
checks.

12 years agoSet correct return type of clone() methods
Francois Chouinard [Wed, 29 Feb 2012 21:43:22 +0000 (16:43 -0500)] 
Set correct return type of clone() methods

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Wed, 29 Feb 2012 18:21:56 +0000 (13:21 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoMore warning fixes
Francois Chouinard [Wed, 29 Feb 2012 16:42:57 +0000 (11:42 -0500)] 
More warning fixes

12 years agoBump TMF/LTTng plugins versions following API changes
Francois Chouinard [Tue, 28 Feb 2012 22:22:18 +0000 (17:22 -0500)] 
Bump TMF/LTTng plugins versions following API changes

12 years agoChange ITmfTrace<T extends TmfEvent> to ITmfTrace<T extends ITmfEvent>
Francois Chouinard [Tue, 28 Feb 2012 21:57:27 +0000 (16:57 -0500)] 
Change ITmfTrace<T extends TmfEvent> to ITmfTrace<T extends ITmfEvent>

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Tue, 28 Feb 2012 20:51:27 +0000 (15:51 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoAdd further support for enabling kernel events
Bernd Hufmann [Tue, 28 Feb 2012 20:50:33 +0000 (15:50 -0500)] 
Add further support for enabling kernel events

12 years agoCosmetic improvement to equals() in Event model
Francois Chouinard [Tue, 28 Feb 2012 18:49:41 +0000 (13:49 -0500)] 
Cosmetic improvement to equals() in Event model

12 years agoFix more warnings from FindBugs
Francois Chouinard [Tue, 28 Feb 2012 17:42:11 +0000 (12:42 -0500)] 
Fix more warnings from FindBugs

12 years agoFix warnings from FindBugs
Francois Chouinard [Mon, 27 Feb 2012 22:52:56 +0000 (17:52 -0500)] 
Fix warnings from FindBugs

12 years agoFix tests
Bernd Hufmann [Mon, 27 Feb 2012 13:50:29 +0000 (08:50 -0500)] 
Fix tests

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Mon, 27 Feb 2012 13:34:48 +0000 (08:34 -0500)] 
Merge branch 'master' into lttng_2_0_control_dev

Conflicts:
lttng/org.eclipse.linuxtools.lttng.ui/plugin.xml

12 years agoAdded event type and add support of enabling/disabling all for events
Bernd Hufmann [Mon, 27 Feb 2012 12:16:58 +0000 (07:16 -0500)] 
Added event type and add support of enabling/disabling all for events

12 years agoPartial fix for bug345440 - More warning fixes
francois [Sun, 26 Feb 2012 18:09:19 +0000 (13:09 -0500)] 
Partial fix for bug345440 - More warning fixes

12 years agoPartial fix for bug345440 - FindBugs high priority warnings
francois [Sun, 26 Feb 2012 14:11:00 +0000 (09:11 -0500)] 
Partial fix for bug345440 - FindBugs high priority warnings

12 years agoPartial fix for bug345440 - tmf.core.component
francois [Sun, 26 Feb 2012 01:48:30 +0000 (20:48 -0500)] 
Partial fix for bug345440 - tmf.core.component

12 years agoPartial fix for bug345440 - tmf.core.event + tests
francois [Sun, 26 Feb 2012 01:32:52 +0000 (20:32 -0500)] 
Partial fix for bug345440 - tmf.core.event + tests

12 years agoAdjusted filters for matching meta-fields
Francois Chouinard [Fri, 24 Feb 2012 23:09:36 +0000 (18:09 -0500)] 
Adjusted filters for matching meta-fields

12 years agoFix for bug334572
Francois Chouinard [Fri, 24 Feb 2012 22:06:24 +0000 (17:06 -0500)] 
Fix for bug334572

12 years agoUpdated fix for bug 366089: Interface to provide trace name.
Patrick Tasse [Fri, 24 Feb 2012 19:13:04 +0000 (14:13 -0500)] 
Updated fix for bug 366089: Interface to provide trace name.

12 years agoFix renaming of hidden bookmarks file.
Patrick Tasse [Fri, 24 Feb 2012 18:51:04 +0000 (13:51 -0500)] 
Fix renaming of hidden bookmarks file.

12 years agoRestore LTTng project wizard (and related classes) that were
Francois Chouinard [Fri, 24 Feb 2012 19:04:23 +0000 (14:04 -0500)] 
Restore LTTng project wizard (and related classes) that were
inadvertently removed in a previous commit.

This page took 0.046166 seconds and 5 git commands to generate.