Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-27Systemtap: Merge 64bbd52 & 2feae5f from master.Andrew Ferrazzutti4-28/+99
1) When capturing a script's output to display it in a graph, don't attempt to plot null or invalid values so as to avoid causing an error. 2) Add labels on individual pie charts to signify which series each pie represents. Also show a "No data" label when all pie charts are empty. 3) Increase the version number of linuxtools.dataviewers to account for the new public API added by 1) and 2). Also add some public documentation. Change-Id: I326f583ae7924c397e4771f2cc49fb605ff548a8 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/18931 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-11-26Systemtap: Allow >1 regexs to parse graph output.Andrew Ferrazzutti29-443/+1337
In Run Configurations->Graphing, allow creation of multiple regular expressions for parsing graph output. In other words, enable capturing data from more than one type of pattern from a script's output. Include a test for this feature. Also, deprecate features that are not compatible with this multi-regex setup, such as "Import/Export Datasets" and "Modify Parsing Expression". Change-Id: If77c96567cc7118b8f58a4e0846b9eacfefedf0b Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/18851 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-11-18Systemtap: save new default Run Configurations.Andrew Ferrazzutti1-18/+37
When a script without a pre-existing Run Configuration is created, permanently save the default configuration that is generated. Change-Id: Icd36404d603afd2ba558af1bf26c4c51fa3f0f32 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/17974 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-11systemtap: Don't require plugins from feature.xml. Alexander Kurtakov1-19/+0
Bundles must verify everything they need is available themself and don't depend on features. Change-Id: Iddf540f392f83da8ab4aa82912c2bae5397ce3a3 Reviewed-on: https://git.eclipse.org/r/18276 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-07License features real use.Alexander Kurtakov6-850/+4
Now that we have license feature epl and license html files don't have to be copied in every feature. Remove these files and drop them from build.properties. Change-Id: Id8b530d26d0a926802585e4ed9e3c95c2bab2120 Reviewed-on: https://git.eclipse.org/r/18164 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-06Remove useless prerequisite from child poms.Alexander Kurtakov1-4/+0
The parent pom already sets that we require at least maven 3 so there is no need to duplicate it. The change_ver.sh scripts are remnant from the past when using tycho for changing versions was not well known. Change-Id: Ia3d26a3c7975a0b877dcb04e4b016992ca125c18 Reviewed-on: https://git.eclipse.org/r/18153 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-10-31Systemtap: Prevent running scripts if existing graphs are missing required ↵Andrew Ferrazzutti6-35/+253
columns. In Run Configurations->Graphing, deleting a parsing column that a created graph relies on now counts as an error in a Run Configuration, and UI notifies users of such an error when it is present. A regular expression without any parenthesized groups also now counts as an error, and graphs can't be added unless at least one such group exists. Change-Id: Ibe6d11fad66c8b60ea40cd4faccb7cdf7749d18a Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/16613 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-10-30Systemtap: make fixes to script start/stop actions.Andrew Ferrazzutti4-57/+173
1) The Stop Script button now terminates a Systemtap script if it is clicked before the script actually begins. 2) The Stop Script button now becomes deactivated when a script exits on its own. 3) Starting and stopping scripts is now much more stable. For instance, starting & stopping scripts quickly and repeatedly no longer causes script run failures. Change-Id: I4334eeb9c9cf598eb688356f87f3a3952e3beb40 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/17739 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-10-02systemtap: Use system colors where possible.Alexander Kurtakov1-10/+10
If one creates new Color it needs to be disposed manually which is not an option with these static fields. For now just replace with system color which are properly disposed by SWT itself. Not fixing the issue entirely but at least minimizes it. Change-Id: I0f9fe214df1c5d8f14f8e471e4ffc029f0c36583 Reviewed-on: https://git.eclipse.org/r/16946 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-27Systemtap: perform line-by-line graph parsing.Andrew Ferrazzutti2-3/+4
Modify parsers so that the regex input in the Run Configurations-> Graphing menu must match an entire line of output (rather than a portion of it) for it to capture data to graph. Change-Id: I0faba1a31abdb47bedc377f9968e6a9759703d3e Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/16655 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-09-17Implement improved UI for regex parsing of graph output.Andrew Ferrazzutti6-132/+213
Change-Id: Iff419fd816319f1b0c99d22da1010effeeddbfa7 Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com> Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/16469 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-09-09callgraph: Various cleanups.Alexander Kurtakov20-365/+347
* Dropped unused classes and methods. * Formatting. * Enable save actions. Change-Id: Idda23cb0e88581a8ca0f761e5b49d814554b9922 Reviewed-on: https://git.eclipse.org/r/16220 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-06systemtap: Fix structures tests suite class after renaming.Alexander Kurtakov1-1/+1
Change-Id: I31d54ecfd977d8b053b6417d28e8be2c43b551fd
2013-09-06systemtap.tests: Modernize.Alexander Kurtakov30-316/+346
* Bump to Java 1.6 where needed. * Properly name test packages. * Make members private. * etc. Change-Id: Id4fae91ff3a9eaeb7d2a856fc1d35d465eb720ad
2013-09-06tests: Get rid of junit 3.x bits.Alexander Kurtakov4-11/+24
Do not extend TestCase but rather annotate the needed classes. Change-Id: Iff87ce0fa17c8171be6f9d71b0aed1f6cdb67355 Reviewed-on: https://git.eclipse.org/r/16168 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-05Add missing NON-NLS.Alexander Kurtakov2-89/+89
String.equals("") have been replaced with String.isEmpty(). Change-Id: Ide5fcc19c3eec8907d69c6811e27b47ca9a0d32e
2013-08-31Partially revert b991db9d4412be76a4e1f3f92a0701e1e1cb27cd.Roland Grunberg7-2/+567
The commit introduced some API breaking changes. The old classes can be marked as deprecated and removed in the next major release. Change-Id: I938f56dee99700fbb68e0f0a876c9ac72ef5bd46 Reviewed-on: https://git.eclipse.org/r/15744 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-29all-tests: Run with less dependencies.Alexander Kurtakov6-6/+6
Instead of relying on sdk.[ide|feature] run the tests with platform.[ide|feature]. There shouldn't be any difference for the tests as what the sdk adds is the source bundles which are not used by the tests. This should have some minimal effect to reduce our already way too long build time. Change-Id: I57bbc8c5ccb6e0a4575224134e184e13ae581b8f
2013-08-28systemtap: Prevent test from polluting the build log.Alexander Kurtakov1-9/+0
Change-Id: Id4ed8d2c83005509339fda0dcb4b3c8d0a5d23c0
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston26-30/+30
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 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-08-27callgraph: Add missing Non-NLS.Alexander Kurtakov1-40/+40
Change-Id: I6716f7d99606983bc1003b9d03e24a48c2e7546e Reviewed-on: https://git.eclipse.org/r/15875 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-08-01No need to call toString on Strings.Alexander Kurtakov6-33/+33
Change-Id: I5d8ee6121dd4863fc9b47e0bd24a029bcd7f7f13 Reviewed-on: https://git.eclipse.org/r/15040 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-08-01Add test for smart paste.Jeff Johnston1-0/+19
Change-Id: I71ccfef91a215758f7c0dc35fe6e0458eeac04ee Reviewed-on: https://git.eclipse.org/r/15030 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-07-31Systemtap: Initial clean up of sonar warningsCamilo Bernal10-847/+224
* Remove commented out code and trailing whitespace Change-Id: I12e8c7c665acae276d4348e19ab5f1dc830be55d Reviewed-on: https://git.eclipse.org/r/15016 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-07-30Systemtap: Minor clean up of toggle comment handler and test.Camilo Bernal2-13/+8
Change-Id: Ia058f1304a6d458dd48c1967626f32a2d162a34c Reviewed-on: https://git.eclipse.org/r/14521 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-07-25Add SystemTap indenter test.Jeff Johnston6-10/+380
- Fix some scenarios involving indenting in the middle of a calculation whereby a line ends in math symbol - Add code to support foreach - Fix partitioner regarding conditional partition Change-Id: I308680aba87d39ec62596b17e7eab2b5a8266f74 Reviewed-on: https://git.eclipse.org/r/14847 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-07-19Add indent correction support to SystemTap editor.Jeff Johnston11-31/+591
- Add IndentHandler code to handle new indent command - Add STP_STRING partition type to base partition scanner - Fix SystemTap SimpleEditor to set key bindings to SystemTap context - Fix SystemTap auto indent test to support STP_STRING partition - Fix indenter to recognize assignments of strings that don't have optional semi-colon as being complete Change-Id: I490d4d8a6ab153ca7eb6d3b790e1341916f6293a Reviewed-on: https://git.eclipse.org/r/14671 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-07-17Systemtap: Make toggle comment command visible under 'Keys' preferencesCamilo Bernal2-3/+21
Change-Id: Ie78e11997ea6de1a29df75002ba8d76eb83d61fb Reviewed-on: https://git.eclipse.org/r/14636 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-07-16Bug 401545 - Add formatting to SystemTap EditorJeff Johnston32-56/+16053
- add indent strategy into SystemTap editor based on C/C++ indenter - add support for overwriting auto-added characters such as end-bracket, quote, and right square-bracket - simplify base SystemTap partitioner to ignore strings and probes - add additional partitioner with old partitioner logic - fix completion proposals to look for offsets that start a new partition after a default partition - add formatter test - fix completion tests to get proper partitioning Change-Id: Icb1ae2aac9d25d24685204098cf24f11f11c749b Reviewed-on: https://git.eclipse.org/r/14523 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> Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-07-10Systemtap: Add toggle comment command to IDECamilo Bernal7-2/+536
* Bind command to CTRL-/ key short cut. * Show command in editor's context menu. * Add default prefixes to IDE configuration. * Behaviour mirrors that of the CDT editor. * Add test cases. Change-Id: I1d01ceca9996976eb3eace738b6345b838cf30d4 Reviewed-on: https://git.eclipse.org/r/14413 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-07-03Remove unused sourceTemplateFeature folder from projects.Roland Grunberg2-2/+0
Change-Id: I0d21d891f61096e024a2c40607fa4a1dfd7e31df Reviewed-on: https://git.eclipse.org/r/14239 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-07-03Provide necessary licensing files in features using license-feature.Roland Grunberg2-2/+7
Create org.eclipse.linuxtools.license.feature which packages epl-v10.html and license.html files. Reference this feature using 'license-feature' in other features to have the necessary files appear in binary/source features. Change-Id: I2fd6ea0bbe47b290625920c0bf5edd35c5d360c4 Reviewed-on: https://git.eclipse.org/r/14014 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-06-21Revert "Bug 410367 - Add 'about.html' to 'src.includes'"Roland Grunberg4-840/+0
This reverts commit 398abd136aed831685ffca11ae2d6eba944e3a4b.
2013-06-20Bug 410367 - Add 'about.html' to 'src.includes'Jeff Johnston4-0/+840
- Fix feature source templates to get epl and license files included too. - Fix tools.launch.ui, libhover.newlib, and rdt.proxy plugins to include about.html with binary jar. Change-Id: I39a122a2cd74c7244ea3635f80cf14346dbe5ae6 Reviewed-on: https://git.eclipse.org/r/13960 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston28-0/+193
Change-Id: Id599a09aa6d1c3dfae20164a3200c88ea732e26f Reviewed-on: https://git.eclipse.org/r/13885 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-17Callgraph: Fix various warnings.Camilo Bernal6-46/+68
* Log exceptions. * Close resources. * Internalize non-message strings. * Remove unused code. Change-Id: Ib95d2e6e375fbcb2d5277f216a113633159d8a9f Reviewed-on: https://git.eclipse.org/r/13419 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-06-14Systemtap: 1-page graph configuration wizard.Andrew Ferrazzutti6-264/+144
Move the contents of the Select Graph page and Select Series page into a single-page Create/Edit Graph wizard. TODO: Fix improper sizing of wizard window. Change-Id: Ibdfcd551f958d9b55a0486b6b7875d59cfd5be67 Reviewed-on: https://git.eclipse.org/r/13656 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-06-11systemtap: lower the required version of jschSami Wagiaalla2-2/+2
Change-Id: I019413dc4e7c80fb883a9514ed9c13c8df55f480 Reviewed-on: https://git.eclipse.org/r/13755 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-11systemtap: add '[' and ']' as delimitersSami Wagiaalla1-0/+2
Fixes lack of completion proposals inside square brackets. Change-Id: Ic47dd6298ed1b152ddd5916a703c1b9c0786bc95 Reviewed-on: https://git.eclipse.org/r/13713 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-10callgraph: fix failing testsSami Wagiaalla2-12/+12
Change-Id: Ibdf3b5c5c51700a37e47f18cc46f4056ef520730 Reviewed-on: https://git.eclipse.org/r/13711 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-10systemtap: require a specific version of man.coreSami Wagiaalla1-2/+2
Change-Id: I5dd5520ef06cf3569f09c699ab53edcf8774d5d7 Reviewed-on: https://git.eclipse.org/r/13693 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-07callgraph: make callgraph runnable with the current systemtapSami Wagiaalla7-91/+105
- 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. - Save actions: Organize imports. Add braces. Remove trailing white space. Change-Id: I33536a980c65795225478f685e0f4fb667b7bd7e Reviewed-on: https://git.eclipse.org/r/13654 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-05Systemtap: Add Copy Graph buttonAndrew Ferrazzutti4-9/+41
Add a "Copy Graph" button to Run Configurations->Graphing tab to allow users to create a duplicate of an existing graph. Change-Id: I3b24e3c151bcf24c3e5049b628f9c4d9b3dc4c2f Reviewed-on: https://git.eclipse.org/r/13498 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-06-04Remove HTML marking from manpages (for older man versions)Sami Wagiaalla1-1/+1
Change-Id: Ib3a0f86895aafadb8fe13ee9541bded7ac3eb966 Reviewed-on: https://git.eclipse.org/r/13569 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-04Systemtap: Add remaining @since tags to resolve API problems.Camilo Bernal1-0/+16
Change-Id: I691ef5cfd8948280644ae78a13e4c44fb36592de Reviewed-on: https://git.eclipse.org/r/13560 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-04Update Systemtap DocumentationSami Wagiaalla11-176/+93
Change-Id: Ib1053174ae144c79f7944bdeee0db964f9b8cfa6 Reviewed-on: https://git.eclipse.org/r/13544 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-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. 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>
2013-06-03systemtap: Property tester is gone already.Alexander Kurtakov1-10/+0
This just cleans the plugin.xml from invalid reference. Change-Id: Ie241b86cf50d67837110618d1407ebb565d96105 Reviewed-on: https://git.eclipse.org/r/13512 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-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>
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>

Back to the top