deliverable/tracecompass.git
12 years agoMinor updates in LTTng 2.0 trace control
Bernd Hufmann [Wed, 28 Mar 2012 19:51:55 +0000 (15:51 -0400)] 
Minor updates in LTTng 2.0 trace control

12 years agoFix location of the new test trace file
Alexandre Montplaisir [Tue, 20 Mar 2012 15:40:17 +0000 (11:40 -0400)] 
Fix location of the new test trace file

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
12 years agoAdd unit tests for the new getQuarks() method
Alexandre Montplaisir [Fri, 23 Mar 2012 17:26:25 +0000 (13:26 -0400)] 
Add unit tests for the new getQuarks() method

Also handle the case where the wildcard character is the last
element of the array (which mimics the behaviour of getSubAttributes())

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
12 years agoAdd method to get attributes with a wildcard in the path
Alexandre Montplaisir [Tue, 20 Mar 2012 20:25:37 +0000 (16:25 -0400)] 
Add method to get attributes with a wildcard in the path

One can now use getQuarks("x", "*", "z"), and it will return a List
of all attribute quarks whose path matches the "x" and "z" parts.

Not all edge cases have been tested (it fails if the * is a the end),
but proper unit tests will be added shortly. It's also probably
very slow and not yet completely optimized.

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
12 years agoAdd option to retrieve sub-attributes recursively
Alexandre Montplaisir [Tue, 20 Mar 2012 18:30:06 +0000 (14:30 -0400)] 
Add option to retrieve sub-attributes recursively

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
12 years agoExpose the getSubAttributes() method through the StateSystem
Alexandre Montplaisir [Tue, 20 Mar 2012 17:00:34 +0000 (13:00 -0400)] 
Expose the getSubAttributes() method through the StateSystem

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Fri, 23 Mar 2012 19:10:25 +0000 (15:10 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

Conflicts:
lttng/org.eclipse.linuxtools.lttng.ui.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2.ui.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF

12 years agoImproved GUI refresh and JUnit tests
Bernd Hufmann [Fri, 23 Mar 2012 18:43:09 +0000 (14:43 -0400)] 
Improved GUI refresh and JUnit tests

12 years agoHide welcome view during TMF UI tests
Bernd Hufmann [Fri, 23 Mar 2012 18:26:18 +0000 (14:26 -0400)] 
Hide welcome view during TMF UI tests

12 years agoExpose more tmf.ui.signal
Francois Chouinard [Fri, 23 Mar 2012 17:31:35 +0000 (13:31 -0400)] 
Expose more tmf.ui.signal

12 years agoMake timeAnalysis widgets and core utils visible again
Francois Chouinard [Fri, 23 Mar 2012 15:57:48 +0000 (11:57 -0400)] 
Make timeAnalysis widgets and core utils visible again

12 years agoPut back some bundle dependencies to pre-M6
Francois Chouinard [Fri, 23 Mar 2012 15:49:45 +0000 (11:49 -0400)] 
Put back some bundle dependencies to pre-M6

12 years agoInternalize some more TMF APIs
Francois Chouinard [Fri, 23 Mar 2012 02:57:38 +0000 (21:57 -0500)] 
Internalize some more TMF APIs

12 years agoInternalize some TMF APIs
Francois Chouinard [Fri, 23 Mar 2012 02:08:14 +0000 (21:08 -0500)] 
Internalize some TMF APIs

12 years agoInternalize some CTF APIs
Francois Chouinard [Fri, 23 Mar 2012 01:40:12 +0000 (20:40 -0500)] 
Internalize some CTF APIs

12 years agoFix javadoc warnings
Francois Chouinard [Thu, 22 Mar 2012 22:46:20 +0000 (18:46 -0400)] 
Fix javadoc warnings

12 years agoFix for Bug375082
Francois Chouinard [Thu, 22 Mar 2012 20:03:52 +0000 (16:03 -0400)] 
Fix for Bug375082

12 years agoFix for bug 374935: Copy experiment creates undesired bookmarks file.
Patrick Tasse [Wed, 21 Mar 2012 15:43:49 +0000 (11:43 -0400)] 
Fix for bug 374935: Copy experiment creates undesired bookmarks file.

12 years agoMerge branch 'master' into lttng_2_0_control_dev
Bernd Hufmann [Thu, 22 Mar 2012 15:50:04 +0000 (11:50 -0400)] 
Merge branch 'master' into lttng_2_0_control_dev

12 years agoAdd some more model test cases for LTTng 2.0 control
Bernd Hufmann [Wed, 21 Mar 2012 20:04:49 +0000 (16:04 -0400)] 
Add some more model test cases for LTTng 2.0 control

12 years agoFix typo.
Jeff Johnston [Tue, 20 Mar 2012 19:50:10 +0000 (15:50 -0400)] 
Fix typo.

12 years agoAdd packaging feature attribute to ctf and restore its groupid.
Jeff Johnston [Tue, 20 Mar 2012 19:46:33 +0000 (15:46 -0400)] 
Add packaging feature attribute to ctf and restore its groupid.

12 years agoFix some problems with ctf being added to category.xml with sources.
Jeff Johnston [Tue, 20 Mar 2012 19:19:43 +0000 (15:19 -0400)] 
Fix some problems with ctf being added to category.xml with sources.

12 years agoAdd Lttng ctf feature so aggregation will work.
Jeff Johnston [Tue, 20 Mar 2012 18:47:00 +0000 (14:47 -0400)] 
Add Lttng ctf feature so aggregation will work.

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

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