deliverable/tracecompass.git
9 years agoBug 460736 - Fix signing in the presence of packed jars
Marc-Andre Laperle [Wed, 25 Feb 2015 22:44:21 +0000 (17:44 -0500)] 
Bug 460736 - Fix signing in the presence of packed jars

The pack200b plugin was executing before pack200a when sign-update-site profile
was active. The solution is to explicitly specify the pack200b to be after
pack200a in the profile.

Change-Id: I8e7a0d528e601dc8ca205b3a71d4fdb676081dfe
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42709
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoStateSystem: make isHistoryBackendBuilt have a getter and setter
Matthew Khouzam [Tue, 13 Jan 2015 01:17:49 +0000 (20:17 -0500)] 
StateSystem: make isHistoryBackendBuilt have a getter and setter

Change-Id: Id53b72a4ef611dac4c7b915b67a9e14e4a2a5f1c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/36818
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoUpdate XML test traces to use long's instead of int's
Alexandre Montplaisir [Fri, 20 Feb 2015 00:06:53 +0000 (19:06 -0500)] 
Update XML test traces to use long's instead of int's

The "prev_prio" and "next_prio" fields of CTF traces (as a matter
of a fact, *all* CTF integer fields) are interpreted as long's by
the CTF parser. To keep this consistent in the state providers,
update the XML test traces to use longs for these fields.

Change-Id: I3e2cf4793925ac769c5e1cf099ff51686779bed3
Signed-off-by: Christian Mansky <christian.mansky@gmx.at>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/42250
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Use a relative path for the FunctionNameMapper test file
Alexandre Montplaisir [Thu, 19 Feb 2015 23:48:01 +0000 (18:48 -0500)] 
tmf: Use a relative path for the FunctionNameMapper test file

This will allow the test to work when run from another Eclipse
plugin, for example when using the "alltests" runners.

Change-Id: I7fe8dcb5b675c5c6da160af7a4c78064041ef3cd
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/42249
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agolttng: Remove a quark literal in a test
Alexandre Montplaisir [Thu, 19 Feb 2015 23:20:15 +0000 (18:20 -0500)] 
lttng: Remove a quark literal in a test

Not very clear what "attribute #233" refers to, we should retrieve
the quark using the attribute path instead. This will keep the test
working if the number of attributes ever changes.

Change-Id: Ie97bc6468ac43529b5b78998f603a18773cd4b02
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/42248
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoBug 457287: Standardize feature names and descriptions
Bernd Hufmann [Fri, 20 Feb 2015 16:48:34 +0000 (11:48 -0500)] 
Bug 457287: Standardize feature names and descriptions

Change-Id: I86c3b992815a8dea696d68e4428bc056814bd478
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42327
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoChange Linux Tools to Trace Compass in unchanged plugin.properties files
Bernd Hufmann [Tue, 24 Feb 2015 18:10:50 +0000 (13:10 -0500)] 
Change Linux Tools to Trace Compass in unchanged plugin.properties files

Change-Id: Ie0c6ad1e5699243df97b74862c1c61a09ba78ec4
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42559
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
9 years agoRemove update site reference in all feature.xml files
Bernd Hufmann [Tue, 24 Feb 2015 15:52:07 +0000 (10:52 -0500)] 
Remove update site reference in all feature.xml files

Change-Id: I55cfbd1590b46f33395ce185c61a04d3696a96e3
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42542
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Fix time graph bounds reset on refresh and ignoring child entries
Patrick Tasse [Fri, 20 Feb 2015 15:39:25 +0000 (10:39 -0500)] 
tmf: Fix time graph bounds reset on refresh and ignoring child entries

Calling refresh() or setInput() should not reset the bounds if they have
been set to specific values by the user.

When determining bounds based on the input time graph entries, only the
root entries were considered. All roots and their recursive children
should be considered.

The value SWT.DEFAULT can now be used as a time bound to indicate that
the bound should be set according to the input time graph entries. For
any other value the bound will be fixed and unaffected by the input.

This setting can be applied independently for each bound.

The distinction between user-specified and actual bounds is made clearer
in the API Javadoc.

Change-Id: Ia79d35d41ed08cf7475807f9d352b1931196e5d5
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/42330
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agotmf: Fix inconsistent tree item expansion in TimeGraphCombo
Patrick Tasse [Wed, 18 Feb 2015 19:48:17 +0000 (14:48 -0500)] 
tmf: Fix inconsistent tree item expansion in TimeGraphCombo

When refresh() is called, the tree viewer expanded all items but the
time graph viewer expanded to the auto-expand level. The tree viewer now
also expands to the auto-expand level.

When an entry filter is applied, the tree viewer expanded all items but
the time graph viewer expanded to the auto-expand level. The time graph
viewer now also expands all items.

Change-Id: Ied0d42d54a2a2b027e879db0d6f960854314eebe
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/42155
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agotmf: Add list methods for trace package elements
Patrick Tasse [Fri, 20 Feb 2015 22:45:45 +0000 (17:45 -0500)] 
tmf: Add list methods for trace package elements

Change-Id: I84043147a73880367e692cdefdc08f6e3d0ed75a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/42345
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agolttng control: update to the remote API v2
Bernd Hufmann [Tue, 17 Feb 2015 14:33:23 +0000 (09:33 -0500)] 
lttng control: update to the remote API v2

Change-Id: Iedc8e9beb252a92065d51e795ba85b209e458264
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42160
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
9 years agotmf: Bug 460032: Fix concurrent update of XML presentation provider
Bernd Hufmann [Mon, 16 Feb 2015 16:04:51 +0000 (11:04 -0500)] 
tmf: Bug 460032: Fix concurrent update of XML presentation provider

Change-Id: Ie5dbbd7ddaa9737048ecdee4d383e43d094f0681
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41943
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoFix a few 'command' typos
Marc-Andre Laperle [Mon, 9 Feb 2015 15:49:01 +0000 (10:49 -0500)] 
Fix a few 'command' typos

Change-Id: I43b93bd5033b7b10172f7c26a29c9a454f72ed88
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41447
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoswtbot: add skeleton of sequence diagram test.
Matthew Khouzam [Thu, 12 Feb 2015 14:56:35 +0000 (09:56 -0500)] 
swtbot: add skeleton of sequence diagram test.

Change-Id: I4dc572323d6a89502340e855228a7f00861faf35
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41741
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agotmf: alphabetically sort experiment traces in project model
Bernd Hufmann [Mon, 16 Feb 2015 12:44:52 +0000 (07:44 -0500)] 
tmf: alphabetically sort experiment traces in project model

This ensures that they are always handled the same order
(e.g. Histogram)

Change-Id: Id80f4988d80e537127cde82d37e7f443b7c944d1
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41924
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoProvide packed jars in update site
Marc-Andre Laperle [Wed, 4 Feb 2015 23:19:49 +0000 (18:19 -0500)] 
Provide packed jars in update site

This is recommended to use in eclipse p2 repositories to reduce bandwidth.

If we need to provide a zip of the update site in the future, we should
consider the workaround done by CDT to reduce the zip size, see
https://git.eclipse.org/r/#/c/39624/

References:
https://wiki.eclipse.org/Tycho/Pack200
https://wiki.eclipse.org/SimRel/Simultaneous_Release_Requirements#Provide_optimized_p2_repository_.28partially_tested.29
http://build.eclipse.org/simrel/mars/reporeports/reports/pack200data.txt

Change-Id: I80de8ccaf96c6741db890e079c590ea101e88a9d
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41114
Reviewed-by: Hudson CI
9 years agolttng: Fix virtual machine experiment name
Patrick Tasse [Mon, 16 Feb 2015 22:14:30 +0000 (17:14 -0500)] 
lttng: Fix virtual machine experiment name

Make the default constructor use an empty name, which allows for the
super implementation to later override with the experiment element name.

Change-Id: I9236d20d40ba73336997150dce406e05243f4c0c
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41972
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Dispose wrapped trace in TmfXmlTraceStub
Patrick Tasse [Mon, 16 Feb 2015 21:48:15 +0000 (16:48 -0500)] 
tmf: Dispose wrapped trace in TmfXmlTraceStub

Change-Id: Ie30e1675a95edee83b691866cd4dec772768ffe1
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41970
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Bug 459493: TmfTimestampFormat doesn't parse extra spaces correctly
Patrick Tasse [Mon, 9 Feb 2015 19:15:50 +0000 (14:15 -0500)] 
tmf: Bug 459493: TmfTimestampFormat doesn't parse extra spaces correctly

Change-Id: I632348edd64ac31fdafaa5ae7bd2e84ea3abb2bb
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41945
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoBug 459835 - Fix starting the RCP from outside a shell with --open and ~ (home)
Marc-Andre Laperle [Thu, 12 Feb 2015 21:50:11 +0000 (16:50 -0500)] 
Bug 459835 - Fix starting the RCP from outside a shell with --open and ~ (home)

Change-Id: I89cff22648726cb7150f9e11844923df37208d5c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41785
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoAdd some missing about.html in bin.includes
Marc-Andre Laperle [Wed, 4 Feb 2015 22:07:54 +0000 (17:07 -0500)] 
Add some missing about.html in bin.includes

Change-Id: I8d8d3f1298884abe67c6d350c271f33ceb4d04db
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41107
Reviewed-by: Hudson CI
9 years agoUse Luna eclipse.remote to fix build
Marc-Andre Laperle [Mon, 16 Feb 2015 19:15:38 +0000 (14:15 -0500)] 
Use Luna eclipse.remote to fix build

The API in eclipse.remote has changed significantly in Mars so our code doesn't
compile anymore. Since this is not a trivial fix, we will use the Luna version
until we make it work with the Mars version.

Change-Id: I8f1e77d8610e511d8b46802766cd60b8dc9f36ad
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41958
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoRemove targets older than 4.4
Marc-Andre Laperle [Sat, 7 Feb 2015 16:47:08 +0000 (11:47 -0500)] 
Remove targets older than 4.4

We haven't supported targets older than 4.4 for a while now (one compile
error). Also, I don't think many people use them to track down platform
regressions.

Change-Id: Ic5183ab33b57ecd2c26d9d974cc90d92e4dbb9e4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41363
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agotmf: Bug 455414: Make bookmarks file immediately hidden at creation
Patrick Tasse [Fri, 13 Feb 2015 21:35:44 +0000 (16:35 -0500)] 
tmf: Bug 455414: Make bookmarks file immediately hidden at creation

Change-Id: Ic07f73ba61a668215532315b7e42bf4bb955a2dd
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41853
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoTMF: Synchronize traces in an Eclipse job
Geneviève Bastien [Wed, 1 Oct 2014 21:27:59 +0000 (17:27 -0400)] 
TMF: Synchronize traces in an Eclipse job

This way, we can see the progress of the trace synchronization and cancel the
job if desired.

Change-Id: Ie77b9173be5bb4f7f08cf9e1aacca1210e05535d
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/39079
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoTMF: Fix performance issue in the filter dialog of the time graph view
Mathieu Cote [Thu, 12 Feb 2015 22:43:58 +0000 (17:43 -0500)] 
TMF: Fix performance issue in the filter dialog of the time graph view

This patch improves the performance of opening the filter dialog
of the time graph view. The dialog can take many minutes to open
with traces that contain 10 000+ threads, because of an O(n²)
algorithm to associate threads with their parent. With this change,
it takes about 8 seconds to open the dialog.

Change-Id: Ib4f4c41583705041a3df9d7ca26d2f883ffd9a43
Signed-off-by: Mathieu Cote <mathieu.cote@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/41789
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoTmf: Simplify trace synchronization by removing the network concept
Geneviève Bastien [Tue, 6 Jan 2015 21:12:51 +0000 (16:12 -0500)] 
Tmf: Simplify trace synchronization by removing the network concept

Because when matching events from traces, conceptually, it is always a
"network" synchronization, whether the events are actual network events or
something else. The magic happens in the match event definition anyway.

Change-Id: I3d2903bb5669c0d650287a4a8b27b32a377a75e5
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/39076
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Fix updating of 'Event in selection' statistics (Bug 459571)
Bernd Hufmann [Tue, 10 Feb 2015 16:17:48 +0000 (11:17 -0500)] 
tmf: Fix updating of 'Event in selection' statistics (Bug 459571)

Change-Id: I1ec247ddde1256ee324f84d2743916a2b488eff1
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41538
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agodoc: Document event aspects in the Dev Guide
Alexandre Montplaisir [Mon, 9 Feb 2015 22:38:40 +0000 (17:38 -0500)] 
doc: Document event aspects in the Dev Guide

Change-Id: I498a29311a8951bd60651cecccf20c8d49fbc648
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41471
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agodoc: Updates to the first section of the Dev Guide
Alexandre Montplaisir [Mon, 9 Feb 2015 21:28:02 +0000 (16:28 -0500)] 
doc: Updates to the first section of the Dev Guide

* Move the Nexus-lite example at the end of the section. Typically
  you exlain things first, then show an example, not the other way
  around.
* Apparantly the Nexus code itself was never merged in the tree.
  Remove the references to this code (hopefully the contents of
  the doc is still useful by itself).
* Wrap non-list text to 80 columns. Makes the text files and git
  diffs easier to read.

Change-Id: I790f8087a792ed66fae8f2d9511bf76d448ffbed
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41470
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: fix 'Link with Editor' for experiments and dir traces (Bug 459672)
Bernd Hufmann [Wed, 11 Feb 2015 15:34:27 +0000 (10:34 -0500)] 
tmf: fix 'Link with Editor' for experiments and dir traces (Bug 459672)

Change-Id: I38cbbf99f85b9bbca7396f8376d84213a0d32ed7
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41636
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoTMF: Make the ITmfEvent#getTimestamp() return NonNull
Geneviève Bastien [Tue, 10 Feb 2015 21:33:45 +0000 (16:33 -0500)] 
TMF: Make the ITmfEvent#getTimestamp() return NonNull

And all the required NonNull annotations to fix all the warnings

Change-Id: If064c2ca2da96bbeb6c143f48e5b965e34b91314
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/41239
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
9 years agoTMF: Add some NonNull annotations to ITmfTimestampTransform
Geneviève Bastien [Fri, 6 Feb 2015 02:58:05 +0000 (21:58 -0500)] 
TMF: Add some NonNull annotations to ITmfTimestampTransform

And all the necessary NonNull annotations that this little change
requires

Change-Id: I4da75d6d936f0f1adbd3e5b27ca6182711557841
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/41238
Reviewed-by: Hudson CI
9 years agoctf: Add the symbol-mapping file of the cyg-profile trace
Alexandre Montplaisir [Thu, 12 Feb 2015 20:00:47 +0000 (15:00 -0500)] 
ctf: Add the symbol-mapping file of the cyg-profile trace

This file contains the output of 'nm' that was run on the binary
that was used to take the "glxgears-cyg-profile(-fast)" traces.

Change-Id: Ie889d9dc1a9ce359b451d3160c8938de6eb0c421
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41775
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Small updates to FunctionNameMapper
Alexandre Montplaisir [Wed, 11 Feb 2015 22:58:19 +0000 (17:58 -0500)] 
tmf: Small updates to FunctionNameMapper

Make the class final w/ private constructor.

Use ImmutableMap instead of Collections.unmodifiableMap
(can't use an ImmutableMap.Builder though, because there will
be duplicate keys in what we read from the files).

Pre-compile the regex to remove leading zeroes.

Change-Id: I94a5d5b4c5aabd5357e52bf8c062c46ec8c2305b
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41689
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agotmf: Add unit test for FunctionNameMapper
Alexandre Montplaisir [Wed, 11 Feb 2015 22:12:16 +0000 (17:12 -0500)] 
tmf: Add unit test for FunctionNameMapper

Change-Id: I54f8e407e67942d7d88b7947c5298b6046c0b72e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41688
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agotmf: Don't import uneeded entries in FunctionNameMapper
Alexandre Montplaisir [Wed, 11 Feb 2015 22:34:16 +0000 (17:34 -0500)] 
tmf: Don't import uneeded entries in FunctionNameMapper

Lines from a 'nm' output file that represent non-static symbols
(so for which we don't have adresses) would create an entry in
the function map with an empty string as address.

This is because String.split(" ") would split the series of spaces
at the beginning of the line into many sub-strings. Simply doing
String.trim() first avoids that.

In practice it did not matter much because no entry in the view would
use the empty string key. Still, it's cleaner to fix it.

Change-Id: I4a3ac452aedd8d8cf4ff85db982ccd2c9fdf5693
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41687
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agotmf: Move FunctionNameMapper (for the Callstack View) to the core plugin
Alexandre Montplaisir [Wed, 11 Feb 2015 21:01:40 +0000 (16:01 -0500)] 
tmf: Move FunctionNameMapper (for the Callstack View) to the core plugin

This also moves the dependency on cdt.core from tmf.ui to tmf.core.

Change-Id: Iefb44b7af16e281ec290115e66482ed3fbe84cc2
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41686
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agoRemove workaround in pom.xml's for a bug fixed 8 years ago
Alexandre Montplaisir [Wed, 11 Feb 2015 23:55:26 +0000 (18:55 -0500)] 
Remove workaround in pom.xml's for a bug fixed 8 years ago

It's so old that the bug tracker does not even exist anymore...

Change-Id: I434b558eaf0b713da244a1d7a7384ddd793dd175
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41691
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Don't open trace files with validation confidence 0 (Bug 436444)
Bernd Hufmann [Tue, 10 Feb 2015 19:55:07 +0000 (14:55 -0500)] 
tmf: Don't open trace files with validation confidence 0 (Bug 436444)

... and only one valid applicable trace type is available.

Change-Id: Id6494df2bf78d1be079ef12e729d6a869c81d260
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41566
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years ago[GDB Trace] Add 'Content' column back to events table (Bug 459711)
Bernd Hufmann [Wed, 11 Feb 2015 18:57:04 +0000 (13:57 -0500)] 
[GDB Trace] Add 'Content' column back to events table (Bug 459711)

Change-Id: I2bca9e171d2abd7f6de13ea9c041f1c6a52d6d2a
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41667
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agobtf: Bug 459367: NumberFormatException when trying to open invalid file
Patrick Tasse [Mon, 9 Feb 2015 23:00:14 +0000 (18:00 -0500)] 
btf: Bug 459367: NumberFormatException when trying to open invalid file

Change-Id: I7bb0a3f147839cb04467036f0e8ca4b03d8a9b12
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41473
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agobtf: Fix BTF event property source
Patrick Tasse [Fri, 6 Feb 2015 16:25:00 +0000 (11:25 -0500)] 
btf: Fix BTF event property source

The BTF UI plug-in is now started through the
org.eclipse.core.runtime.adapters extension, since no class would
trigger the plug-in start. This allows the BTF event adapter factory to
be registered. To force loading the plug-in, we let BtfEvent load the
adapter instead of simply getting it which in turn creates the factory
and loads the plug-in.

The BTF event property source is updated to display the Notes field into
its own property.

The BTF event reference member is renamed to target.

Change-Id: I37fe006cece41f9b470da714314cef932ab7e9a8
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41302
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
9 years agoreleng: Remove RCP features from non-RCP update site
Alexandre Montplaisir [Mon, 9 Feb 2015 21:03:58 +0000 (16:03 -0500)] 
releng: Remove RCP features from non-RCP update site

The RCP version has its own update site now. This should avoid
the problems of Eclipse plugin users installing the RCP features
by mistake.

Manually added the RCP source features in the RCP update site.

Change-Id: I7e001397cf2d6a65fc8687d89ebb811d290a0694
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41466
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years ago[LTTng control] fix snapshot session for non-live sessions (Bug 459552)
Bernd Hufmann [Tue, 10 Feb 2015 14:19:14 +0000 (09:19 -0500)] 
[LTTng control] fix snapshot session for non-live sessions (Bug 459552)

Change-Id: Ida1601dea6718394a32b7633695c4194c17d25d1
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41524
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: fix histogram for lost events (Bug 459498)
Bernd Hufmann [Mon, 9 Feb 2015 19:35:04 +0000 (14:35 -0500)] 
tmf: fix histogram for lost events (Bug 459498)

Change-Id: I597fa57ac45ee90a77f8bb224db477c7ddd8d0ab
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41462
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoUpdate Developer Guide for Trace Compass
Marc-Andre Laperle [Wed, 4 Feb 2015 18:46:27 +0000 (13:46 -0500)] 
Update Developer Guide for Trace Compass

Change-Id: I42a4ace9bdf4ef4fdbfe6feaa49ea29bd343636b
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41366
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agotmf: Handle spaces in function names in the Callstack View
Alexandre Montplaisir [Tue, 10 Feb 2015 18:43:52 +0000 (13:43 -0500)] 
tmf: Handle spaces in function names in the Callstack View

De-mangled C++ symbol names may contain spaces, so the function
name reader must not split around these spaces.

Also mention in the documentation that 'nm --demangle' can be used
to get readable C++ function names.

Refs bug #459534.

Change-Id: Ib046a15ada590b389bb8d1af2983e00629d17a35
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41561
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoos.linux: Turn the TID aspect into a singleton
Alexandre Montplaisir [Sat, 7 Feb 2015 06:23:56 +0000 (01:23 -0500)] 
os.linux: Turn the TID aspect into a singleton

Change-Id: I641b823ff8e4ee98bb0b43b58ab85addd93b5ec7
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41563
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoRemove versions from other Trace Compass plugin dependencies
Alexandre Montplaisir [Fri, 6 Feb 2015 19:41:08 +0000 (14:41 -0500)] 
Remove versions from other Trace Compass plugin dependencies

These are normally shipped together, so there should be no
version discrepancies. It can be very useful for third-party
dependencies though (or even our "own" if we eventually move
some components in different git repos).

Change-Id: I8699155b5032564b22ca674cf1965b54a44036da
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41319
Reviewed-by: Hudson CI
9 years agotmf: Fix workspace backwards compatibility of filters, colors and XML
Bernd Hufmann [Fri, 6 Feb 2015 02:27:53 +0000 (21:27 -0500)] 
tmf: Fix workspace backwards compatibility of filters, colors and XML
analysis

Change-Id: Ifa81c71e3858008d091ee7e1ead5a60f6daac09b
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41236
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Fix TmfTimestampFormat Javadoc location in custom parser wizards.
Patrick Tasse [Fri, 6 Feb 2015 21:02:21 +0000 (16:02 -0500)] 
tmf: Fix TmfTimestampFormat Javadoc location in custom parser wizards.

Also fix missing links in javadoc page.

Change-Id: I92a375013d9fdc27c2f0a4fdf804aaf983e5525f
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/41330
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agocontrol: fix tracing group option on command line (Bug 459444)
Bernd Hufmann [Mon, 9 Feb 2015 12:05:43 +0000 (07:05 -0500)] 
control: fix tracing group option on command line (Bug 459444)

Change-Id: I983ea9a49826f93a91d35fc9788b656aa76d1d57
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41417
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
9 years agoctf: make MonotonicComparator Serializable
Matthew Khouzam [Sat, 7 Feb 2015 13:09:50 +0000 (08:09 -0500)] 
ctf: make MonotonicComparator Serializable

This allows datastructures like Trees to use it

Change-Id: I1579a6b81326860587e3b403e021f49ac4ecb890
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41356
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Don't import LTTng index files as traces (Bug 451960)
Bernd Hufmann [Fri, 6 Feb 2015 16:09:50 +0000 (11:09 -0500)] 
tmf: Don't import LTTng index files as traces (Bug 451960)

Change-Id: Id4a46fe7e586279f32cb01617b4e4a7f0496f8a4
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41296
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoChange build target to Eclipse Mars
Marc-Andre Laperle [Fri, 6 Feb 2015 23:39:00 +0000 (18:39 -0500)] 
Change build target to Eclipse Mars

Trace Compass 1.0.0 will be released with Eclipse Mars so we should build
against it.

Change-Id: Id7a0bd3842639507f15a908f41b83d8396acd4ec
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41345
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoUpdate all plugins and features to 1.0.0
Alexandre Montplaisir [Wed, 4 Feb 2015 22:57:03 +0000 (17:57 -0500)] 
Update all plugins and features to 1.0.0

While we don't *need* to update everything, it looks nice to start
everything at 1.0. Afterwards, we can only bump the version numbers
if the contents have actually changed.

Change-Id: Ic0781e6a878fd98daac40dfc5552d4dcfa211bb3
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41111
Reviewed-by: Hudson CI
9 years agoctf: make StreamInputPacketIndexEntry not Comparable
Matthew Khouzam [Thu, 29 Jan 2015 14:51:35 +0000 (09:51 -0500)] 
ctf: make StreamInputPacketIndexEntry not Comparable

Move the comparator to the StreamInputPacketIndex so that it is not
a true compareTo. This makes sense as compareTo needs to be a true
comparison not a partial compare. If compare returns 0, it should be
equals, not more or less equivalent.

Change-Id: I614c9f7d1eb48ac239abd7921b0fcf60fda76be3
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40631
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoos.linux: Add a TID aspect for the linux os analysis
Geneviève Bastien [Mon, 19 Jan 2015 21:29:58 +0000 (16:29 -0500)] 
os.linux: Add a TID aspect for the linux os analysis

The TID aspect implemented here comes from the kernel analysis.

Change-Id: I4d64374ea3886fa8f5e5978303cd47a472f1e751
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/39898
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
9 years agoos.linux: Move the HostThread class from lttng2.kernel to os.linux
Geneviève Bastien [Mon, 19 Jan 2015 21:28:37 +0000 (16:28 -0500)] 
os.linux: Move the HostThread class from lttng2.kernel to os.linux

It is a class that can be used for other analyzes than only the virtual machine
one.

Change-Id: Icd417d68d41c6b6363fe440ab7cd38d9ab4ad9d2
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/39897
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoTMF: allow multiple analysis helpers to have the same ID
Geneviève Bastien [Thu, 5 Feb 2015 04:24:39 +0000 (23:24 -0500)] 
TMF: allow multiple analysis helpers to have the same ID

It allows to access analysis modules using an identifier defined in the class
itself, and so for many helpers defined in different extension points.

It does not prevent having different module IDs use the same module class for
various use cases (see o.e.t.tmf.core.tests for example).

That repairs the Control Flow View and the Resources View for Test XML Stub
traces who support it.

Change-Id: I83dae6be556ef06755494ec72078739c2b19f837
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/40392
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
9 years agodoc: Change RCP guide to use h2 headings
Alexandre Montplaisir [Wed, 4 Feb 2015 19:08:08 +0000 (14:08 -0500)] 
doc: Change RCP guide to use h2 headings

This ensures that only one HTML file is generated, and this is
better for now since the whole guide fits on one page.

Change-Id: I556ac4241169bbc6cefd532a74c5db1339148dce
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41100
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoUpdate outdated license
Marc-Andre Laperle [Fri, 6 Feb 2015 18:49:23 +0000 (13:49 -0500)] 
Update outdated license

Products don't seem to support shared licenses. See bug 459346.

Change-Id: If45d90c9cac7795313f01ce2038815bcf2b62c81
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41313
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
9 years agoDocument the different profiles in the README
Alexandre Montplaisir [Wed, 4 Feb 2015 22:17:32 +0000 (17:17 -0500)] 
Document the different profiles in the README

Change-Id: I1d211fa7607f073b12b6cf27c371308a3546c654
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41106
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoRe-enable FilterViewerTest
Marc-Andre Laperle [Wed, 4 Feb 2015 22:41:45 +0000 (17:41 -0500)] 
Re-enable FilterViewerTest

Change-Id: Id21f93b93d5b91a5446d65d5e2f853bc785d0c7e
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41110
Reviewed-by: Hudson CI
9 years agotmf: Update user guide for aspect-based filtering
Patrick Tasse [Wed, 4 Feb 2015 22:51:02 +0000 (17:51 -0500)] 
tmf: Update user guide for aspect-based filtering

Change-Id: Ib48e20e81c38d6eed84eda2fe91934347fe80403
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39543
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Hudson CI
9 years agotmf: remove trace copy menu from FiltersView menu (bug 458580)
Bernd Hufmann [Thu, 29 Jan 2015 12:01:41 +0000 (07:01 -0500)] 
tmf: remove trace copy menu from FiltersView menu (bug 458580)

Change-Id: I85b559fa17f0a5f4adf102dfc0db107af85bfc2d
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40614
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoMake XML analysis using custom parsers backwards compatible
Bernd Hufmann [Wed, 4 Feb 2015 14:19:48 +0000 (09:19 -0500)] 
Make XML analysis using custom parsers backwards compatible

Change-Id: I96d8c349db4beae868aa611252775724ba82412e
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41077
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoRemove deprecated and unused methods related to custom traces
Bernd Hufmann [Tue, 3 Feb 2015 15:19:43 +0000 (10:19 -0500)] 
Remove deprecated and unused methods related to custom traces

The unused methods in TmfTraceType actually didn't work anymore after
adding categories to custom traces.

Change-Id: Ic6e46a5918efdcc8fad9ae49164247e4215e4449
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41014
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoMake Custom Parser trace type backwards compatible to Linux Tools
Bernd Hufmann [Tue, 3 Feb 2015 14:19:35 +0000 (09:19 -0500)] 
Make Custom Parser trace type backwards compatible to Linux Tools

To achieve this it was necessary to update how the trace type ids
are build for custom parsers

Change-Id: I09dbfd83c1296f00473bfdd15ae36cdb105d52a9
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41013
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Add missing export to tmf.ui's Manifest
Alexandre Montplaisir [Tue, 3 Feb 2015 18:50:12 +0000 (13:50 -0500)] 
tmf: Add missing export to tmf.ui's Manifest

Change-Id: I67015673c97cf1d1b5c200a49c5a239b7d226a28
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41012
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agodoc: Update user guides for Trace Compass release
Marc-Andre Laperle [Tue, 3 Feb 2015 17:56:51 +0000 (12:56 -0500)] 
doc: Update user guides for Trace Compass release

- Update LTTng, pcap and gdbtrace user guides so that they don't mention
  Linux Tools
- Change LTTng User Guide to Trace Compass User Guide. For that, it was
  necessary to reorder and reword a few sections.
- Other minor corrections

Change-Id: I5ae0b88f2de1131865399fe2fc55d1d7de795af4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41039
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Missing delete action in Filter dialog of ColorsView (bug 458582)
Bernd Hufmann [Thu, 29 Jan 2015 12:07:57 +0000 (07:07 -0500)] 
tmf: Missing delete action in Filter dialog of ColorsView (bug 458582)

Change-Id: I1a4bc08ffe55484269ae3e26dcd49b60e66d2017
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40615
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
9 years agotmf: fix handler activations in FiltersView (Bug 458579)
Bernd Hufmann [Thu, 29 Jan 2015 11:58:32 +0000 (06:58 -0500)] 
tmf: fix handler activations in FiltersView (Bug 458579)

Change-Id: I516738cb42617cf7abe41484259f6e3892bb76f4
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40613
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
9 years agotmf: support preprocessing of lines in the TextTrace class (Bug 458578)
Bernd Hufmann [Wed, 28 Jan 2015 15:14:45 +0000 (10:14 -0500)] 
tmf: support preprocessing of lines in the TextTrace class (Bug 458578)

Change-Id: I510a6a12bf9a9abd38985bdb2097480afb0c0ad1
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40549
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
9 years agoFix some easy FindBugs issues in BTFTrace
Marc-Andre Laperle [Wed, 4 Feb 2015 15:29:40 +0000 (10:29 -0500)] 
Fix some easy FindBugs issues in BTFTrace

-Do not synchronize on getClass
-DateFormats are not multithread-safe so don't use a field

Change-Id: Ib24b63c7478b2b40f91a1a2f011e80895f7da7d6
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41087
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
9 years agodoc: Add Maven targets to deploy the generated HTML files
Alexandre Montplaisir [Wed, 4 Feb 2015 00:27:12 +0000 (19:27 -0500)] 
doc: Add Maven targets to deploy the generated HTML files

This adds Yet Another Maven profile, "deploy-doc", that will copy
the generated HTML files (and their images) to the project's
archives area on eclipse.org (or any other location defined by the
property "docDestination").

Change-Id: Ia1188f1e431b251025b54e00e29dfa4a92f62e40
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41033
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agodoc: Add a TOC to the longer guides
Alexandre Montplaisir [Wed, 4 Feb 2015 00:39:43 +0000 (19:39 -0500)] 
doc: Add a TOC to the longer guides

This will help the HTML (non-Eclipse-help) version much easier
to navigate.

Change-Id: I0e77af7b10fe16863998c6f836d576ce682761dc
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41032
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agodoc: Clean up the build.xml Ant files
Alexandre Montplaisir [Tue, 3 Feb 2015 18:38:52 +0000 (13:38 -0500)] 
doc: Clean up the build.xml Ant files

* Remove the "download" targets. We do not store the doc on a
  wiki anymore.
* Remove the pre-Luna Mylyn task location
* Keep only one instance of some commonly-used files, directly
  under the doc/ directory.

Change-Id: Ibfad6aa2ba332ebb3aec2de255a93fea38d5b1f7
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41031
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agodoc: Move all help plugins to a doc/ subdirectory
Alexandre Montplaisir [Tue, 3 Feb 2015 00:21:49 +0000 (19:21 -0500)] 
doc: Move all help plugins to a doc/ subdirectory

Also rename them to .doc.user and .doc.dev, similar to what is
used in JDT and Platform.

Change-Id: I8c577c1ba61961e0fb646799f15e07fe5645fc4e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41007
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Bug 457502: Prevent duplication of Stream List view filters
Patrick Tasse [Thu, 22 Jan 2015 16:24:56 +0000 (11:24 -0500)] 
tmf: Bug 457502: Prevent duplication of Stream List view filters

Change-Id: Ia4cc06c828b09818b38cbc8178fa46073cdfcc08
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/40186
Reviewed-by: Hudson CI
9 years agotmf: Bug 457502: Filter node elements should not implement equals()
Patrick Tasse [Wed, 21 Jan 2015 23:07:16 +0000 (18:07 -0500)] 
tmf: Bug 457502: Filter node elements should not implement equals()

Change-Id: I3a5fdbdd08b4e1d8a900d87ccea43abe5b8124fd
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/40185
Reviewed-by: Hudson CI
9 years agotmf: Make TmfEventFieldAspect independent of event content
Patrick Tasse [Tue, 20 Jan 2015 20:19:42 +0000 (15:19 -0500)] 
tmf: Make TmfEventFieldAspect independent of event content

This allows any aspect that resolves to an ITmfEventField root object to
be able to be filtered by field or subfield.

A TmfContentFieldAspect is added that resolves to a specific field of
the event content.

Change-Id: I10fcb9f13bd3c697193838e04b60d9bd67bf25e0
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/40072
Reviewed-by: Hudson CI
9 years agotmf: Use ellipsis for getField and remove getSubField
Patrick Tasse [Mon, 2 Feb 2015 22:54:36 +0000 (17:54 -0500)] 
tmf: Use ellipsis for getField and remove getSubField

Change-Id: I73e9df77e6b67aedbffadc2945a4d3aefa1f3a3e
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/40940
Reviewed-by: Hudson CI
9 years agotmf: Add filter node unit tests
Patrick Tasse [Mon, 12 Jan 2015 16:39:17 +0000 (11:39 -0500)] 
tmf: Add filter node unit tests

Change-Id: I7dbc6f641fa57c83ccbf5ee7783fa2b658bf195c
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39432
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Support hexadecimal and octal formats in numerical compare filter
Patrick Tasse [Mon, 12 Jan 2015 22:19:28 +0000 (17:19 -0500)] 
tmf: Support hexadecimal and octal formats in numerical compare filter

Also, all cases where a comparison cannot be performed no longer match
the filter regardless of the NOT flag, since the NOT flag can be used to
indicate <=, != and >= comparisons.

Change-Id: I2a94b9e32744d05bfdfdba7df32137390bbb27d2
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39431
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Bug 458085: Incorrect parsing of timestamps in TmfFilterCompareNode
Patrick Tasse [Fri, 9 Jan 2015 23:10:06 +0000 (18:10 -0500)] 
tmf: Bug 458085: Incorrect parsing of timestamps in TmfFilterCompareNode

Change-Id: Ie25e9ae4716c1429e01bbecb47fb8aa30fb5d562
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39430
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Support aspect-based filtering in FilterViewer
Patrick Tasse [Thu, 18 Dec 2014 17:22:21 +0000 (12:22 -0500)] 
tmf: Support aspect-based filtering in FilterViewer

Change-Id: I260e86d331130b060c96097aa852b76b8ef2e975
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/38515
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Make pcap aspects singletons
Patrick Tasse [Wed, 14 Jan 2015 22:08:05 +0000 (17:08 -0500)] 
tmf: Make pcap aspects singletons

Change-Id: I979248f0dcf8417d59c699501a68799dc947d367
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39801
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Replace TmfFilterEventTypeNode with TmfFilterTraceTypeNode
Patrick Tasse [Thu, 18 Dec 2014 16:39:14 +0000 (11:39 -0500)] 
tmf: Replace TmfFilterEventTypeNode with TmfFilterTraceTypeNode

The filtering on event type is replaced with filtering on trace type.
This is done because in the upcoming change to replace field-based
filtering with aspect-based filtering, the aspect list is dependent on
the trace type and not on the event type. Furthermore filtering on event
type will still be possible since an 'Event type' aspect is available.

With this patch, the narrowing of field list based on event type for
child nodes of an EVENTTYPE node is no longer supported. In the
upcoming patch the aspect list will be narrowed based on trace type for
child nodes of a TRACETYPE node.

The handling of trace type labels "category : name" is consolidated in
utility classes TmfTraceType and TraceTypeHelper.

Change-Id: Ie911e9c63ecf7e219540e038fd82e70415e2e0ee
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/38514
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agoFix backwards compatibility issues when copying traces or experiments
Bernd Hufmann [Fri, 30 Jan 2015 20:23:10 +0000 (15:23 -0500)] 
Fix backwards compatibility issues when copying traces or experiments

Change-Id: I6390da1bf9edb324e6659c9031dd661f14792690
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40920
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
9 years agoswtbot: fix ColorsViewTest to compile and add test, disable FilterViewerTest
Matthew Khouzam [Tue, 3 Feb 2015 22:49:45 +0000 (17:49 -0500)] 
swtbot: fix ColorsViewTest to compile and add test, disable FilterViewerTest

There appears to have been a cherry pick issue that was undetected.
FilterViewerTest will be re-enabled when the issue is resolved.

Change-Id: I2b6702cfabc07a7547654265e042690b329e020a
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41026
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf: Rename getCanonicalName() to getTraceTypeId() in TraceTypeHelper
Patrick Tasse [Wed, 17 Dec 2014 23:09:22 +0000 (18:09 -0500)] 
tmf: Rename getCanonicalName() to getTraceTypeId() in TraceTypeHelper

The trace type id is not always a canonical name, it is any string
defined by the developer in the plugin.xml tracetype extension point.

Change-Id: I3618398b74e460368219cff397d02ef81349485c
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/38513
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Support subfield array in TmfEventFieldAspect
Patrick Tasse [Wed, 17 Dec 2014 22:45:09 +0000 (17:45 -0500)] 
tmf: Support subfield array in TmfEventFieldAspect

Change-Id: I3ada68c24d73b55a55851100a8269cd506fd56e5
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/38512
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf.ui.swtbot.tests: swtbot tests for offsetting
Matthew Khouzam [Wed, 21 Jan 2015 23:08:15 +0000 (18:08 -0500)] 
tmf.ui.swtbot.tests: swtbot tests for offsetting

Change-Id: Ibc4876f373ff454036141d19cbcaa3b6371ca1fe
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40083
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf.ui.swtbot: test colors view
Matthew Khouzam [Thu, 29 Jan 2015 22:56:36 +0000 (17:56 -0500)] 
tmf.ui.swtbot: test colors view

Most functionalities call OS specific widgets and cannot be swtbot
tested.
Makes all events yellow.

Change-Id: Id22f5c8921844e2143341c1fd33af1d2255bc6dd
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40675
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agotmf.ui.swtbot: add filterview tests
Matthew Khouzam [Mon, 26 Jan 2015 22:10:08 +0000 (17:10 -0500)] 
tmf.ui.swtbot: add filterview tests

implements:
  * tracetype test
  * contains test
  * filter node test
  * apply test
  * filternode test
  * matches test
  * equals test
  * compare test

It does not:
  * import
  * export
these functions require access to native widgets

Change-Id: I00684956c065042add2b8ffbbf0ba9df57f01ab2
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/40407
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agorcp: Update documentation
Alexandre Montplaisir [Wed, 28 Jan 2015 21:02:27 +0000 (16:02 -0500)] 
rcp: Update documentation

* Refer to "Trace Compass" instead of the previous
  "Linux Tools Trace Viewer" naming.
* Add a small section describing how to update the program.

Change-Id: I916d1c6d6615cf601ba1df5210294c838d87660a
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/40568
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
9 years agotmf: Bug 457109: Exit early in TmfEventThread if request is cancelled
Patrick Tasse [Thu, 29 Jan 2015 22:20:24 +0000 (17:20 -0500)] 
tmf: Bug 457109: Exit early in TmfEventThread if request is cancelled

Change-Id: Ifc848bf4f98b2a95164b54b2330b3262a678d08d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/40672
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
This page took 0.046287 seconds and 5 git commands to generate.