Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03Revert "SystemTap: Adding EditorAction back to the api"Otavio Pontes4-4/+72
This reverts commit 52ca2186516f8ff5a6e0f247263200c375e698c9.
2012-07-03SystemTap: Adding EditorAction back to the apiOtavio Pontes4-72/+4
2012-07-03Systemtap: Adding missing iconsOtavio Pontes3-0/+0
2012-07-03Systemtap: Replacing access to preferences by non deprecated methodsOtavio Pontes16-96/+79
2012-07-03Systemtap: Fixing 'missing generic type' warningsOtavio Pontes33-94/+80
2012-07-03Systemtap: Removing unused importsOtavio Pontes2-6/+0
2012-07-02SystemTap: fixing SystemTap spellingOtavio Pontes1-2/+2
2012-06-28SystemTap: Adding missing dependencyOtavio Pontes1-0/+1
2012-06-26Match pom.xml version number to that in the plugin's MANIFEST.MF.Roland Grunberg1-1/+1
2012-06-26Systemtap: Fixing api problems. Adding @since tagOtavio Pontes3-3/+16
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston6-10/+10
Conflicts: changelog/org.eclipse.linuxtools.changelog-feature/p2.inf gcov/org.eclipse.linuxtools.gcov-feature/p2.inf gprof/org.eclipse.linuxtools.gprof-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/p2.inf lttng/org.eclipse.linuxtools.lttng/p2.inf lttng/org.eclipse.linuxtools.lttng2.kernel/p2.inf lttng/org.eclipse.linuxtools.lttng2/p2.inf lttng/org.eclipse.linuxtools.tmf/p2.inf man/org.eclipse.linuxtools.man-feature/p2.inf oprofile/org.eclipse.linuxtools.oprofile-feature/p2.inf perf/org.eclipse.linuxtools.perf-feature/p2.inf profiling/org.eclipse.linuxtools.dataviewers-feature/p2.inf profiling/org.eclipse.linuxtools.profiling-feature/p2.inf profiling/org.eclipse.linuxtools.profiling.remote-feature/p2.inf profiling/org.eclipse.linuxtools.tools.launch-feature/p2.inf releng/org.eclipse.linuxtools.releng-site/pom.xml releng/org.eclipse.linuxtools.releng-site/promoter.xml rpm/org.eclipse.linuxtools.rpm-feature/p2.inf rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/p2.inf systemtap/org.eclipse.linuxtools.callgraph-feature/p2.inf systemtap/org.eclipse.linuxtools.systemtap-feature/p2.inf systemtap/org.eclipse.linuxtools.systemtap.backup-feature/p2.inf systemtap/org.eclipse.linuxtools.threadprofiler.feature/p2.inf valgrind/org.eclipse.linuxtools.valgrind-feature/p2.inf valgrind/org.eclipse.linuxtools.valgrind.remote-feature/p2.inf
2012-06-14Prepare SystemTap component for 1.0.0.Jeff Johnston81-104/+104
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
2012-06-13Systemtap: Adding option to load stap probes remotelyOtavio Pontes7-25/+47
2012-06-13Systemtap: Using remote proxy to load systemtap probes and functions.Otavio Pontes2-29/+59
It is still loading functions locally, but using the remote proxy to run commands. This will help to implement remote capabilities.
2012-06-13Systemtap: Fixing SystemTap IDE Perspective layout bug #379450Otavio Pontes1-19/+0
2012-06-07Systemtap: Adding //$NON-NLS-1$ comments to logging linesOtavio Pontes60-448/+448
It is not necessary to internationalize strings used by logging. So this patch adds the //$NON-NLS-1$ comment to these lines.
2012-06-07Systemtap: Add progress to progress monitor when loading kernel sourceOtavio Pontes4-9/+14
2012-06-07Systemtap: Refresh Kernel Browser page when any of its prefs is changedOtavio Pontes1-1/+3
2012-06-07Systemtap: Runs file sync in bg when updating the kernel browserOtavio Pontes4-38/+129
2012-06-07Systemtap: Loading remote kernel source in kernel browserOtavio Pontes1-1/+23
2012-06-07Systemtap: Adding remote machine option to kernel path preferencesOtavio Pontes5-53/+143
Adds a combo box to select if the kernel source browser will explore the kernel source in a local or in a remote machine.
2012-06-07Systemtap: Showing warning in ViewPart when kernel source is not definedOtavio Pontes2-12/+7
Before this commit the plugin was asking the path for the user using a File Dialog. It was not clear what was being asked and this will be harder to implement for remote projects. So it was replaced by a warning message in the Kernel Source Browser ViewPart with instructions in how to set the Kernel Source Path in SystemTap preferences.
2012-06-07Systemtap: Loading Kernel source tree structure in an Eclipse jobOtavio Pontes2-39/+58
2012-06-07Systemtap: Cleared name for this property pageOtavio Pontes2-3/+2
2012-06-07Systemtap: Using profiling.remote.launch proxy to open kernel sourcesOtavio Pontes4-51/+70
This is necessary to port systemtap to open remote kernel sources.
2012-05-14Systemtap: Removing unused varOtavio Pontes1-2/+0
2012-05-14Systemtap: Unreachable codeOtavio Pontes1-4/+1
2012-05-14Systemtap: Removing unused imports.Otavio Pontes3-3/+0
2012-05-14Systemtap: Closing input/output streams after using them.Otavio Pontes12-6/+25
2012-05-14Systemtap: Incorrect else if condition.Otavio Pontes2-4/+4
2012-05-10Systemtap: Adding option to select grid lines for X and Y axis.Otavio Pontes8-24/+31
2012-05-10Systemtap: Showing/hiding the grid lines following the preferences page.Otavio Pontes1-3/+17
2012-05-10Systemtap: Canceling process when Cancel button in pressed.Otavio Pontes6-51/+35
The cancel button in SelectServerDialog was not working for some tasks, like running a systemtap script in IDE perspective. This patch also improves the way this dialog deals with cancel. It was not storing this in a preferences anymore, it is now returning a boolean value to show if it was really cancelled.
2012-05-10Systemtap: variable never usedOtavio Pontes1-1/+0
2012-05-08Merge branch 'feature/systemtap/no-birt'Otavio Pontes20-2927/+390
2012-05-07Systemtap: Draw several piecharts where there are multiple data inputsOtavio Pontes1-4/+5
2012-05-07Systemtap: Removing scale from PieChartOtavio Pontes1-2/+5
2012-05-07Systemtap: Updating the PieChart when the Data set is updatedOtavio Pontes1-0/+4
2012-05-07Systemtap: Using dataviewers.piechart in systemtapOtavio Pontes8-873/+33
This removes completely BIRT from systemtap
2012-04-19Fix BZ #316609.Charley Wang3-0/+20
Re-apply patch supplied in corresponding bug. Callgraph should properly execute a binary even with some special characters in the output, or binary path.
2012-04-18Systemtap: Implementing zoomOtavio Pontes4-12/+8
2012-04-18Systemtap: Use the maxItems and viewableItens preferences to draw the chartsOtavio Pontes2-7/+20
2012-04-18Systemtap: Removing unused propertiesOtavio Pontes2-45/+0
2012-04-18Systemtap: Removing suppress warings from GraphDisplaySetOtavio Pontes1-9/+5
2012-04-18Systemtap: Removing ChartCanvas and ChartWithToolTipCanvasOtavio Pontes6-124/+12
This classes were not used at all. There were some references, but they were incorrect.
2012-04-17Systemtap: Implementing AreaChartOtavio Pontes1-405/+11
2012-04-17Systemtap: Implementing line chartOtavio Pontes2-439/+36
2012-04-17Systemtap: Implementing scatter chartOtavio Pontes4-420/+93
2012-04-16Systemtap: Adjusts range in an smarter wayOtavio Pontes1-4/+1
2012-04-16Systemtap: updating chart when data is updatedOtavio Pontes1-4/+12

Back to the top