Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-09-15Fix repo names to remove SNAPSHOT.v3.1.0showJeff Johnston2-2/+2
Change-Id: Ic60a3ecbaad418c8bc19a1daaf5c459f8b2f8254 Reviewed-on: https://git.eclipse.org/r/33403 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-15Bug 440277: Fix path name handling for source file lookup.Roland Grunberg1-2/+2
Change-Id: I75759ed5abb15e2ba4211b1acb1030d5838a70a4 Signed-off-by: Michael N. Lipp <imnl@mnl.de> Signed-off-by: Roland Grunberg <rgrunber@redhat.com> Reviewed-on: https://git.eclipse.org/r/33395 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-12Remove SNAPSHOT from all parent ids in pom.xml files.Jeff Johnston195-196/+196
Change-Id: I6bddef8fae030ae56dde3815b966720c73d2aaf1 Reviewed-on: https://git.eclipse.org/r/33286 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-11Bump gprof/gcov features to 3.1.0.Jeff Johnston4-4/+4
Change-Id: I3e631952171344bafc160318bd0b9aee97f0b2f7 Reviewed-on: https://git.eclipse.org/r/33277 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-11Change all p2.inf files to specify update instead of updates-nightly.Jeff Johnston31-62/+62
Change-Id: Ida4d8d5e481262038a3e96395ad82094e2b1fac3 Reviewed-on: https://git.eclipse.org/r/33272 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-11tmf: Fix untyped traces being shown in the select traces dialogMarc-Andre Laperle1-3/+20
Bug: 443737 Change-Id: Ifc1902341a4673a268ac0d540346a50cb5e5c9cc Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33202 Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> (cherry picked from commit fac6f1e79c65078f1e3acbadc85d6d2c3e206837) Reviewed-on: https://git.eclipse.org/r/33254
2014-09-11tmf: Fix NullPointerException drawing time graph arrowsPatrick Tasse1-0/+3
Change-Id: Ic3fd6c9646a4d6a62c6421ab5392fe0d4f4b152c Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/33213 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33217 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-10Bump up libhover devhelp feature to be 3.1.0.Jeff Johnston2-2/+2
Change-Id: I0f11050aafee3fa6ec119012172f61307bb05028 Reviewed-on: https://git.eclipse.org/r/33206 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-10Fix SystemTap feature version to be 3.1.0Jeff Johnston2-2/+2
Change-Id: Ie99838f21958b1f93003b4a5fe24f50a66e3dce4 Reviewed-on: https://git.eclipse.org/r/33203 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-10tmf: Catch ParseSyntaxException in custom text parser wizardPatrick Tasse1-4/+16
Change-Id: I1ac66cacbc5d1d26ff06dbbe4920d31702cf3704 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/33081 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33139 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-09-10tmf: Fix a few other cases of not using toOSStringMarc-Andre Laperle4-6/+10
Bug: 443646 Change-Id: Ibffd262432e5b231132a5738717016f8556ac2ae Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33151 Tested-by: Hudson CI
2014-09-10ctf: Fix NPE when running CTF Platform-lessMarc-Andre Laperle1-3/+1
Bug: 443643 Change-Id: I1281750ccfd32015974eec0ef4ef29f984921a29 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32873 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-on: https://git.eclipse.org/r/33148
2014-09-10ctf: Provide a utility for "safe" mapping of a ByteBufferMarc-Andre Laperle4-7/+69
This works around a bug on Windows which prevents deleting a file after it was mapped. See http://bugs.java.com/view_bug.do?bug_id=4715154 Running TraceSeekBenchmark, I noticed a 10% decreased in performance (3.8s vs 3.4s) on Windows. On Linux, the difference is negligible (2.41s vs 2.40). Bug: 443643 Change-Id: Ie590709df4149708a37257ee3bc3d3d017f31c21 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32448 Tested-by: Hudson CI Reviewed-on: https://git.eclipse.org/r/33147 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-09-10ctf: Fix leak in CTFIteratorManagerMarc-Andre Laperle1-1/+4
Bug: 443643 Change-Id: I8fc12259b00b0b8e631e8a30590b38f8bcc0892b Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32672 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33146
2014-09-10ctf: make CtfStreamInput not hold onto any resourcesMatthew Khouzam7-89/+132
Bug: 443643 Change-Id: I61cb09c4c325479115084c54bba03d4746cd6610 Reviewed-on: https://git.eclipse.org/r/32553 Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33145 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-09-10tmf: Fix IllegalArgumentException when importing from the root directoryMarc-Andre Laperle1-2/+6
Bug: 443651 Change-Id: I5fb050a4c35f27c4393f30ba0b9836cc656e76de Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33152 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-09gdb: Improve GDB trace file validationPatrick Tasse3-15/+40
Change-Id: Ia09daf6816a3638a2c061e940112ad264c3b44b5 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/33136 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI (cherry picked from commit d3740f60c4deedb122ba1d7cbfda7fa4dae15033) Reviewed-on: https://git.eclipse.org/r/33144
2014-09-09[lttng control] Fix snapshot command output parsing (Bug 443519)Bernd Hufmann3-2/+101
Change-Id: Icb2915486ad1c9c4e26ba8c3ef7f5f6a9a5c9dad Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33059 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-09rcp: Update version number to 1.1.0Marc-Andre Laperle2-3/+3
Change-Id: I59a0f93f1255bf09cd7f51c30ce1e05e9f8345d3 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33123 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-08TMF: Add documentation for XML XY chartsGeneviève Bastien2-0/+52
Change-Id: Ib58d7e21ec199055440dd340d9f55150132143ec Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net> Reviewed-on: https://git.eclipse.org/r/32951 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-05tmf: lttngControl: Fix remote import on remote snapshot sessionJonathan Rajotte Julien1-0/+3
Change-Id: Ic1e6f8724cd852a3b371f4eac3d8fd5a64f2f01a Signed-off-by: Jonathan Rajotte Julien <jonathan.rajotte-julien@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32183 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32920
2014-09-05lttng: Increment the version numbers for SR1Marc-Andre Laperle103-177/+183
Change-Id: I3169329580cf77e01dbf0fee55fce2ce2f7aa229 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32886 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI
2014-09-05lttng-control: Support tcp4 string in session path (Bug 443403)Bernd Hufmann1-2/+2
Change-Id: I4d13ce8d806ed92b3d99407bdc4ece5fcfbb308e Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32923 Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32952 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-05lttng-control: fix null string in OpenCommandScriptDialogBernd Hufmann1-1/+3
Change-Id: Ifb668b85bfc99e68e93018827191bf303b12e222 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32877 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32915
2014-09-05tmf: lttngControl: Support 64 bit probe address and offsetJonathan Rajotte Julien1-2/+2
Change-Id: I7506d0d7e57f9dd30bee014f5d59ac2061cb0052 Signed-off-by: Jonathan Rajotte Julien <jonathan.rajotte-julien@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32406 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32884 Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-09-02bug 408543 - Implemented first time auto-enable-checkboxes for gprof.Leo Ufimtsev12-97/+419
If the user launches gprof and it is not enabled in the options then the user will now be prompted if he wants to have the option enabled for him automatically. If so, the option is enabled and project is rebuild. Change-Id: Ib6344a0f8608cc8100142904511d50f0d086fa4f Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> Reviewed-on: https://git.eclipse.org/r/32707 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-02Add new staging target for stable-3.1.Jeff Johnston4-5/+81
Change-Id: Ic8ad2367410e6ed2a02c11a4501bc6e2f70e0d84 Reviewed-on: https://git.eclipse.org/r/32720 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-02Bug 408543 - Enable programmatic checking of checkboxes in GcovLeo Ufimtsev7-10/+156
If gcov is not enabled in the options, then the user will be asked if he would like to have this option enabled for him automatically. Change-Id: I7f927558ea6a818651e8f0a57b889ec46d30b9fc Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> Reviewed-on: https://git.eclipse.org/r/32712 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-29tmf: Fix custom text parser wizard preview highlightingPatrick Tasse1-9/+18
- Does not match correctly when preview input has \r delimiters - Throws PatternSyntaxException if pattern is invalid with many root lines and at least one root line match in preview text - Does not highlight the root line match if last line in preview text Change-Id: Idc278df111edf93c37af53212a53a76d727c9d72 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/32443 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> (cherry picked from commit dad3015cff9777715881ea8e0838f051b90abf26) Reviewed-on: https://git.eclipse.org/r/32546
2014-08-29tmf: Use location OS string for validation path during drag and dropPatrick Tasse1-1/+1
The location URI path is not compatible with java.nio.file.Path in Windows OS. Change-Id: I80cf09ab54d8d3fffee23b6b3f692de15810eb56 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/32510 Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> (cherry picked from commit f98d3e5bdb1086be66b1a47d6c9cc6ce80f73642) Reviewed-on: https://git.eclipse.org/r/32544
2014-08-28tmf: Update pcap developer guide following 5bbb3baAlexandre Montplaisir1-8/+8
Change-Id: I1f46043e180dea1f73e2bdc21e7e83e0059436a8 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/32433 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-08-28tmf: Fix time unit of time stamp in TmfTrace.createTimestamp()Patrick Tasse2-2/+3
Change-Id: If0dc752f3d09dd447a70967909a68e68f6beaddc Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/32113 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> (cherry picked from commit 839eb070df5e6a46cd6f40fb9827355b639b014a) Reviewed-on: https://git.eclipse.org/r/32441
2014-08-27Bug 408543 - Implemented Shared api for enabling checkboxesLeo Ufimtsev9-2/+995
programatically This code is used buy subsequent commits of Gcov/Gprof. - CProjectBuildHelpers.java : Contains methods to programtically enable project settings of the currently active configuration, also methods to identify project types also methods to rebuild projects. (needed after enabling settings) - MessageDialogSyncedRunnable.java: Extended MessageDialogue to work from background threads. - TitleAreaDialogWithRadioButtons.java: Message Dialogue with radio options. Neat way to seperate GUI and functional code. Change-Id: Ia37d709059b4b14ffd59f8a3dfd134025d417b78 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> Reviewed-on: https://git.eclipse.org/r/32438 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-27Restore interfaces as public to avoid a major release bump.Jeff Johnston3-2/+5
Change-Id: Icaec40ff33856f7bb6b8673cfc2b5201d906f492 Reviewed-on: https://git.eclipse.org/r/32095 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com> (cherry picked from commit 5bc3c61eccb879752f46d1d89e213a046f2a3531) Reviewed-on: https://git.eclipse.org/r/32416 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-26pcap: fix bug with importing from control view in windowsMatthew Khouzam1-2/+2
The path to import in windows was /c:/bla/blabla which causes a crash in PcapTrace that uses java.nio.file.Path. This patch ensures that the remote import passes a valid path string. Change-Id: I3d51bb9e3229e08f327c0d385452acb8c169f6ba Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32240 Tested-by: Hudson CI Reviewed-on: https://git.eclipse.org/r/32339
2014-08-26pcap: remove stream list analysis for experimentsBernd Hufmann1-4/+0
The Stream List View doesn't support experiments right now. Also, the analysis is per trace and not per experiment. The Stream List View needs to be updated to fill the view with stream lists coming from each child pcap trace. Change-Id: Id0cb112ba64ba2d7aa5385ee2f9d2821d301b5cb Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32144 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32261
2014-08-26lttng: Fix lttng.control upgrade from 3.0.0 to 3.x.0Marc-Andre Laperle2-8/+2
Change-Id: Ie2f419e7bb461c4dfb73f5ea01d68ced261b765f Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32269 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Hudson CI (cherry picked from commit 853de51086ac36fd71a915a850553de1181d24d8) Reviewed-on: https://git.eclipse.org/r/32287
2014-08-22ctf: improve unit testsMatthew Khouzam6-12/+270
There were several recent changes introduced to the ctf parser without fixing the test suite. This patch brings the tests up to date and coverage up to 78% Change-Id: I38b0f09d4005934d7a05d8cc3384ee7767bbd321 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31936 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> (cherry picked from commit bab59d91fdeb3fcde45d779bbe655cf02577f1bb) Reviewed-on: https://git.eclipse.org/r/32176
2014-08-21oprofile: fix error to execute operf in synchronized projectsWainer S. Moschetta2-6/+26
operf execution were not working in synchronized project because it was passing local folder in --session-dir parameter. Changed to use remote proxy manager to determine the folder properly. Change-Id: Id465a386999855a49806344fa6fe78508cd9aafa Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com> Reviewed-on: https://git.eclipse.org/r/31998 Reviewed-by: Roberto Oliveira <rdutra@linux.vnet.ibm.com> Tested-by: Hudson CI (cherry picked from commit df42392dd27d0d3e3fc18321d22e9828fc8d7b5d) Reviewed-on: https://git.eclipse.org/r/32101
2014-08-20oprofile: fix for NPE when getting the number of counters.Rodrigo Fraxino Araujo1-4/+4
Change-Id: I5f18abd15309164d2b9c2e88cb2481fa3f341ed7 Reviewed-on: https://git.eclipse.org/r/28701 Reviewed-by: Roberto Oliveira <rdutra@linux.vnet.ibm.com> Tested-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com> Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com> (cherry picked from commit 8fea1328f68591596e75f06776fb0f19fc2e464e) Reviewed-on: https://git.eclipse.org/r/32000
2014-08-20Fix feature versions that were bumped in stable-3.0 but not master.Jeff Johnston6-6/+6
Change-Id: I1b9527552d5d49910d27fbfc5f682a323baee864 Reviewed-on: https://git.eclipse.org/r/31990 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-20Fix SystemTap AbstractChartWithXaxis to handle swtchart 0.9 or lower.Jeff Johnston1-13/+48
Change-Id: I10279e4b5d89e038c197471f6848487a20bb7a5e Reviewed-on: https://git.eclipse.org/r/31933 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-19tmf: Sort items in Select Trace Type menuPatrick Tasse1-0/+24
Categories sub-menus appear first, sorted alphabetically. Uncategorized trace types appear last, sorted alphabetically. Trace types in category sub-menus are not sorted and appear in the order they are defined in their respective plug-in extension. Change-Id: I87fe46b3c3a1e1d8ee490ef902d8244dde7801d2 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/31778 Tested-by: Hudson CI
2014-08-19pcap: Cleanup protocol enumsAlexandre Montplaisir10-149/+97
- Convert the Layer interface to an enum, merge with PcapProtocol - Rework TmfPcapProtocol to not use .name() and .valueOf(). Change-Id: I3f61acf97ccdfbd9469a1f40fc3e9d74857e7afd Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/31915 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-08-19pcap: Rename Protocol to PcapProtocolAlexandre Montplaisir34-226/+226
"Protocol" is a bit generic and can clash with many other types of "protocols". Similarly, rename TmfProtocol to TmfPcapProtocol. Change-Id: Id97624ccd37375065cf8df0e61aee98172872466 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/31914 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-08-18tmf: display name of custom parser in properties viewBernd Hufmann1-16/+8
Change-Id: I8e2f9baf01fc9570d7d200d19ee299a3d14f709a Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31850 Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Hudson CI
2014-08-18ctf: make id conversions in event headers saferMatthew Khouzam3-11/+18
Change-Id: I4fcfb986f5e1ff0010fcd4b6692075c3dbfd175e Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31569 Tested-by: Hudson CI Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-08-18pcap: Make all the packages internalAlexandre Montplaisir126-547/+547
The Pcap plugins are quite new and experimental, it's a bit early to commit to a final API right now. Keep them internal for the moment. Change-Id: I4d01e2a9e493e20d1cc8d5b3065f5021f2632ddf Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/31775 Tested-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>
2014-08-18Fix issues with event sub counter tab in oprofile plugin.Roland Grunberg2-5/+13
Change-Id: I03e266bcddffc0dcdf1b9b489982db7ff6e384de Reviewed-on: https://git.eclipse.org/r/31203 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-08-18tmf: Support + and - keys for histogram zoomPatrick Tasse5-4/+46
Change-Id: I9b4edffb70743a7421fd6040d8b1525da59cebe1 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/31773 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI

Back to the top