Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Bug 401638 - Fix missing function tag error on valid gcda file.stable-2.0Camilo Bernal1-0/+9
Do not attempt to interpret the next four bytes of an unused level (tag labelled as zero) as the corresponding data length. These actually represent a seperate tag. This is cherry-pick from master reviewed here; https://git.eclipse.org/r/13628 Change-Id: Id5c1efa3f9aaf836e4f894829f2a362f13aa83f6 Reviewed-on: https://git.eclipse.org/r/14078 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-06-11systemtap: add '[' and ']' as delimitersv2.0.0Sami Wagiaalla1-0/+2
Fixes lack of completion proposals inside square brackets. This is a cherry-pick from master reviewed here: https://git.eclipse.org/r/13713 Change-Id: I4bcc5cac28e17ff223a5bc2ae972e75f2f2c31aa Reviewed-on: https://git.eclipse.org/r/13743 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>
2013-06-11callgraph: make callgraph runnable with the current systemtapSami Wagiaalla9-103/+117
- Move escaping of characters to the final stage of writing the launch script. - Use --runtime=dyninst to work around missing return probes. - Remove the use of probefunc() as it is not supported in dyninst mode. - Replace the use of -o with redirecting the output as dyninst does not support -o. - Update tests to expect the new command output format. - Save actions: Organize imports. Add braces. Remove trailing white space. This is a combination of two patches commited to master. Reviewed here: https://git.eclipse.org/r/13654 and here: https://git.eclipse.org/r/13711 Change-Id: Id6ecafc94b745ad4a84d7484b47bb4270a9fa6ae Reviewed-on: https://git.eclipse.org/r/13741 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>
2013-06-10systemtap: require a specific version of man.coreSami Wagiaalla2-2/+3
This is a cherry pick from master and was reviewed here: https://git.eclipse.org/r/13693 Change-Id: I78fad1448fda79cbeaa2bfabd9b030f82f1d7550 Reviewed-on: https://git.eclipse.org/r/13712 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>
2013-06-10tmf: Add guide about optional trace type attributesBernd Hufmann1-0/+12
cherry-picked from 8568e4dcfef1df93d234da7c735e2427858365a6 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
2013-06-10Further releng changes for 2.0.0.Jeff Johnston145-189/+189
Change-Id: I234237f69c3da137f4251c01d27ac67c1478d0e3 Reviewed-on: https://git.eclipse.org/r/13675 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-10Update pom files to new 2.0.0 release.Jeff Johnston41-41/+41
Change-Id: Iad420936b7d0777eb765baff4201fb7f022c1487 Reviewed-on: https://git.eclipse.org/r/13673 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-07tmf: Update batch import wizard messagesMatthew Khouzam2-4/+4
Cherry-picked of 9540593a1e08e34fb35e9feea85cda78a16d810c Change-Id: I591682a1f0785f2a310a62c9d00e59bccce5b043 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13663 Reviewed-by: Patrick Tasse <patrick.tasse@ericsson.com> IP-Clean: Patrick Tasse <patrick.tasse@ericsson.com> Tested-by: Patrick Tasse <patrick.tasse@ericsson.com>
2013-06-07Fix description of tracetype defaultEditor id attributePatrick Tasse1-1/+1
Cherry-pick of commit 669f16c3ead3488f23115e73e230e157dc4c88e6 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
2013-06-07Rename TMF User Guide to Developer Guide and reorder sectionsPatrick Tasse3-1469/+1466
Cherry-pick of commit f3973e51ef36117f0663e09cf64601eb4075fe6b 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
2013-06-06tmf: document how to add a trace typeMatthew Khouzam8-1/+378
Change-Id: Ia9df95e282ad900963d9de2ee46950714363430c Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13360
2013-06-06tmf: Fix overwrite problem of batch import wizardBernd Hufmann1-3/+4
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. Cherry-pick of 656357c7a0c2b73c39379f6d248c2296f430803c 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>
2013-06-05tmf: Add state system doc to the user guideAlexandre Montplaisir1-0/+860
Cherry-pick of commit 626845d6774f300f0b351cc7e6092653fa0a3d09 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>
2013-06-05Systemtap: Add remaining @since tags to resolve API problems.Camilo Bernal1-0/+16
Change-Id: I9e24a3e7697c23564feba0f60a29762d65bd4f71 Reviewed-on: https://git.eclipse.org/r/13596 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>
2013-06-05Resolve API problems with @since tags in GProf plugin.Roland Grunberg4-4/+4
0b4c197bf22349c0e93d7814ae3f290d7b7ed434 introduced some API breakage. Change-Id: I94bf49f341d6189a8cff0a5c2a1b733db6c4cf30 Reviewed-on: https://git.eclipse.org/r/13568 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>
2013-06-04Remove HTML marking from manpages (for older man versions)Sami Wagiaalla2-1/+27
Fixes: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409897 Change-Id: Ied9643d0175c991fe0baa0049a6282c47c7ebca2 Reviewed-on: https://git.eclipse.org/r/13570 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-04Update Systemtap DocumentationSami Wagiaalla11-176/+93
Change-Id: Ib1053174ae144c79f7944bdeee0db964f9b8cfa6 Reviewed-on: https://git.eclipse.org/r/13550 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-04tmf: fix in batch import wizard custom trace updateMatthew Khouzam1-0/+1
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
2013-06-04Resolve API problems with @since tags in oprofile plugin.Roland Grunberg9-0/+13
Change-Id: I3d795931b07723260a8a6798b04dd78f5591bf42 Reviewed-on: https://git.eclipse.org/r/13563 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>
2013-06-04Add component interaction section to TMF user guidePatrick Tasse1-0/+268
Cherry-pick of commit c8514e3ea44d147d3450de19bb642f33b0ca24f0 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
2013-06-04Resolve API problems with @since tags in dataviewers framework.Roland Grunberg4-1/+9
See 7c2881d408e8b734b677c69908ad95838e3aef23 for more details. Change-Id: Ica3805d047775e7ec06c9cd03d8de7ff205a78bd Reviewed-on: https://git.eclipse.org/r/13561 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>
2013-06-04Remove unused clear experiment signalPatrick Tasse2-46/+0
Cherry-pick of commit 686cde04b87f647a69d60a806600cdba6d9b45b2 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
2013-06-04Prevent broadcasting of range updated signal for streaming tracePatrick Tasse1-1/+8
Cherry-pick of commit 0ed7879deb4a66b4641b204f74ecdd9ebde045c0 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>
2013-06-04tmf: fix category of custom xml parser in batch importBernd Hufmann1-1/+1
cherry-picked from 2598c1fcc4f73511f92b0d0403488c3f6568e2c0 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>
2013-06-03Systemtap: Add Edit Graph button.Andrew Ferrazzutti8-13/+95
Add a button to the Systemtap Run Configurations->Graphing tab to allow users to edit graphs that are already made. Fixes: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408634 Change-Id: I01f376e1a9768d7d367a4f4908425b3c5f4bd2b6 Reviewed-on: https://git.eclipse.org/r/13459 Tested-by: Hudson CI IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com> Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> Reviewed-on: https://git.eclipse.org/r/13516 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-03tmf: Fix exceptions in sequence diagram view during shutdownBernd Hufmann3-73/+92
- Fix NullPointerException caused by concurrent access - Fix SWTException: widget is disposed - Fix code indentation in TMfUml2SDSyncLoader cherry-picked from dc907163c9bd4fb9f1c7834d2dbb2f7399275f67 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>
2013-06-03Fix Sonar warnings in callstack packagePatrick Tasse2-74/+79
Cherry-pick of commit 24849371187a0595bd12e53b504b2f09fbef1cd7 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>
2013-06-03Fix default platform and remove Juno references from top-level pom.Jeff Johnston1-3/+3
Change-Id: Ie0a582c01f9b02a3a05c0fcdde5bc93e151aab11 Reviewed-on: https://git.eclipse.org/r/13513 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-03Add a View guide to the TMF documentationMarc-Andre Laperle4-2/+343
cherry-picked from 1b3bb112d28d65289cc7ae527a4774e5c328bb37 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>
2013-06-03tmf: Fix orignal trace import wizard (bug 409721)Bernd Hufmann1-19/+22
The import used to fail at finish when no trace type was selected. This commit fixes this bug. cherry-picked from ac757ff5c408631906f5d0cdbeedcb86a9596818 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>
2013-06-03systemtap: IDataSetFilter remove IMemento usage.Alexander Kurtakov13-147/+28
This wasn't used anywhere so it's a code cleanup allowing to even drop org.eclipse.ui requires from graphingapi.core. Basic moreunit plugin settings to allow easy navigation between test and class under test are included. Change-Id: I514e6b0c945053c6c526ba8373e8ae522171739d Reviewed-on: https://git.eclipse.org/r/13489 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com> Reviewed-on: https://git.eclipse.org/r/13499 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-05-31Change updates-nightly to updates-nightly-keplerJeff Johnston2-3/+3
Change-Id: I9f75e575f2080954bc7140d381aaeaf893a4ffd4
2013-05-31TMF: Fix for subtree expanding sync bug in timegraphcomboPatrick Tasse1-2/+12
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>
2013-05-31Fix for empty views that extend TmfView after restart (Bug 409345)Bernd Hufmann9-133/+235
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>
2013-05-31tmf: ctf: update documentation to better reflect ctf architectureMatthew Khouzam1-25/+28
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>
2013-05-31Remove code for saving Graph settingsSami Wagiaalla10-389/+24
... Since graph settings are now saved as part of the Run Configuration. Change-Id: I8f187b089dc1c3a4f7a31b9c97627867aab19b51 Reviewed-on: https://git.eclipse.org/r/13418 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>
2013-05-30Test for Systemtap launch shortcut purely in plugin.xmlSami Wagiaalla4-68/+34
Fixes: https://bugs.eclipse.org/bugs/show_bug.cgi?id=409505 Change-Id: If537a2054c641696ba3a1b6eb8840bc971144c20 Reviewed-on: https://git.eclipse.org/r/13414 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-05-30Resolve API problems detected with @since tags in profiling framework.Roland Grunberg11-6/+25
In preparation for our 2.0 release, some API additions were made to components of the profiling framework (mainly dataviewers) which required only a minor version bump (eg. 4.x). Later on, API breaking changes were made so all @since tags referencing 4.x would need to be changed to 5.0. Change-Id: I5e3d5c4d6f4aeb1cb13378cbbb84fd536482256a Reviewed-on: https://git.eclipse.org/r/13406 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>
2013-05-30lttng: Fix more Sonar warnings in LTTng Tracer ControlBernd Hufmann14-236/+190
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>
2013-05-30tmf: Fix more Sonar warnings in Sequence Diagram FrameworkBernd Hufmann24-197/+236
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>
2013-05-30tmf/lttng: Refresh compiler settings for KeplerAlexandre Montplaisir19-0/+76
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>
2013-05-30Remove profile lttngTests from lttng's pom.xmlBernd Hufmann1-7/+0
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>
2013-05-30tmf: update wiki for batch import trace wizard.Matthew Khouzam20-6/+85
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>
2013-05-30Fix Sonar warnings in custom parser wizard packagePatrick Tasse6-203/+179
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>
2013-05-30dataviewers: Enable javadoc warnings even for default scope and fix.Alexander Kurtakov2-6/+5
Change-Id: Ie1b1fa78f48d45262754a6c14b374346f0b68643 Reviewed-on: https://git.eclipse.org/r/13392 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>
2013-05-30annotatedsourceeditor: Fix wrong javadoc and enable warnings.Alexander Kurtakov2-5/+23
Change-Id: Idcfb66baec7961679f33fa2e4ba3cd5a41e73a76 Reviewed-on: https://git.eclipse.org/r/13391 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>
2013-05-30Improvement to pie chart slice colours.Andrew Ferrazzutti3-79/+73
First 13 slices still use the statically-defined colours from IColorsConstants.java, but later slices are now given randomized colours so as to make adjacent slices more visually distinct. Change-Id: Id932b214a4c220bad9eb796609b41fcabcd1e3a1 Reviewed-on: https://git.eclipse.org/r/13356 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2013-05-30callgraph: About in a view is useless.Alexander Kurtakov2-64/+1
Additionally the about action was not used at all. Change-Id: Iec51acb9e835df325b2a2358790aade6a75c404b Reviewed-on: https://git.eclipse.org/r/13394 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>
2013-05-29tmf: Fix some Sonar warnings in the state system codeAlexandre Montplaisir21-256/+277
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>
2013-05-29tmf: fix potential bug when selecting trace types in import wizardMatthew Khouzam3-5/+4
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>

Back to the top