Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03OProfile: Adding remote oprofile to the buildOtavio Pontes2-1/+2
2012-06-29Oprofile: Fixing missing code in the previous commitOtavio Pontes1-1/+5
2012-06-29Oprofile: Fixing api breakage when oprofile remote was added.Otavio Pontes6-14/+85
2012-06-28Oprofile: Added support for remote targets with OprofileRafael Medeiros Teixeira38-255/+1221
2012-06-25IOException is not actually thrown.Alexander Kurtakov1-5/+1
This is caused by the cleanup of profiling framework to not declare exceptions as thrown when they aren't.
2012-06-19Partially revert 23a84d3 to ensure support of older API.Roland Grunberg3-2/+32
2012-06-19Oprofile: Fix NPE after failed profileRafael Medeiros Teixeira8-36/+129
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston2-3/+3
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 OProfile component for 1.0.0.Jeff Johnston27-30/+30
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
2012-06-13Ignore more files.Alexander Kurtakov1-1/+2
2012-05-16Disable running the OProfile/Valgrind tests for build-server profile.Roland Grunberg2-2/+0
When running under the build-server profile, the underlying profiling tools for OProfile/Valgrind will not be present. In this case these plugins will either run with pre-generated data, or not run at all. Currently we disable running these tests by default but we should not.
2012-04-20Enable more warnings and fix them.Alexander Kurtakov27-21/+312
2012-04-19Remove references to opxml in error messages.Roland Grunberg5-28/+9
Since users of this plugin might be aware of the usage of opxml in previous versions, we remove any references of this in error messages. The LinuxOpxmlProvider class is guaranteed to exist as long as OProfile is installed.
2012-04-12Add proper license headers for some Eclipse OProfile source files.Roland Grunberg6-0/+60
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-21/+20
org.eclipse.linuxtools.internal.oprofile.ui.view.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-22/+21
org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSymbol.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-47/+45
org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelRoot, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSample, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSession.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-49/+49
org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelDependent, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelEvent, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelImage.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-7/+7
org.eclipse.linuxtools.internal.oprofile.ui.OprofileUiPlugin.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-31/+26
org.eclipse.linuxtools.internal.oprofile.launch.launching.OprofileManualLaunchConfigurationDelegate.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-40/+40
org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-33/+33
org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 3.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-67/+67
org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 2.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-39/+39
org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 1.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-17/+17
org.eclipse.linuxtools.internal.oprofile.launch.comfiguration.LaunchOptions.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-39/+39
org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileCounter.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-9/+9
org.eclipse.linuxtools.internal.oprofile.launch.OprofileLaunchPlugin.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-20/+20
org.eclipse.linuxtools.internal.oprofile.core.opxml.sessions.SessionsProcessor.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-16/+16
org.eclipse.linuxtools.internal.oprofile.core.opxml.model.SymbolsProcessor.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-41/+41
org.eclipse.linuxtools.internal.oprofile.core.opxml.modeldata.DependentProcessor, org.eclipse.linuxtools.internal.oprofile.core.opxml.modeldata.ModelDataProcessor, org.eclipse.linuxtools.internal.oprofile.core.opxml.modeldata.ModelDataProcessor.SamplesProcessor.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-12/+12
org.eclipse.linuxtools.internal.oprofile.core.opxml.info.DefaultsProcessor, org.eclipse.linuxtools.internal.oprofile.core.opxml.info.OpInfoProcessor.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-21/+21
org.eclipse.linuxtools.internal.oprofile.core.opxml.info.EventListProcessor. Part 2.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-51/+51
org.eclipse.linuxtools.internal.oprofile.core.opxml.info.EventListProcessor. Part 1.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-21/+21
org.eclipse.linuxtools.internal.oprofile.core.opxml.checkevent.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov6-20/+20
org.eclipse.linuxtools.internal.oprofile.core.opxml.XMLProcessor.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-28/+28
org.eclipse.linuxtools.internal.oprofile.core.opxml.OprofileSAXHandler.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-36/+36
org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSymbol.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov4-56/+53
org.eclipse.linuxtools.internal.oprofile.core.model.OpModelRoot, org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSample, org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSession.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-56/+56
org.eclipse.linuxtools.internal.oprofile.core.model.OpModelImage.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-21/+21
org.eclipse.linuxtools.internal.oprofile.core.model.OpModelEvent.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-7/+7
org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpxmlProvider and org.eclipse.linuxtools.internal.oprofile.core.linux.OpxmlRunner.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-39/+27
org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpcontrolProvider. Part 2.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-52/+52
org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpcontrolProvider. Part 1.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-44/+44
org.eclipse.linuxtools.internal.oprofile.core.daemon.OpUnitMask.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-23/+22
org.eclipse.linuxtools.internal.oprofile.core.daemon.OprofileDaemonOptions.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov1-19/+19
org.eclipse.linuxtools.internal.oprofile.core.daemon.OprofileDaemonEvent.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov3-30/+30
org.eclipse.linuxtools.internal.oprofile.core.daemon.OpInfo.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-20/+20
org.eclipse.linuxtools.internal.oprofile.core.daemon.OpEvent.
2012-04-12Cleanup leading underscores from identifiers' names in ↵Dmitry Kozlov2-27/+27
org.eclipse.linuxtools.internal.oprofile.core.
2012-04-06Make sure to close resources.Alexander Kurtakov3-21/+69

Back to the top