deliverable/tracecompass.git
10 years agoMerge branch 'master' into lttng-luna
Alexandre Montplaisir [Fri, 2 Aug 2013 19:44:40 +0000 (15:44 -0400)] 
Merge branch 'master' into lttng-luna

Conflicts:
lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedDataRequestTest.java
lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedEventRequestTest.java
lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfDataRequestTest.java
lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfEventRequestTest.java
lttng/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/request/TmfCoalescedDataRequest.java
lttng/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/request/TmfCoalescedEventRequest.java
lttng/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfDataRequest.java
lttng/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfEventRequest.java

Change-Id: Ia68c066bf257571861d97403d8b6ae4270c47b70

10 years agotmf: Avoid throwing exception in TmfTrace.buildStatistics()
Alexandre Montplaisir [Thu, 1 Aug 2013 22:09:04 +0000 (18:09 -0400)] 
tmf: Avoid throwing exception in TmfTrace.buildStatistics()

Replace the exception with an IStatus return value, similar to what was
done with .buildStateSystem().

Also handle the actual values that are returned in the caller (the
traceOpened signal handler) so that any eventual errors are logged.

Change-Id: Ia3b84aa6b195dc897193971e780058411050b59f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/15072
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agotmf: Fix formatting of negative time stamp values
Patrick Tasse [Wed, 31 Jul 2013 18:24:14 +0000 (14:24 -0400)] 
tmf: Fix formatting of negative time stamp values

Change-Id: I3a3313d2477507dd0380c77bdee4aa3de5fe49bd
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/15026
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agolttng: Add a README file with build instructions
Alexandre Montplaisir [Mon, 29 Jul 2013 20:12:09 +0000 (16:12 -0400)] 
lttng: Add a README file with build instructions

Users might want to build the RCP version manually, and the commands
are not documented anywhere yet.

Change-Id: I45f61a1c80fdc081941f2e2c980fd704f7621cf9
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14942
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Add TmfNanoTimestamp
Patrick Tasse [Fri, 26 Jul 2013 21:33:32 +0000 (17:33 -0400)] 
tmf: Add TmfNanoTimestamp

Change-Id: Iff7693286f0968fc6da03de7e796e390f9b8241d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14900
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agoLTTng: Show the buffer type in the domain property view
Simon Delisle [Tue, 30 Jul 2013 20:02:46 +0000 (16:02 -0400)] 
LTTng: Show the buffer type in the domain property view

Change-Id: I518cdb438c2e2fc6a853fe0e012c3776e41e4459
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15017
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agoctf: Fix buffer overflow traces from crashing batch import
Matthew Khouzam [Wed, 26 Jun 2013 19:10:18 +0000 (15:10 -0400)] 
ctf: Fix buffer overflow traces from crashing batch import

Buffer overflows are caused here by synthetic traces that aim to
behave maliciously. The parser already handles these attacks, but
the BufferOverflowException will cause the batch import trace wizard
to stop scanning. This fix catches buffer overflows in the validation
and warns that the error is serious.

Change-Id: Ie9156cfaac0944763e3d1dc798c42f1d64753560
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14088
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Remove the concept of block size in event requests
Alexandre Montplaisir [Tue, 30 Jul 2013 17:17:52 +0000 (13:17 -0400)] 
tmf: Remove the concept of block size in event requests

This hasn't been used in a while, so we can remove all references
to it.

Change-Id: I62cc5626836c4ec7a81980e1b284c3e3fa402da0
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14984
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Consolidate constructors in coalesced requests
Alexandre Montplaisir [Tue, 30 Jul 2013 15:18:49 +0000 (11:18 -0400)] 
tmf: Consolidate constructors in coalesced requests

And some formatting fixes.

Change-Id: I9c8b51694ee82b4b55aa0d98b873cfda17625cf2
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14978
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
10 years agotmf: Consolidate constructors in TmfEventRequest
Alexandre Montplaisir [Tue, 25 Jun 2013 15:37:24 +0000 (11:37 -0400)] 
tmf: Consolidate constructors in TmfEventRequest

Change-Id: Ic456b7c5c77fe300f9e4716235cf4f0df05dcaa4
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14947
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Add missing plugin.xml to build.properties
Alexandre Montplaisir [Fri, 26 Jul 2013 20:35:06 +0000 (16:35 -0400)] 
tmf: Add missing plugin.xml to build.properties

plugin.xml was added in 8714534.

Change-Id: I2eb74a9c4d6fd8809b1c38779a1c80cae1645dd3
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14897
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Improved toString methods for debugging
Patrick Tasse [Mon, 22 Jul 2013 22:16:13 +0000 (18:16 -0400)] 
tmf: Improved toString methods for debugging

Change-Id: Idbc64d3d9e2d4870618978122e35d0acd6b8be9d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14761
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agotmf: Consolidate constructors in TmfDataRequest
Alexandre Montplaisir [Tue, 25 Jun 2013 15:37:16 +0000 (11:37 -0400)] 
tmf: Consolidate constructors in TmfDataRequest

Also removed the copy constructor, which was not a copy
constructor at all.

Change-Id: I44570e3b7ac6b4e710b3049bc5178d919896e2db
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14946
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agotmf: Make TmfTrace.buildStateSystem() return an IStatus
Alexandre Montplaisir [Mon, 29 Jul 2013 22:07:19 +0000 (18:07 -0400)] 
tmf: Make TmfTrace.buildStateSystem() return an IStatus

This removes the need for the SuppressWarnings("unused"), since
every implementation can now return an IStatus (or simply a
Status.OK_STATUS if everything went fine) instead of throwing
an exception.

Change-Id: I23f644988420bbfb4a26caf5e0099c4e26e37072
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14630
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agolttng: Update UST plugins version to 3.0
Alexandre Montplaisir [Mon, 29 Jul 2013 22:19:06 +0000 (18:19 -0400)] 
lttng: Update UST plugins version to 3.0

Local Maven builds don't seem to care about this, but Hudson does.

Change-Id: Ib271037e30d31c00df6932c4e8094ce172ed503a
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14951
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

10 years agoLTTng: Support for LTTng Tools 2.2
Simon Delisle [Wed, 26 Jun 2013 15:58:39 +0000 (11:58 -0400)] 
LTTng: Support for LTTng Tools 2.2

Change-Id: Ib87e9e5598f8b7caad42b1e780f8cddb8aeee4d2
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14203
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agoUpdate LTTng User Guide for time range and event range selection
Patrick Tasse [Mon, 15 Jul 2013 21:38:21 +0000 (17:38 -0400)] 
Update LTTng User Guide for time range and event range selection

Change-Id: If9bb40cf2428f3ab84c34f1592ab3ce48ce713d7
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14579
Tested-by: Hudson CI
10 years agotmf: Add support for event table range selection
Patrick Tasse [Fri, 12 Jul 2013 20:36:17 +0000 (16:36 -0400)] 
tmf: Add support for event table range selection

TmfVirtualTable:
- Support the SWT.MULTI style
- Support Shift-click and Shift-key for event range selection
- Update API to support selection range
- Prevent Select All from modifying selection
- Inhibit Ctrl and Command key modifiers

TmfEventsTable:
- Create table with SWT.MULTI style
- Support selection time range
- Update status line manager with time range delta

TmfEventsEditor:
- Provide status line manager to events table

Change-Id: I16aa44f444bd1288c93b964b40e77cb04158b46d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14522
Tested-by: Hudson CI
10 years agotmf: Add support for time range selection
Patrick Tasse [Thu, 4 Jul 2013 22:09:47 +0000 (18:09 -0400)] 
tmf: Add support for time range selection

Time graph:
- Add time data provider interface extension to set and get selection
range
- Support left-button drag and Shift-left-click to set selection range
- Support middle-button and Ctrl-left-button drag to move the view left
or right
- Update cursors for mouse operations
- Add support for status line display of time coordinates of cursor
position and selection range
- Update time graph time listener event for selection range
- Remove right-mouse-drag support for setting zoom range in time graph
scale
- Add interface between time graph scale and control to display drag
range decorators in scale

Signals:
- Remove current time from TmfRangeSynchSignal
- Replace current time with begin and end time in TmfTimeSynchSignal

Trace Manager:
- Update trace manager for selection range

Views:
- Update statistics viewer to use selection range instead of view range
- Update Call Stack view for selection range
- Update Histogram view for selection range
- Support Shift-click in histogram
- Update Time Chart view for selection range
- Update abstract time graph view for selection range

Change-Id: I30b215f6c6b2ed2623978e83d3b96e117eff586c
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14292
Tested-by: Hudson CI
10 years agoTemporary lttng-luna annotation update
Alexandre Montplaisir [Thu, 25 Jul 2013 20:35:24 +0000 (16:35 -0400)] 
Temporary lttng-luna annotation update

Change-Id: Ie4171245af2fde9aabe14b88958959c851f33158
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agoMerge branch 'master' into lttng-luna
Alexandre Montplaisir [Thu, 25 Jul 2013 20:31:02 +0000 (16:31 -0400)] 
Merge branch 'master' into lttng-luna

10 years agoctf: Rename internal CTFStrings to MetadataStrings
Alexandre Montplaisir [Tue, 25 Jun 2013 19:03:35 +0000 (15:03 -0400)] 
ctf: Rename internal CTFStrings to MetadataStrings

Rename an internal interface used for CTF Metadata so that it
doesn't clash with the upcoming public CTFStrings for use in
other plugins.

Change-Id: I4e29a6d42db4994df7a757ac27d0121367911779
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14053
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Remove the Environment Variables view
Alexandre Montplaisir [Wed, 17 Jul 2013 01:31:17 +0000 (21:31 -0400)] 
tmf: Remove the Environment Variables view

The trace properties were moved to the Properties View in master
(see bug #407756), so this view is now redundant.

Change-Id: I234759618bd8edde7803ac55fa62bcd96a77ae12
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14609
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agoAdd timezones to preference page
Marc-Andre Laperle [Thu, 9 May 2013 22:04:22 +0000 (18:04 -0400)] 
Add timezones to preference page

Change-Id: I88281ba937889b816d846ac60a1e7c46d04ff34e
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/12700
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
10 years agotmf: Avoid a string copy when reading state intervals
Alexandre Montplaisir [Fri, 19 Jul 2013 19:50:58 +0000 (15:50 -0400)] 
tmf: Avoid a string copy when reading state intervals

HTInterval's constructor calls computeStringsEntrySize(), which
does a string copy (getBytes()) to get the real size of the string.
When reading an interval from disk, we already have this size since
it's written in the file, so we can avoid this extra copy.

Change-Id: I9f70c861ec3e94b00c9060825933826d2244bb59
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14715
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10 years agotmf: Add unit tests for CTF event contexts
Alexandre Montplaisir [Mon, 17 Jun 2013 21:28:59 +0000 (17:28 -0400)] 
tmf: Add unit tests for CTF event contexts

This required adding a new trace "kernel_vm" to the set of
downloaded traces, since we didn't have a trace with event
contexts.

Change-Id: Iee56b26b29088c3d6d017a4adcdf6e9f53bb8688
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13991
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>

10 years agolttng rcp: Add Trace Viewer Help plug-in
Bernd Hufmann [Tue, 2 Jul 2013 11:36:15 +0000 (07:36 -0400)] 
lttng rcp: Add Trace Viewer Help plug-in

Change-Id: I2e670902c63b022fc6dd6768273accc3f1c41a2d
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14238

10 years agoModify LTTng state provider to ignore scheduler wakeups on already-running processes
François Rajotte [Fri, 12 Jul 2013 15:08:03 +0000 (11:08 -0400)] 
Modify LTTng state provider to ignore scheduler wakeups on already-running processes

Change-Id: I537caf33c348833de65a2836138f694d80a0c4fe
Signed-off-by: François Rajotte <francois.rajotte@polymtl.ca>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14518
Tested-by: Hudson CI
10 years agolttng: Add workspace location handling
Bernd Hufmann [Fri, 28 Jun 2013 20:11:38 +0000 (16:11 -0400)] 
lttng: Add workspace location handling

The workspace will be created in ${user.home}/.traceviewer
instead of the default directory of an RCP.

Change-Id: Ib5b038371ffa9aa599f0ff1ec02567894060e901
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14148
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agoTMF: Add the concept of host id to a trace
Genevieve Bastien [Fri, 14 Jun 2013 16:22:24 +0000 (12:22 -0400)] 
TMF: Add the concept of host id to a trace

This patch adds the concept of a host to a trace.  By default, the host is the
name of the trace itself (so 1 trace => 1 host).  For CTF traces, the clock
uuid is used to uniquely identify the host (boot session) the trace was taken
from.

Change-Id: Ie35725bc24be4ea5678c94d5ab5680e67892f4be
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/14052
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agotmf: Remove old event requests test
Alexandre Montplaisir [Tue, 16 Jul 2013 17:48:57 +0000 (13:48 -0400)] 
tmf: Remove old event requests test

Remove an old test that was depandent on the previous scheduler
behavior (and currently fails). The new tests introduced in cac6bb9
cover the same use cases, so the old one is now obsolete.

Change-Id: Ie7bc879599ceb981406ddf9e33729e86138bf661
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14598
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10 years agolttng: Add plugins and trace type for UST traces
Alexandre Montplaisir [Wed, 3 Jul 2013 20:24:39 +0000 (16:24 -0400)] 
lttng: Add plugins and trace type for UST traces

These plugins add support for a new "CTF : LTTng UST" trace type, which
are generated by the LTTng-UST library (and not the kernel tracer).

For now this type will be pretty much identical to the Genric CTF Trace
type, but it will allow us to eventually add UST-specific features, like
specific Events view, Statistics view, state systems, and whatnot.

Change-Id: Ic9cfc57fce8122128916444022529bc66eb84ad5
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/12370
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10 years agotmf : show environment variables of traces under Experiments
Jean-Christian Kouamé [Wed, 10 Jul 2013 14:54:54 +0000 (10:54 -0400)] 
tmf : show environment variables of traces under Experiments

Fixes bug 407756

Change-Id: Ia3576e9ad95a397ce4725d1a72eec8f8310119d6
Signed-off-by: Jean-Christian Kouamé <kadjo.gwandy.jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14463
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agotmf: Introduce a scheduler for event requests
Simon Delisle [Wed, 5 Jun 2013 20:20:41 +0000 (16:20 -0400)] 
tmf: Introduce a scheduler for event requests

The request scheduler will increase the responsiveness of user actions.
It works with 5 slots with a specific time. It has 4 slots for
foreground
requests and 1 slot for background requests, and it passes through all
the
slots (foreground first and background after).

Example: if we have one foreground and one background request, the
foreground
request will be executed four times more often than the background
request.

Change-Id: I82dc1da60eaad92c47e015e052a69473119d7a43
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13882
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
10 years agotmf: Add getSubField() method to ITmfEventField
Geneviève Bastien [Thu, 27 Jun 2013 15:47:17 +0000 (11:47 -0400)] 
tmf: Add getSubField() method to ITmfEventField

This function allows to directly get a subfield, recursively for struct and
variant fields with many levels of embedded fields.  Null is returned if
any level of field is not available.

Change-Id: I46691f62036f4e9826ee5f704efda74e71725acc
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/14281
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agoFix sonar violations for RPM and lttng
Neil Guzman [Wed, 10 Jul 2013 13:46:18 +0000 (09:46 -0400)] 
Fix sonar violations for RPM and lttng

Violations such as duplicate literals, string to string,
anon inner length, collapsible if statements, etc..

    o Amend1: use NLS, fix if conditional

Change-Id: I47ac5320bfead822bc1ac470a1a80094ac063edc
Signed-off-by: Neil Guzman <nguzman@redhat.com>
Reviewed-on: https://git.eclipse.org/r/14446
Tested-by: Hudson CI
Reviewed-by: Camilo Bernal <cabernal@redhat.com>
IP-Clean: Camilo Bernal <cabernal@redhat.com>
Tested-by: Camilo Bernal <cabernal@redhat.com>
10 years agolttng: Fix more API annotations
Alexandre Montplaisir [Thu, 11 Jul 2013 15:55:50 +0000 (11:55 -0400)] 
lttng: Fix more API annotations

Change-Id: I5fa467efa3a53456255bb91423649e8e99bdfbf8
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14477
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10 years agotmf: Add filtering and highlighting to the State System Explorer
Florian Wininger [Wed, 22 May 2013 23:14:44 +0000 (19:14 -0400)] 
tmf: Add filtering and highlighting to the State System Explorer

Highlight on state changes.
Add a filter button to filter out non-changes completely.
Add a column with the value's type.

Change-Id: I0d206ef15e84707d9556c609ca86eda606689ff1
Signed-off-by: Florian Wininger <florian.wininger@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/13366
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
10 years agotmf: Fix NPE when zooming out to full trace
Patrick Tasse [Fri, 5 Jul 2013 15:00:51 +0000 (11:00 -0400)] 
tmf: Fix NPE when zooming out to full trace

Blame Sonar!

Change-Id: I85d895f564984c221c588108b0400cb7af6f0b1d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14319
Tested-by: Hudson CI
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agolttng: Temporarily update @since annotations for luna
Alexandre Montplaisir [Fri, 5 Jul 2013 22:50:28 +0000 (18:50 -0400)] 
lttng: Temporarily update @since annotations for luna

As was done during the previous cycle (a55a176d, etc.), fake all current
@since 2.x annotations to 3.0. This will ensure that the lttng-luna branch
will keep compiling.

When we ultimately merge this branch back into a 3.0 master, we should get
API errors to indicate where the APIs are actualy 2.x.

Change-Id: I68242175132387783fc36755f8360fcff9665793
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoMerge branch 'master' into lttng-luna
Alexandre Montplaisir [Fri, 5 Jul 2013 22:32:21 +0000 (18:32 -0400)] 
Merge branch 'master' into lttng-luna

Conflicts:
lttng/org.eclipse.linuxtools.ctf.core.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java
lttng/org.eclipse.linuxtools.ctf/feature.xml
lttng/org.eclipse.linuxtools.gdbtrace/feature.xml
lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2.kernel.ui/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2.kernel/feature.xml
lttng/org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.lttng2/feature.xml
lttng/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.linuxtools.tmf/feature.xml

Change-Id: Ia2f059338062068ca4d5b7cc25d6b2ac447ebba3

11 years agolttng: Add Trace Viewer RCP application
Bernd Hufmann [Mon, 17 Jun 2013 12:40:57 +0000 (08:40 -0400)] 
lttng: Add Trace Viewer RCP application

This commit contains 3 new projects:
- org.eclipse.linuxtools.tracing.rcp.product for the product
  definition
- org.eclipse.linuxtools.tracing.rcp.ui for RCP specific UI including
  branding
- org.eclipse.linuxtools.tracing.rcp feature that defines the plug-in
  dependencies of the RCP

Also, the maven build has been updated to be able to build the
Trace Viewer RCP for multiple platforms.

Change-Id: I1a1cd9cfd8fa2c1adab732d1f8b9c59ada9895b9
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13849
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

11 years agolttng: Add a meta-plugin to run all the unit tests
Alexandre Montplaisir [Wed, 3 Jul 2013 21:46:53 +0000 (17:46 -0400)] 
lttng: Add a meta-plugin to run all the unit tests

Do not mention the new plugin in pom.xml's, this is for use from
within Eclipse only.

This also required changing many test plugins from fragments to
singletons, so that they can be accessed by the new separate plugin.

Change-Id: I3101e63e531dd91c9d56dc8d77175faf8645ebb1
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14242
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11 years agotmf : Add test to StateSystemTest
Alexandre Montplaisir [Tue, 2 Jul 2013 14:25:46 +0000 (10:25 -0400)] 
tmf : Add test to StateSystemTest

This new test will check if the very first interval gets set correctly
in certain cases. This exposed a bug with in-memory backends, which
was fixed in 9898079defaa94bc3f0cf60dc89b1e863ac304da.

Change-Id: I2c79530091eae5f761fa945214b9f46e1cc4457b
Signed-off-by: Jean-Christian Kouamé
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14116
Tested-by: Hudson CI
11 years agoCTF : Handle traces with events without eventID
Jean-Christian Kouamé [Fri, 17 May 2013 16:04:01 +0000 (12:04 -0400)] 
CTF : Handle traces with events without eventID

Bug 387039 : First, the eventID was set to null when the event was
created. We change it for -2 as default value when not set. Then, we
must change the way to look for packetIndexEntry to adapt it to the
particular case where there are many packetIndexEntry with the same
timestamp.

Change-Id: Ia3bf16cc1013e41c18b5305978d1b99c30624bdc
Signed-off-by: Jean-Christian Kouame
Reviewed-on: https://git.eclipse.org/r/12949
Tested-by: Hudson CI
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoCtf: Callsite bug fix when position is negative (binarySearch)
Simon Delisle [Thu, 9 May 2013 16:58:54 +0000 (12:58 -0400)] 
Ctf: Callsite bug fix when position is negative (binarySearch)

Change-Id: Id1fdb06c717299f7b0fa8ad0576485d35003ce2b
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14109
Tested-by: Hudson CI
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoctf: Move integer pretty-printing to IntegerDefinition
Jean-Christian Kouamé [Tue, 14 May 2013 22:03:57 +0000 (18:03 -0400)] 
ctf: Move integer pretty-printing to IntegerDefinition

Fixes bug 408046.

Change-Id: I4836f2026c70969a1d479cea2c66ef846cc95752
Signed-off-by: Jean-Christian Kouame
Reviewed-on: https://git.eclipse.org/r/14089
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoRemove unused sourceTemplateFeature folder from projects.
Roland Grunberg [Mon, 24 Jun 2013 16:55:10 +0000 (12:55 -0400)] 
Remove unused sourceTemplateFeature folder from projects.

Change-Id: I0d21d891f61096e024a2c40607fa4a1dfd7e31df
Reviewed-on: https://git.eclipse.org/r/14239
Tested-by: Hudson CI
Reviewed-by: Camilo Bernal <cabernal@redhat.com>
IP-Clean: Camilo Bernal <cabernal@redhat.com>
Tested-by: Camilo Bernal <cabernal@redhat.com>
11 years agoRevert "tmf: Add null annotations to tmf.core.statevalue"
Alexandre Montplaisir [Wed, 3 Jul 2013 19:07:37 +0000 (15:07 -0400)] 
Revert "tmf: Add null annotations to tmf.core.statevalue"

This reverts commit ba0b892f5a0ec84996f4ef3ed9faa09a034c542d.

This breaks compatibility with Eclipse < 3.8, which we'd like to have for a bit. Revert it temporarily until we can deal with it better.

Change-Id: I900a45d80f1c97aef9cc638db15afac212802b6d
Reviewed-on: https://git.eclipse.org/r/14237
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoProvide necessary licensing files in features using license-feature.
Roland Grunberg [Mon, 24 Jun 2013 16:15:03 +0000 (12:15 -0400)] 
Provide necessary licensing files in features using license-feature.

Create org.eclipse.linuxtools.license.feature which packages
epl-v10.html and license.html files.  Reference this feature using
'license-feature' in other features to have the necessary files appear
in binary/source features.

Change-Id: I2fd6ea0bbe47b290625920c0bf5edd35c5d360c4
Reviewed-on: https://git.eclipse.org/r/14014
Tested-by: Hudson CI
Reviewed-by: Camilo Bernal <cabernal@redhat.com>
IP-Clean: Camilo Bernal <cabernal@redhat.com>
Tested-by: Camilo Bernal <cabernal@redhat.com>
11 years agoFix warnings about deprecated parameter in ant tasks of POM files
Bernd Hufmann [Fri, 28 Jun 2013 12:45:55 +0000 (08:45 -0400)] 
Fix warnings about deprecated parameter in ant tasks of POM files

Change-Id: I6d50ee19547e7e40d4f57d9eca6fb88b0a29a0e4
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14132
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agotmf: Add null annotations to tmf.core.statevalue
Alexandre Montplaisir [Wed, 29 May 2013 21:01:01 +0000 (17:01 -0400)] 
tmf: Add null annotations to tmf.core.statevalue

Introduce the use of the new amazingly-useful JDT Null Analysis
annotations. See http://wiki.eclipse.org/JDT_Core/Null_Analysis

Let's start by something small and isolated, like the TMF state
values.

Change-Id: I8ab350352ba330e8bd55d1da3a7f8c0f9db2edc8
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14084
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: Show trace environment variables in the Properties view
Jean-Christian Kouamé [Fri, 17 May 2013 20:14:02 +0000 (16:14 -0400)] 
tmf: Show trace environment variables in the Properties view

Fixes bug 407756

Change-Id: Ie90a3094ea8adc335a82182127d7bc0e3b727616
Signed-off-by: Jean-Christian Kouame
Reviewed-on: https://git.eclipse.org/r/12829
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoTMF: Consolidate some view code into the AbstractTimeGraphView
Geneviève Bastien [Wed, 1 May 2013 18:34:21 +0000 (14:34 -0400)] 
TMF: Consolidate some view code into the AbstractTimeGraphView

This new view is a base view for all views using the TimeGraphCombo widget.
As a first step, the lttng2 kernel Control flow view and Resources view have
been modified to extend this abstract view.

Mostly all of the interface management code (build thread, zoom thread, signal
handling, etc) is in the base class.  Final views need only implement to code
to fill the entries' list and events.

This patch includes:
- The abstract view class that all new time graph views may extend.  The default
  weight of each sash can be set in the child view.
- A TimeGraphEntry class that can be used as is if the view does not require
  extra data of its entries
- Modification of the TimeEvent class to add a value to it.
- Added a ITimeGraphDrawingHelper interface to pass to the presentation
  providers to help them get the information they need to know where to draw
  some things (see ResourcesPresentationProvider)

It is a first step before adding new features to the time graph views.  Some
more abstraction may need to be done as well as other reorganizing of the
code.

Also updated for the 2.1 API, added a ITimeGraphPresentationProvider2 interface
to avoid API breakage.

Change-Id: I73c9f1b4bf8ec265f1b02804fa7f819bd2b8dd7a
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/12423
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

11 years agotmf : Fix binary search end time in InMemoryBackend
Jean-Christian Kouame [Fri, 28 Jun 2013 19:06:35 +0000 (15:06 -0400)] 
tmf : Fix binary search end time in InMemoryBackend

first interval was not always considered in memory backend request

Change-Id: I3741d182d362da835a08a1771fa87421744c9fff
Signed-off-by: Jean-Christian Kouame
Reviewed-on: https://git.eclipse.org/r/14117
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agotmf: Fix fake event problem in AbstractTmfStateProvider
Alexandre Montplaisir [Wed, 26 Jun 2013 18:17:30 +0000 (14:17 -0400)] 
tmf: Fix fake event problem in AbstractTmfStateProvider

For a given state provider, if the last event modifies the state
AND the user calls .waitForEmptyQueue() right before closing the
tree manually, the resulting history would have an incorrect end
time and it would be impossible to query at the timestamp of the
last event.

This was due do a "fake" synchronization event being set as the
provider's current event, so when closing the history it would
use its time stamp which is effectively 0.

Remedy this by using an internal event class explicitely for this.
Thanks to J.-C. Kouamé for finding this one!

Change-Id: I06227ca656a67991966b1d1dd15330cb97754fbe
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14080
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agoTMF: Add functions to verify if events are present in a CTF Trace
Geneviève Bastien [Fri, 17 May 2013 20:11:33 +0000 (16:11 -0400)] 
TMF: Add functions to verify if events are present in a CTF Trace

These functions verify whether one, some or all events are present in the
metadata of a CTF trace.  It is useful to verify the presence of events
before doing an analysis that requires them.

Change-Id: Ieed7f9bcd905bf354aa5550b10c6304e534e5728
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/12952
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

11 years agoctf: Fix formatting in CTFTrace
Simon Delisle [Tue, 21 May 2013 19:22:27 +0000 (15:22 -0400)] 
ctf: Fix formatting in CTFTrace

Change-Id: I416204b08281e0bb66b5c1389a4ec03b247a2828
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13032
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoctf: Fix seek bug with multi-threaded access
Matthew Khouzam [Fri, 21 Jun 2013 20:02:36 +0000 (16:02 -0400)] 
ctf: Fix seek bug with multi-threaded access

Store the map of event definitions per stream reader, not per
trace. This allows multiple parallel stream readers to work
correctly (same with multiple CtfIterator's).

Fixes bug #405411.

Change-Id: I43e4e05b5d8313410905e90cb23badbd1d54b9f8
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13994

11 years agoctf: Fix race condition in ctfiterator
Matthew Khouzam [Tue, 25 Jun 2013 21:51:40 +0000 (17:51 -0400)] 
ctf: Fix race condition in ctfiterator

You could advance an event while seeking, that is no longer possible
performance droped from 78000 events/s reading to 75000 events/s.
Potential hazard, threads can access the iterator and advance and seek
concurently. This is allowed by design, it's an iterator, it should be
wrapped in a safer candy coated shell so it doesn't melt in you hands.

Change-Id: I4df50389728f075f15312107f44847d61343366e
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14060
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agolttng: Update plugins version to 3.0 for the Luna branch
Alexandre Montplaisir [Fri, 21 Jun 2013 21:37:57 +0000 (17:37 -0400)] 
lttng: Update plugins version to 3.0 for the Luna branch

Change-Id: I5b50cea6f0d0005a673e58b4cc8dba69c671dfe4
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agolttng: Update plugins version to 2.1
Alexandre Montplaisir [Thu, 20 Jun 2013 17:26:26 +0000 (13:26 -0400)] 
lttng: Update plugins version to 2.1

(Pushed manually because Hudson CI was broken and veto-ing
any patch coming in...)

Change-Id: I60239715e771d6028ac0d7faa27aca7e30ac5d4a
Reviewed-on: https://git.eclipse.org/r/13962
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoRevert "Bug 410367 - Add 'about.html' to 'src.includes'"
Roland Grunberg [Fri, 21 Jun 2013 18:18:37 +0000 (14:18 -0400)] 
Revert "Bug 410367 - Add 'about.html' to 'src.includes'"

This reverts commit 398abd136aed831685ffca11ae2d6eba944e3a4b.

11 years agoBug 410367 - Add 'about.html' to 'src.includes'
Jeff Johnston [Wed, 19 Jun 2013 19:54:22 +0000 (15:54 -0400)] 
Bug 410367 - Add 'about.html' to 'src.includes'

- Fix feature source templates to get epl and license files included too.
- Fix tools.launch.ui, libhover.newlib, and rdt.proxy plugins to include
  about.html with binary jar.

Change-Id: I39a122a2cd74c7244ea3635f80cf14346dbe5ae6
Reviewed-on: https://git.eclipse.org/r/13960
Tested-by: Hudson CI
Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
IP-Clean: Roland Grunberg <rgrunber@redhat.com>
Tested-by: Roland Grunberg <rgrunber@redhat.com>
11 years agotmf: Removed unused import
Alexandre Montplaisir [Thu, 20 Jun 2013 15:51:06 +0000 (11:51 -0400)] 
tmf: Removed unused import

Change-Id: I93c22dbcd3b46ceba99e752dc8edf05f8ae34a8f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
11 years agoSet JavaSE-1.6 Execution Environment in project Java Build Path
Patrick Tasse [Tue, 18 Jun 2013 19:05:11 +0000 (15:05 -0400)] 
Set JavaSE-1.6 Execution Environment in project Java Build Path

Change-Id: Ifebefd7070db0f2b9a364c2e4d75748ad6918a11
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13881
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11 years agoBug 410367 - Add 'about.html' to 'src.includes'.
Jeff Johnston [Tue, 18 Jun 2013 20:49:47 +0000 (16:49 -0400)] 
Bug 410367 - Add 'about.html' to 'src.includes'.

Change-Id: Id599a09aa6d1c3dfae20164a3200c88ea732e26f
Reviewed-on: https://git.eclipse.org/r/13885
Tested-by: Hudson CI
Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
IP-Clean: Roland Grunberg <rgrunber@redhat.com>
Tested-by: Roland Grunberg <rgrunber@redhat.com>
11 years agotmf: Add guide about optional trace type attributes
Bernd Hufmann [Fri, 7 Jun 2013 20:43:15 +0000 (16:43 -0400)] 
tmf: Add guide about optional trace type attributes

Change-Id: Ic348fef1ead049688d819a51fdea6bb95f6ec01c
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13661
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
11 years agotmf: Update batch import wizard messages
Matthew Khouzam [Fri, 7 Jun 2013 21:31:05 +0000 (17:31 -0400)] 
tmf: Update batch import wizard messages

Change-Id: I591682a1f0785f2a310a62c9d00e59bccce5b043
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13663

11 years agoFix description of tracetype defaultEditor id attribute
Patrick Tasse [Fri, 7 Jun 2013 20:02:00 +0000 (16:02 -0400)] 
Fix description of tracetype defaultEditor id attribute

Change-Id: I1f3dd838c3d0e3c92300d87fc262593beee030b3
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13659
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
11 years agoRename TMF User Guide to Developer Guide and reorder sections
Patrick Tasse [Fri, 7 Jun 2013 15:58:01 +0000 (11:58 -0400)] 
Rename TMF User Guide to Developer Guide and reorder sections

Change-Id: I6ebb946009c1396aaf15685a709c4aadf0ea6c2a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13655
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
11 years agotmf: document how to add a trace type
Matthew Khouzam [Wed, 29 May 2013 18:29:16 +0000 (14:29 -0400)] 
tmf: document how to add a trace type

Change-Id: Ia9df95e282ad900963d9de2ee46950714363430c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13360

11 years agotmf: Fix overwrite problem of batch import wizard
Bernd Hufmann [Thu, 6 Jun 2013 18:14:39 +0000 (14:14 -0400)] 
tmf: Fix overwrite problem of batch import wizard

During batch import, when copying a trace, that is already in the
project as a link to an external location, with the same trace of
this external location then it used to wipe out the trace files in
the external location. This only happens when the trace is a
directory like the LTTng Kernel traces.
This commit fixes this problem.

Change-Id: I227f1eb07adb0b83699d8436f209badd0605770c
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13624
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
11 years agotmf: Add state system doc to the user guide
Alexandre Montplaisir [Fri, 31 May 2013 22:57:33 +0000 (18:57 -0400)] 
tmf: Add state system doc to the user guide

Change-Id: Iaac27b3d60c71a14c416388cb782c4fcecc610d4
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13461
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agolttng: Also initialize static state values
Alexandre Montplaisir [Tue, 4 Jun 2013 20:06:37 +0000 (16:06 -0400)] 
lttng: Also initialize static state values

Instead of just defining the integers statically, we can also define
the matching state value objects themselves. This can potentially
save a lot of object allocations during state system construction.

Some allocations will still be needed for state values that are only
known at run-time.

Change-Id: I3839c7685f64adf5bec1a41bd6dc342d24fdb529
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13564
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>

11 years agoAdd component interaction section to TMF user guide
Patrick Tasse [Tue, 4 Jun 2013 18:25:57 +0000 (14:25 -0400)] 
Add component interaction section to TMF user guide

Change-Id: I93e5bfcb5c009ce81fa10d135e1f6f2852824e51
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13558
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
11 years agotmf: fix in batch import wizard custom trace update
Matthew Khouzam [Tue, 4 Jun 2013 17:42:49 +0000 (13:42 -0400)] 
tmf: fix in batch import wizard custom trace update

The custom trace types can be programatically updated. The wizard will
now re-read the available trace types every time it is reloaded.

Change-Id: Idd497dcdd4b015398f3dc8b662effac4a4a94b00
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13554

11 years agoRemove unused clear experiment signal
Patrick Tasse [Tue, 4 Jun 2013 18:23:51 +0000 (14:23 -0400)] 
Remove unused clear experiment signal

Change-Id: I6f616c4a7991b856ace1c44e298f5f3408269c84
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13557
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
11 years agoPrevent broadcasting of range updated signal for streaming trace
Patrick Tasse [Tue, 4 Jun 2013 18:22:53 +0000 (14:22 -0400)] 
Prevent broadcasting of range updated signal for streaming trace

Change-Id: Id0326bc28aab0739dc140f73ee1cd502f8dead65
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13556
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: fix category of custom xml parser in batch import
Bernd Hufmann [Tue, 4 Jun 2013 15:40:07 +0000 (11:40 -0400)] 
tmf: fix category of custom xml parser in batch import

Change-Id: Ia5f927a0ccc6a96b56f4b00aebbd2f0e913b726d
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13545
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
11 years agotmf: Fix exceptions in sequence diagram view during shutdown
Bernd Hufmann [Fri, 31 May 2013 17:18:23 +0000 (13:18 -0400)] 
tmf: Fix exceptions in sequence diagram view during shutdown

- Fix NullPointerException caused by concurrent access
- Fix SWTException: widget is disposed
- Fix code indentation in TMfUml2SDSyncLoader

Change-Id: I7e2c011bfd85090f0e46f96de44035b02fb11996
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13443
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>

11 years agoAdd a View guide to the TMF documentation
Marc-Andre Laperle [Wed, 29 May 2013 22:10:13 +0000 (18:10 -0400)] 
Add a View guide to the TMF documentation

Change-Id: I7a99a17a3b87babd7c6bc413e54daabfa77bc869
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13374
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: Fix orignal trace import wizard (bug 409721)
Bernd Hufmann [Mon, 3 Jun 2013 12:59:18 +0000 (08:59 -0400)] 
tmf: Fix orignal trace import wizard (bug 409721)

The import used to fail at finish when no trace type was selected.
This commit fixes this bug.

Change-Id: I489e78f980d3d2f7eac96ede6ae931f30f9c893c
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13494
Tested-by: Hudson CI
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
11 years agoFix Sonar warnings in callstack package
Patrick Tasse [Fri, 31 May 2013 19:18:52 +0000 (15:18 -0400)] 
Fix Sonar warnings in callstack package

Change-Id: I955f5a184bb6084a8a883f4670c7bf1d1a3776f7
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13447
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

11 years agoTMF: Fix for subtree expanding sync bug in timegraphcombo
Patrick Tasse [Wed, 27 Mar 2013 17:38:32 +0000 (13:38 -0400)] 
TMF: Fix for subtree expanding sync bug in timegraphcombo

Expanded state of elements in time graph viewer is taken from the value
of the expanded state of the tree viewer. Should work for both Linux and
Windows

Change-Id: I7bb82544e669cf73aafdd81f8993d1b7105a77b7
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/11527
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
11 years agoFix for empty views that extend TmfView after restart (Bug 409345)
Bernd Hufmann [Wed, 29 May 2013 13:11:59 +0000 (09:11 -0400)] 
Fix for empty views that extend TmfView after restart (Bug 409345)

All views in Tmf/LTTng are affected by this problem:

- Add Handling of TmfTraceOpenedSignal in all relevant views
- The TmfUml2SDSyncLoader handles now the TmfTraceOpenedSignal
- TmfTrace is now registered as VIP listener for signals

Change-Id: Id0275bb44f72e4a05be8b91699958975c7b108f9
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13336
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
11 years agotmf: ctf: update documentation to better reflect ctf architecture
Matthew Khouzam [Wed, 29 May 2013 18:45:13 +0000 (14:45 -0400)] 
tmf: ctf: update documentation to better reflect ctf architecture

Change-Id: I6c23357d49b977788ae73da0db09f7fc463bb439
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13362
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agolttng: Fix more Sonar warnings in LTTng Tracer Control
Bernd Hufmann [Wed, 29 May 2013 15:44:15 +0000 (11:44 -0400)] 
lttng: Fix more Sonar warnings in LTTng Tracer Control

Change-Id: Id605ea90f7714e3662c207d2c2ad83dbbd29c5fc
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13343
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: Fix more Sonar warnings in Sequence Diagram Framework
Bernd Hufmann [Wed, 29 May 2013 15:23:02 +0000 (11:23 -0400)] 
tmf: Fix more Sonar warnings in Sequence Diagram Framework

Change-Id: I235bca865940386735cf9f9823da6ce9d1b0721d
Reviewed-on: https://git.eclipse.org/r/13342
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf/lttng: Refresh compiler settings for Kepler
Alexandre Montplaisir [Wed, 10 Apr 2013 15:48:57 +0000 (11:48 -0400)] 
tmf/lttng: Refresh compiler settings for Kepler

Change-Id: I1493ecf94b64f51105b5b9a7b2353f20ee808010
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13373
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>

11 years agoRemove profile lttngTests from lttng's pom.xml
Bernd Hufmann [Wed, 22 May 2013 11:26:05 +0000 (07:26 -0400)] 
Remove profile lttngTests from lttng's pom.xml

This profile used to be there for conditional execution of
LTTng test cases. This is not needed anymore because these tests
are now automated and work on Hudson.

Change-Id: I83e72fdd57845e9c09145e79857c88908d43a507
Reviewed-on: https://git.eclipse.org/r/13047
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: update wiki for batch import trace wizard.
Matthew Khouzam [Mon, 27 May 2013 15:54:34 +0000 (11:54 -0400)] 
tmf: update wiki for batch import trace wizard.

Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Change-Id: Id605d0f628fa306dc87c5414161304ed5859326e
Reviewed-on: https://git.eclipse.org/r/13230
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
11 years agoFix Sonar warnings in custom parser wizard package
Patrick Tasse [Wed, 29 May 2013 19:58:20 +0000 (15:58 -0400)] 
Fix Sonar warnings in custom parser wizard package

Change-Id: Icd54d92d645633208bdd337e320753e57cdc5023
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13371
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

11 years agotmf: Fix some Sonar warnings in the state system code
Alexandre Montplaisir [Wed, 29 May 2013 18:22:08 +0000 (14:22 -0400)] 
tmf: Fix some Sonar warnings in the state system code

Change-Id: I796bad9720a2fd6bc2be2b2d27bc8d52e70afbb0
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/13357
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

11 years agotmf: fix potential bug when selecting trace types in import wizard
Matthew Khouzam [Thu, 23 May 2013 20:45:18 +0000 (16:45 -0400)] 
tmf: fix potential bug when selecting trace types in import wizard

Change-Id: I963b47cf18caba9d0ae215f74bd8861c2ea29175
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13347
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

11 years agotmf: fix bug where batch import trace does not show scan progress
Matthew Khouzam [Fri, 24 May 2013 21:01:38 +0000 (17:01 -0400)] 
tmf: fix bug where batch import trace does not show scan progress

Change-Id: I1fae04177d694264a02d0fb09679245478b1b668
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13341
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agoFix Sonar warnings in timegraph package
Patrick Tasse [Tue, 28 May 2013 18:54:20 +0000 (14:54 -0400)] 
Fix Sonar warnings in timegraph package

Change-Id: If20ef00dba5ac104f76a7f0b0e8a0095c7916652
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13294
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agoFix NPE on trace with obsolete persistent properties
Patrick Tasse [Tue, 28 May 2013 21:25:41 +0000 (17:25 -0400)] 
Fix NPE on trace with obsolete persistent properties

Change-Id: Ic867f89b2446e60f5aca75e7fb563045950334fc
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13302
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>

11 years agoTmf: fix missing titles to import wizard pages
Matthew Khouzam [Wed, 22 May 2013 21:31:11 +0000 (17:31 -0400)] 
Tmf: fix missing titles to import wizard pages

improve comments
remove some lingering " "s and replace them with ' 's

Change-Id: Id100f8fb074f3ea69d6908ef9057efa9e23a25f5
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13301
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
11 years agotmf: fix bug when importing and no project is selected
Matthew Khouzam [Tue, 28 May 2013 19:29:48 +0000 (15:29 -0400)] 
tmf: fix bug when importing and no project is selected

fix importing custom text and xml traces
fix importing single files in copy mode when one file is imported
several times, sometimes renamed after importing non-renamed versions of
the same trace

Change-Id: I70a13fdfd800bc46475040e6d73a86e19a6bbdc2
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13289
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
This page took 0.04863 seconds and 5 git commands to generate.