IP Log for technology.linux-distros

Licenses

  • Eclipse Public License v1.0

Third-Party Code

Pre-Req Dependencies

CQThird-Party CodeLicenseUse
3181SystemTapGuiEclipse Public License
3376Apache Commons Net Version: 2.0 (Subset) (using Orbit CQ3188)Apache License, 2.0unmodified source & binary
4305Glibc Documentation 2.7 Subset ( Manual Directory Texi Files only Excluding Examples Folder)GNU Free Documentation License version 1.1modified source & binary
4742Apache Commons Net Version: 2.2Apache License, 2.0unmodified source & binary
4828libmatthew-java Version: 0.7.2Expat License (MIT Style)unmodified binary
5928SWTChart Version: 0.7.0Eclipse Public Licenseunmodified binary

Exempt Pre-Req and Works With Dependencies

CQThird-Party CodeLicenseType
2853Systemtap exempt third-party dependency Version: AllGNU General Public License (GPL)exempt pre-req
2965Linux Tools implied dependency: rpm Version: 4.xGPL v2works with
2966Linux Tools implied dependency: rpmlint Version: anyGPL v2works with
2967Linux Tools implied dependency: yum Version: anyGPL v2works with
2968Linux Tools implied dependency: GNU Autotools Version: anyGPL v2exempt pre-req
3392lttng Version: allGNU General Public License (GPL)exempt pre-req
3478systemtapguiserver Version: any Eclipse Public Licenseworks with
3706binutils Version: anyGNU General Public License (GPL)exempt pre-req
3707liblttvtraceread Version: 0.12 ? subset limited to LGPL licensed code'Lesser' General Public License (LGPL) 2.1exempt pre-req
4857devhelp Version: N/AVariousworks with
5195policykit Version: 0.98 a nd upGNU Library General Public License Version 2works with

Unused Approved Contributions

CQThird-Party CodeLicenseStatus
3065Apache Jakarta Commons Net Library Version: 1.4.1 (PB CQ230) (using Orbit CQ2105)Apache License, 2.0obsolete: was used in the past but is not longer used
3066Apache Jakarta ORO Library Version: 2.0.8 (PB CQ232) (using Orbit CQ2104) Apache Software License 1.1obsolete: was used in the past but is not longer used

Committers

Past and Present Active
Name Organization  
Chris Aniszczyk
Elliott Baron
Nick Boldt Red Hat, Inc.
William Bourque
Francois Chouinard Ericsson AB
Krzysztof Daniel Red Hat, Inc.
Severin Gehwolf Red Hat, Inc.
Roland Grunberg
Daniel Henrique Barboza IBM
Bernd Hufmann Ericsson AB
Anithra P Janakiraman IBM
Jeff Johnston Red Hat, Inc.
Matthew Khouzam Ericsson AB
Alexander Kurtakov Red Hat, Inc.
Alexandre Montplaisir Ecole Polytechnique de Montreal
Phil Muldoon Red Hat, Inc.
Otavio Pontes IBM
Xavier Raynaud
Alvaro Sanchez-Leon Ericsson AB
Patrick Tasse Ericsson AB
Niels Thykier
Alphonse Van Assche
Sami Wagiaalla Red Hat, Inc.
Charley Wang Red Hat, Inc.

Never Active
Name Organization  
Andrew Overholt

Contributors and Their Contributions

Ref Size Description
rosaliam@linux.vnet.ibm.com
343025 3112 bytes Some of the event names in the OProfile profile configuration event tab are malformed
Bug fix: 343025 - Event names in the OProfile are malformed
343025 2896 bytes Some of the event names in the OProfile profile configuration event tab are malformed
Correct Bug fix: 343025 - Event names in the OProfile are malformed
avkosinsky@yandex.ru
355385 2247 bytes Workaround ManParser problem for Windows/Cygwin
ManParser.java
Aaron Luchko (luchko.ca)
76882 7852 bytes RPM: Enhancement: automatically select current project in Export dialog
Patch for the enhancement
76882 910 bytes RPM: Enhancement: automatically select current project in Export dialog
changelog entry
78871 559 bytes Icon missing for oprofile launch
Adds icons/ to the build.properties
82881 1775 bytes Combo box should contain list of previous rpms opened
a patch
82881 627 bytes Combo box should contain list of previous rpms opened
changelog entry
83031 12199 bytes Fixing various naming problems in source
le patch
83135 11014 bytes Option to export as configured project
more patch
83150 1923 bytes [RPM} Incorrect path for diff
patch
Alexander Kurtakov (gmail.com)
207207 985 bytes Rpm editor do not accept valid values for Release:
Possible fix
214217 3624 bytes Source completion patch
Source completion
214217 565 bytes Source completion patch
Changelog entry
215788 2729 bytes Support for adding directory to check for rpm macroses (e.g. /etc/rpm/macros.d)
The proposed patch
217316 11316 bytes [Patch]Add interface to add directories to Macro completion list
The patch containing the enhancement.
Alexandre Montplaisir (voxpopuli.im)
340700 1303 bytes [LTTng] File descriptors exhausted because traces are never closed
Proposed fix
370501 9104 bytes [TMF] Generic State System
Second part of the code contribution
Alexandre Montplaisir (gmail.com)
093031 4753 lines Merge Generic State System core part
2a5a7d 145 lines Don't catch the FileNotFound exception in CTF tests This just makes it more annoying when the file doesn't exist, which can easily happen since the test traces are not in the git tree itself.
44b4b4 13 lines Update the CTF tests to the previous change
4cc0a4 1280 lines Integrate CtfAdaptor package in TMF
512f28 58 lines Start fixing GSS tests
563ee6 92 lines Update State History construction tests to the newest test trace Also use assertEquals instead of assertTrue(x == y), it gives us a bit more information when the test fails.
5d5902 49 lines Restore extra checks in SequenceDefinition's constructor
9901a4 9 lines Avoid printing the exception when CtfTmfTrace.validate() fails It simply means the type of trace doesn't match, which can happen in normal conditions. Also made getCTFTrace() non-public, only CtfIterator uses it, and we don't want to pass on the CTFTrace dependency.
9c24c5 45 lines GSS: Avoid doing time-range requests if one of the timestamps is invalid Thanks to the unit-test benchmarking for letting me know of this problem... Also exposed checkValidTime() through the IHistoryBackend interface, this can be useful, as we see here.
b5bf72 43 lines Use ITmfEvent in a couple more places
b714e5 1245 lines Merge Kernel state system input provider which goes in the lttng2.kernel.core plugin
f1be1c 15 lines Make the Kernel event handler tests work again - Strip the underscores in CtfTmfEventField's. We need to save a value here (we can't use the parser's lookupDefinition()), so might as well save it with no underscore. - Use the getSource() as a way to get the event name. This is still waiting on the final trace model. We are bypassing the EventTypeManager for now - Use getTimestampValue() to check for a nullEvent, getTimestamp always return the ITmfTimestamp object now, so it's not null!
Alexandre Montplaisir (polymtl.ca)
3b64b4 111 lines Add method to get attributes with a wildcard in the path One can now use getQuarks("x", "*", "z"), and it will return a List of all attribute quarks whose path matches the "x" and "z" parts. Not all edge cases have been tested (it fails if the * is a the end), but proper unit tests will be added shortly. It's also probably very slow and not yet completely optimized. Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
5dea65 31 lines Add unit tests for the new getQuarks() method Also handle the case where the wildcard character is the last element of the array (which mimics the behaviour of getSubAttributes()) Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
7e5945 43 lines Add option to retrieve sub-attributes recursively Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
b3a175 48 lines Expose the getSubAttributes() method through the StateSystem Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
e5698b 7 lines Fix location of the new test trace file Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
Alphonse Van Assche (gmail.com)
177220 4647 bytes Some patches for the specfile editor
macro hover patch
177220 11251 bytes Some patches for the specfile editor
add folding to each sections
177220 40314 bytes Some patches for the specfile editor
add completion support
177220 108450 bytes Some patches for the specfile editor
foldind-hover-completions
181110 7680 bytes Should SpecfileReconcilingStrategy#updateEditor be empty?
Update the editor without saving the file
181236 6531 bytes Write tests for new editor functionality (folding, hover, completion)
RpmMacroProposalsList and RpmPackageProposalsList test
181245 19179 bytes [PATCH] RPM packages coloration and hover support
packages coloration, hover and completion support
181395 803 bytes [PATCH] RpmMacroProposalsList replaceAll fix
fix replaceAll() another replaceAll() bug in RpmMacroProposalsList
181747 6788 bytes Hyperlink with macro detector
URLHyperlinkWithMacroDetector
182302 4586 bytes [PATCH] some display fixes
some-display-fixes-on527
182302 1741 bytes [PATCH] some display fixes
Fix: package names as sub-names of other package names
182633 5832 bytes Add outline icons
Outline and completion icons
184955 30362 bytes [PATCH] specfile editor - macro occurences annotations
macro occurences annotations
185227 18007 bytes Specfile plugin - convert tab to spaces
convert tab by spaces
Alvaro Sanchez-Leon (gmail.com)
290250 323705 bytes [LTTng] Integrate LTTng UI State Views (controlflow, resources and statistics)
patch uggraded to svn latest Sept 25 09
290968 62505 bytes [Lttng] Refactor state views to use common code to handle Data Requests + others
patch
291097 86856 bytes [LTTng] Align process creation with C-code implementation
udpated to HEAD
291981 17713 bytes [LTTng] Switching between Experiments needs to clear old experiment data
Patch
292393 30833 bytes [LTTng] Improve search of a process within the State model
re-created
292397 29811 bytes [LTTng] Control Flow View - Improve the search of Local UI model Process
Patch
296266 1532 bytes [LTTng] Processes may be created without a valid traceID
patch - state processes shall always have a valid traceID
297086 853 bytes [LTTng] Resources view not showing all information
patch
Andrew Overholt (redhat.com)
0630e5 313 lines Start of work on fetching e4 sources.
30ae17 2 lines Update build ID to 4.1
487af3 54 lines Updates to p2.inf for Juno (4.2) data
806197 4 lines Rename 'javaHomeDoesNotExists' for clarity Call the variable 'javaHomeExists' instead.
816946 53 lines Bug 363027: Please add license feature to eclipse-build Apply patch from Andrew Robinson to add the common license feature to the Eclipse SDK builds used by Linux Distributions. Also make this feature usable by features built using pdebuild.sh.
864017 434 lines Generate EMF source tarball while generating e4 source tarball.
8e5e75 56 lines Build EMF features that e4 needs
bce524 53 lines Bug 363027: Please add license feature to eclipse-build Apply patch from Andrew Robinson to add the common license feature to the Eclipse SDK builds used by Linux Distributions. Also make this feature usable by features built using pdebuild.sh.
c02480 5 lines Update platform.product to have 2011 Eclipse SUA
ed7a72 5 lines Create properties for bootstrap bundles pdebuild.xml: To make it easier to have re-usable filesets of the bootstrap bundles, make properties and then create filelists from the properties so nothing else needs to be changed.
fb5967 22 lines Compute PDE Build JAR path in its own task This way, the property pointing to the PDE Build JAR can be re-used. Use this property when building EMF and the SDK tests.
b4326c 2 lines Match SystemTap version in POM and feature.xml Make version in o.e.l.systemtap-feature/pom.xml match that in feature.xml. 0.3.0 -> 1.2.0. Related to Bug 352099: Fix SystemTap feature version to match previous home https://bugs.eclipse.org/bugs/show_bug.cgi?id=352099 * systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml
Andrew Robinson (redhat.com)
353214 21555 bytes Modification of command running methods to allow process access.
Updated patch.
363027 5261 bytes Please add license feature to eclipse-build
License feature patch.
369578 2255 bytes Make eclipse-copy-platform use relative path.
The fix.
369578 2677 bytes Make eclipse-copy-platform use relative path.
The updated fix.
Benjamin Drung (debian.org)
ee1a5c 2 lines Support finding libjasper-java 5.5.33-1 or newer on Debian.
Benjamin Drung (ubuntu.com)
358246 1145 bytes [eclipse-build] Support finding libjasper-java 5.5.33-1 or newer on Debian.
find-newer-system-jasper.patch
Bernd Hufmann (gmail.com)
316467 84326 bytes [LTTng] Histogram View short requests not coalesced with Control Flow View and Resources View
Improved Request Coalescing and other performance / usability improvements (helios)
316467 18412 bytes [LTTng] Histogram View short requests not coalesced with Control Flow View and Resources View
Improved Request Coalescing and other performance / usability improvements (indigo)
327711 17727 bytes [LTTng] SWTException (widget is disposed) problem
patch for asyncExec problems
327711 18412 bytes [LTTng] SWTException (widget is disposed) problem
patch for asyncExec problems
329473 1127 bytes [LTTng] Experiment instability
update vertical scrollbar in CFV asynchronously to get correct display
329579 911 bytes [LTTng] NullPointerException when opening HistogramView
Fix for NullPointerException
329764 727 bytes [LTTng] NullPointerException when loading an Experiment
Fix for NullPointerException in LttngExperiment
331156 1954 bytes [LTTng] Memory leak when selecting an experiment
Fix for memory leak
Camilo Bernal (voip-10-15-18-77.yyz.redhat.com)
36c6dc 6 lines Implemented compare method for NameSorter class in PerfProfileView.java. Adding sorting functionality in PerfViewContentProvider.java does not have any effect on sorting. Implementing the compare method for NameSorter correctly sorts the tree elements by percentage.
Camilo Bernal (redhat.com)
03dc5e 512 lines Re-write of perf plug-in tests. Tests were re-written to be less machine dependent. Pre-generated data files are under resource/*-event. In the tests assertions are made about these specific files, allowing for consistent results across machines. The parsing of the perf record (PerfCore.java: Record(...)) is now handled in isolation to allow for other types of input streams to be passed in (e.g. text files). This was also done for the annotation to make an explicit separation between parsing a report and an annotation. Tests involving unresolved symbols were removed, as the feature is not fully implemented (commented out,in PerfCore.java: getReportString(...)). checkChildrenStructure was modified to not accept elements with no children, as an even element can have no children. checkChildrenPercentages was modified to allow for acceptable percentage ranges to compensate for truncation errors.
6593e1 107 lines Added ability to open perf data files in the Perf Viewer. In the plug-in.xml file, an editor extension point is included in order to add a launcher (PerfOpenData.java) for perf data files. In order to properly report on the the perf file a configuration is needed. This is done in the createDefaultConfiguration (PerfOpenData.java), which creates a new default configuration based on the project's name. In PerfCore.java, it is not necesssary to differentiate between default events and multiple events, so now events are collected without having to check this. Changes were made to the current tests (ModelTest.java) to reflect the new change, which specifies what the "Default Event" is, namely "cycles".
379447 1903 bytes Percentage elements should be displayed in sorted order
Implemented NameSorter compare method : PerfProfileView.java
379449 8988 bytes Perf data files should open into the Perf View
Patch resubmission for opening perf data files.
382291 66742 bytes Perf plug-in tests should be re-written to be less machine dependent
Patch resubmission
Charley Wang (gmail.com)
f5ed55 20 lines Fix BZ #316609. Re-apply patch supplied in corresponding bug. Callgraph should properly execute a binary even with some special characters in the output, or binary path.
Chris Aniszczyk (gmail.com)
c42083 52 lines Add repo generation for the man module Signed-off-by: Chris Aniszczyk <zx@redhat.com>
Christian Prochaska (googlemail.com)
267538 636 bytes problems with MSYS/MinGW, Autotools plugin and native Windows paths
call configure script using absolute path with forward slashes and without a colon after the drive letter
Christopher Daniel (pl.ibm.com)
ae6a17 19 lines Apply patch from #350304. Works perfect. Thanks for doing it.
Corey Ashford (linux.vnet.ibm.com)
0616ff 2 lines linuxtools, oprofile: Improve error message when opcontrol returns a non-zero error code Add extra verbiage to give a clue as to what might have gone wrong if opcontrol returns a non-zero exit status, particularly for the case when /usr/bin/consolehelper is not installed on the system (e.g. consolehelper is not in the SuSE distro). Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
32911f 64 lines Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=369468 RDTCommandLauncher#execute: Fix bugs with the loop that transfers the environment variable strings from the form "<var>=<value>" to a hash map. Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
34261b 1268 lines Add new implementation of CMainTab using ResourceSelectorWidget Add a new implemetation of CMainTab, called RemoteProxyCMainTab, which utilizes three instances of ResourceSelectorWidget. One widget for selecting the location of the executable to copy from, another to select its destination, and a third to select the working directory. Lots of error checking is done, and pains are taken to emit useful error messages. Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
592a9d 1175 lines Add ResourceSelectorWidget to be used to construct Remote launch configs This commit adds a widget that uses a similar selector to what is used by Eclipse's project creation wizard, where you can choose a filesystem and a path, potentially on a remote machine. Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
7e17e7 116 lines Add ability to create the proxy using a URI in addition to an IProject In order to implement the RemoteConnection class in terms of this proxy, we need to have the ability to create a proxy based upon the URI of an executable, which may reside on a remote machine, but not the machine where the project is located. A similar situation occurs when downloading a locally-built executable to a remote machine to run it. In these cases we need to access a remote file system which is not related to where the project is located. In addition to these changes, I also sprinkled in a few @Override annotations on the methods of classes that implement an interface. Note that I was not able to do this on the methods in org.eclipse.linuxtools.rdt.proxy because it uses Java 1.5 instead of 1.6, where @Override is not allowed on methods which directly implement an interface (i.e. not from a superclass). Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
8ed47c 422 lines Reimplement the RemoteConnection class in terms of the RemoteProxy This version of RemoteConnection is a re-write and re-envision of the RemoteConnection package that's in org.eclipse.linuxtools.profiling.launch.remote plugin. I intend for this class to be the only mechanism used for connecting with the target machine (whether it's local or remote), so there is no longer a need for a separate .remote plugin. The RemoteConnection class and related classes have been moved from the .remote plugin to org.eclipse.linuxtools.profiling.launch, and are now based upon IRemoteProxyManager, IRemoteCommandLauncher, and IRemoteFileProxy. The RemoteConnection class is basically now just a convenience class on top of the above facilities, and is intended to make the job of writing launchers a little easier. We can add more methods over time as we find the need. Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
99a2ea 2 lines linuxtools, oprofile: Improve error message when opcontrol returns a non-zero error code Add extra verbiage to give a clue as to what might have gone wrong if opcontrol returns a non-zero exit status, particularly for the case when /usr/bin/consolehelper is not installed on the system (e.g. consolehelper is not in the SuSE distro). Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
ef94e2 559 lines Add Valgrind Remote Tab Group that uses RemoteProxyCMainTab
f0eb69 116 lines Add ability to create the proxy using a URI in addition to an IProject In order to implement the RemoteConnection class in terms of this proxy, we need to have the ability to create a proxy based upon the URI of an executable, which may reside on a remote machine, but not the machine where the project is located. A similar situation occurs when downloading a locally-built executable to a remote machine to run it. In these cases we need to access a remote file system which is not related to where the project is located. In addition to these changes, I also sprinkled in a few @Override annotations on the methods of classes that implement an interface. Note that I was not able to do this on the methods in org.eclipse.linuxtools.rdt.proxy because it uses Java 1.5 instead of 1.6, where @Override is not allowed on methods which directly implement an interface (i.e. not from a superclass). Signed-off-by: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Corey J Ashford (us.ibm.com)
2c238c 21 lines Fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=369765 - Apply patch from bug - Modify patch to use NLS and refer to current plug-in id - Adds exception handling when remote connection cannot be made
341292 2586 bytes Error message when opcontrol script returns an error needs improvement
Improves error message when opcontrol returns a non-zero status
342880 710 bytes Running install-noconsolehelper.sh after running install.sh causes corruption of /usr/bin/consolehelper
Patch to remove pre-existing ./opcontrol link/file
342883 569 bytes OProfile plug-in uses /usr/bin/consolehelper when available, but needs /usr/bin/consolehelper-gtk as well
require /usr/bin/consolehelper-gtk is installed in install.sh
349720 210560 bytes SystemTap Help formatting doesn't conform to the rest of the Eclipse Help.
Cleans up existing SystemTap docs in place
351368 6434 bytes Error handling of opcontrol needs improvement
Patch to improve error handling of opcontrol
369765 2434 bytes RDTFileProxy needs improved error handling when a URL contains a bad connection id
Patch that improves error handling of URLs containing bad connection ids
369766 50654 bytes Request to add a IRemoteFileProxy based file and directory chooser for use in launch configuration tabs
Add ResourceSelectorWidget patch (version 2)
369875 19447 bytes Reimplement org.eclipse.linuxtools.profiling.launch.remote.RemoteConnection in terms of the IRemote* interfaces
Patch to reimplement RemoteConnection in terms of the IRemote* classes and move it it to its parent class, version 2
Daniel Henrique Barboza (br.ibm.com)
0422f9 46 lines Perf plug-in: added end of process messages.
51f487 7577 lines danielhb@br.ibm.com: Contributing Helgrind tests plug-in.
b392cc 11 lines Removing the -U flag of the Perf plug-in launch. Some systems/distros do not implement it. I'm removing this flag until we're secure that all of them, or at least the major ones, support it.
bbad9c 214 lines Adding pom.xml files to enable Perf build.
c03a56 84 lines Fixing Helgrind tests plugin issue with Tycho.
cca821 4490 lines Helgrind.tests plug-in cleanup.
cdd81a 7577 lines danielhb@br.ibm.com: Contributing Helgrind tests plug-in.
d94bf7 19 lines Fixing Bug 367505 Removed the p.waitFor() call which proved to be problematic on some cases.
dba823 84 lines Fixing Helgrind tests plugin issue with Tycho.
344504 11466 bytes Contributing a Helgrind plugin for Linux Tools Project
Tarball with the source code of Helgrind plugin
364198 116076 bytes *cachegrind* files in Helgrind test plugin
Clean-up of the helgrind test plug-in.
364747 3471 bytes [Perf plug-in] Fixing behavior when no events occurred
Patch implementing the proposed change - updated
365303 11540 bytes Enabling perf build into linuxtools
Patch that sets up pom files for Perf build
366734 1715 bytes Removing the -U flag from the plug-in
Patch that removes the -U flag from execution.
367505 1978 bytes Perf hangs when clicking on or creating a configuration
Patch to fix the p.waitFor() problem found
345863 575 bytes Create unit tests for Helgrind
comment #2
345863 46 bytes Create unit tests for Helgrind
comment #6
345863 432 bytes Create unit tests for Helgrind
comment #8
345863 144 bytes Create unit tests for Helgrind
comment #10
345863 128 bytes Create unit tests for Helgrind
comment #11
363510 336 bytes Cachegrind: manual cache configuration is reseted after run
comment #2
Daniel Henrique Debonzi (linux.vnet.ibm.com)
61eb4c 104 lines Valgrind 3.6 massif new options included.
ba34c1 219 lines Valgrind 3.6 memcheck new options included.
345482 18201 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
Valgrind plugin patch for massif tool.
345482 21561 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
Valgrind plugin patch for memcheck tool.
345482 331 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #0
345482 83 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #1
345482 85 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #2
345482 592 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #4
345482 458 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #7
345482 105 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #10
345482 227 bytes Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind.
comment #11
Daniel U. Thibault (bigfoot.com)
349987 22042 bytes [LTTng] org.eclipse.linuxtools.lttng StateStrings.java missing some code, other duplicated
Various fixes and improvements to StateStrings.java
Dmitry Kozlov (codesourcery.com)
02dd41 98 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelDependent, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelEvent, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelImage.
0960bd 14 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpxmlProvider and org.eclipse.linuxtools.internal.oprofile.core.linux.OpxmlRunner.
0bcaaa 134 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 2.
0ed4fb 88 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.daemon.OpUnitMask.
1ca4d3 18 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.OprofileLaunchPlugin.
21a3c1 42 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.info.EventListProcessor. Part 2.
2c2121 102 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.info.EventListProcessor. Part 1.
2e96cd 78 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 1.
3736ce 14 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.ui.OprofileUiPlugin.
486814 80 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab.
4b18be 109 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.model.OpModelRoot, org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSample, org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSession.
5a6bb3 34 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.comfiguration.LaunchOptions.
5c5907 112 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.model.OpModelImage.
6eaf03 42 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.checkevent.
8172b6 66 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileEventConfigTab. Part 3.
8ad7ad 72 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.model.OpModelSymbol.
8c2d46 41 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.ui.view.
8dc931 40 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.daemon.OpEvent.
8dcd0d 38 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.daemon.OprofileDaemonEvent.
96cd78 57 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.launching.OprofileManualLaunchConfigurationDelegate.
97e3ce 54 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.
a4b943 82 lines Cleanup leading underscores from identifiers' names in 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.
a64e05 45 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.daemon.OprofileDaemonOptions.
a68074 78 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileCounter.
bd2a0f 40 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.sessions.SessionsProcessor.
c0d210 56 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.OprofileSAXHandler.
c3066b 66 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpcontrolProvider. Part 2.
c37711 43 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSymbol.
c50e34 40 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.XMLProcessor.
c5a851 104 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpcontrolProvider. Part 1.
ccc42e 60 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.daemon.OpInfo.
e48143 32 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.model.SymbolsProcessor.
ef8bab 42 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.model.OpModelEvent.
f63dd0 92 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelRoot, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSample, org.eclipse.linuxtools.internal.oprofile.ui.model.UiModelSession.
fd6f22 24 lines Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools.internal.oprofile.core.opxml.info.DefaultsProcessor, org.eclipse.linuxtools.internal.oprofile.core.opxml.info.OpInfoProcessor.
Francois Chouinard (gmail.com)
277520 4328 bytes Add an entry for LTTng on the project page
LTTng project info
Francois Godin (gmail.com)
323611 1862 bytes [TMF] TmfVirtualTable scrolling and slider bugs
Patch v2
Igor Foox (redhat.com)
181102 1682 bytes Test failures due to change in SpecfileParser#parseSection
Patch to fix the tests
181238 480 bytes Superfluous junit entry in .classpath
Remove junit from classpath
181497 7599 bytes ChangeLog plugin should not have com.redhat.* stuff lying around
Patch to change all com.redhat.eclipse references to org.eclipse.linuxtools
Jeff Johnston (redhat.com)
210144 49183 bytes Changelog plugin should not depend on CVS
Changelog plugin patch
Jeremy Handcock (aperte.org)
82195 1733 bytes [RPM] Refactor org.eclipse.cdt.rpm.core
Patch for org.eclipse.cdt.rpm-feature
82195 308001 bytes [RPM] Refactor org.eclipse.cdt.rpm.core
Patch for org.eclipse.cdt.rpm.core
82195 50508 bytes [RPM] Refactor org.eclipse.cdt.rpm.core
Patch for org.eclipse.cdt.rpm.core.tests
82195 110055 bytes [RPM] Refactor org.eclipse.cdt.rpm.core
Patch for org.eclipse.cdt.rpm.ui
82196 6233 bytes [RPM] Move propertypage plug-in to org.eclipse.cdt.rpm.ui
Patch for org.eclipse.cdt.rpm.core
82196 36567 bytes [RPM] Move propertypage plug-in to org.eclipse.cdt.rpm.ui
Patch for org.eclipse.cdt.rpm.propertypage
82196 26856 bytes [RPM] Move propertypage plug-in to org.eclipse.cdt.rpm.ui
Patch for org.eclipse.cdt.rpm.ui
96849 1694 bytes [OProfile] Build doesn't fail when opxml build fails
Patch for org.eclipse.cdt.oprofile.core.linux
John Dallaway (dallaway.org.uk)
329710 950 bytes getGCDALocations() implementation is not robust
CovManager.java.patch
330810 680 bytes Chart View viewer should be borderless
ChartView.java.patch
340638 1608 bytes GProf view presents border around table
GmonView.java.patch
Jon Beniston (beniston.com)
313748 5776 bytes Add ability to set autotools options in templates
Patch to add support for SetAutotoolsStringOptionValue process
314122 1551 bytes " in .autotools are not escaped as &quot;
Patch to escape characters &'"<>
314587 2041 bytes Add support for Cygwin in getPathString()
Add support for cygwin paths
Ken Mising name (msn.com)
350593 5161 bytes ChangeLog does not consider a dirty ChangeLog editor as a change to the ChangeLog file and adds new ChangeLog entries to the editor
Adds dirty detection detection and pass it to GNUFormat
350593 1476 bytes ChangeLog does not consider a dirty ChangeLog editor as a change to the ChangeLog file and adds new ChangeLog entries to the editor
Added a field, getter and setter so the boolean flag can be passed to GNUFormat to force it to merge a ChangeLog instead of creating new entries.
350593 1900 bytes ChangeLog does not consider a dirty ChangeLog editor as a change to the ChangeLog file and adds new ChangeLog entries to the editor
Added dirty editor detection support by checking the boolean flag included by ChangeLogEditor.
Krzysztof Daniel (redhat.com)
7d303e 50 lines Bug 366698 - Kill old install and provision targets Two targets (provision.sdk and install were removed). installSDKinDropins is the default target now. installPlatform and installPlatformAndCVS were also removed
aec369 2 lines Bug 367942 - setPDEBuildPath does nothing currently Incorporated akurtakov suggestion and now setPDEBuildPath uses the installation that was produced earlier, not the bootstrap.
d101b3 12 lines Bug 367940 - ant buildTests should fail if underlying equinox returns 13 <exec> tasks that invoke equinox got failonerror=true.
350304 2051 bytes [pdebuild] Clean up unnecessary logging
Patch proposition
366698 4588 bytes Kill old install and provision targets
Second proposition
367727 3442 bytes Incorrect error message when eclipse-build version does not match the source tarbals
Fix proposition
367744 1294 bytes Verify if the JAVA_HOME is set before build starts
Patch v4 in git format
367940 2737 bytes ant buildTests should fail if underlying equinox returns 13
Fix proposition
367942 894 bytes setPDEBuildPath does nothing currently
Fix in line with Alex suggestions
Krzysztof Daniel (gmail.com)
0c3a5d 10 lines Verify if the JAVA_HOME is set before build starts A check if JAVA_HOME is set and points to an existing directory.
1ed0c8 10 lines Verify if the JAVA_HOME is set before build starts A check if JAVA_HOME is set and points to an existing directory.
5226c0 8 lines Bug 367727 - Incorrect error message when eclipse-build version does not match the source tarbals Changed error messaged to display which file actually is missing and what can be done about that.
90afd9 8 lines Bug 367727 - Incorrect error message when eclipse-build version does not match the source tarbals Changed error messaged to display which file actually is missing and what can be done about that.
Kyu Lee (redhat.com)
179327 18470 bytes Separate *Parser classes into plug-ins
removing dependencies for JDT, CDT and parsers
Lawrie Nichols (gmail.com)
296228 1853 bytes No profiling data generated - wrong image filter?
Patch for oprofile abstract launcher
lmcpata (ericsson.com)
17429d 3671 lines Fix for custom parsers
cc215b 15 lines Fix for state experiment manager coalescing.
Marc Dumais (ericsson.com)
316455 39515 bytes [LTTng] State system minor improvements
Updated patch, following rebase to latest of TRUNK as of 2010-10-14
Marc Khouzam (ericsson.com)
292172 390 bytes Wrong release version on oprofile move_opxml script
Fix
Marc-Andre Laperle (gmail.com)
322698 2507 bytes Can't create a new C/C++ project
AutotoolsBuildWizard messages patch
Martin Oberhuber (windriver.com)
354342 1955 bytes The version number can not be changed after the ValgrindOptionTab has been initialized
patch v1
360085 2619 bytes Valgrind doesn't always clear its error markers when it should
patch v1
Mathieu Denis (ericsson.com)
d1de21 8 lines Fixed lost event bug. Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
355084 2067 bytes [LTTng] latency analysis - the second trace to be selected sometimes doesn't appear
Clear the histogram selected timerange for the latency view
Mathieu Denis (polymtl.ca)
8b4fad 97 lines Add a simple example of how to use the state system with a CTF kernel trace Signed-off-by: Mathieu Denis <mathieu.denis@polymtl.ca> Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
352379 5151 bytes [LTTng] Statistics view - reset/update not performed when fast change of trace
Dispose correctly of the loading experiment when another one is selected
355551 7469 bytes [LTTng] Statistics view - Correct calculation of cumulative CPU time
Fix how the cumulative CPU time is updated
Mathieu Denis (gmail.com)
382438 2484 bytes [TMF] NullPointerException when closing statistics view
Fix for Bug 382438: null pointer exception when closing statistics view
Matthew Khouzam (ericsson.com)
0733f3 254 lines improve test coverage and fix go to last event bug
099df0 92 lines Fix seek bug. Adds indexing. Conflicts: lttng/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java
117c2c 79 lines Generalized trace test added. Can be useful for profiling.
200ad0 108 lines Added a headless test
24107a 67 lines Added getOffset to a trace and updated benchmark.
264ffa 228 lines Added faster indexed seeks.
2919a6 343 lines Change certain classes to use ITmfEvent instead of TmfEvent. Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2fd7a9 1 lines add LTTng icon to LTTng Traces
3f5276 7 lines Add Lttng 2.0 trace to Lttng View
408f27 8 lines fix seek with offsetted timestamps.
43ddc7 88 lines fix post-merge to get it to compile.
584361 7 lines update events table in lttng.ui to have an ITmfEvent.
5d2c18 2 lines Change Icon from a giant mole to a reasonable penguin. Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
5e260b 18 lines Add a headless test Conflicts: lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/headless/Benchmark.java
7a47bb 89 lines Fix warnings
8c5b11 21 lines add Environment variables to ctf interface
a3fcc1 4 lines Add support for offsets in event creation
a97888 6 lines Added an interesting headless test. It is more there to show how someone can use the trace. Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
aa098c 7062 lines internalize some CTF API
d0bf7c 149 lines Improved test coverage.
d2ada1 467 lines Add support for seeks by index.
d98555 117 lines Added clocks to integer definitions and removed warnings from IOStructGen.java
dad5bd 74 lines add benchmarks Conflicts: lttng/org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/headless/ReadTrace.java
e01715 137 lines Add environment variables view widget
e82442 8 lines Added getOffset to a trace and updated benchmark.
eb53d5 143 lines Add support in the UI for LTTng 2.0. signed-off by: YEAH BABY
ef3e3f 70 lines add fallback for seeking by unindexed traces
f61e1b 219 lines Change output of ctf toStrings to be more human readable.
f83095 2666 lines Define CTF API
f92741 123 lines changed TmfEvent to ITmfEvent
292414 16532 bytes [LTTng] Include Legend in Control Flow and Resources View
Includes legends in control flow view and resource view
minoo ziaei (gmail.com)
353447 2618 bytes Missing exported rpmstubby package
rpmstubby and rpm.ui.editor patch
Niels Thykier (thykier.net)
322271 2277 bytes [eclipse-build][debian] eclipse-pdebuild.sh does not pass -data and uses -vmargs
Refreshed the original patch for the git migration
Otavio Pontes (br.ibm.com)
f67202 132 lines Fill the default callgraph launch configuration with new attributes The default attributes from callgraph launch configuration are now the same attributes used by LaunchStapGraph to run systemtap.
Otavio Pontes (linux.vnet.ibm.com)
104be8 21 lines Fix Bug 351477 When SystemTap script is run with 'run w/Graph' option and the connection to remote host fails the wizard to continue with creation of graph appears in spite of the error message/failure https://bugs.eclipse.org/bugs/show_bug.cgi?id=351477 * systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/src/org/eclipse/linuxtools/systemtap/ui/consolelog/ScpClient.java * systemtap/org.eclipse.linuxtools.systemtap.ui.graphicalrun/src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/actions/RunScriptChartAction.java
270dbf 2 lines Documentation, Import Modules task has a broken link Bug 353635 'Module Browser' link in 'Importing Modules' help page is broken. The href from link is incorrect. https://bugs.eclipse.org/bugs/show_bug.cgi?id=353635 * systemtap/org.eclipse.linuxtools.systemtap.ui.dashboard/documentation/html/tasks/importModules.html
40a1d6 57 lines Modify verbosity flag to accept levels of verbosity. Bug 353809
5c82d8 57 lines Modify verbosity flag to accept levels of verbosity. Bug 353809
5fa024 2 lines Documentation, Import Modules task has a broken link Bug 353635 'Module Browser' link in 'Importing Modules' help page is broken. The href from link is incorrect. https://bugs.eclipse.org/bugs/show_bug.cgi?id=353635 * systemtap/org.eclipse.linuxtools.systemtap.ui.dashboard/documentation/html/tasks/importModules.html
d18c50 23 lines NPE when opening .h/.c file in SystemTap IDE Null Pointer Exception is raised when opening a file in Kernel Source view in Systemtap IDE https://bugs.eclipse.org/bugs/show_bug.cgi?id=345010
345010 4014 bytes Null Pointer Exception is raised when I open a file in Kernel Source view in Systemtap IDE
Systemtap: Using only stp editors to open files in stap perspective
351355 5347 bytes gprof: support 64-bit gmon files in ppc64
Getting Symbol table correctly in ppc64
351477 3512 bytes When running a systemtap plugin to draw a graph it displays the graph wizard even if the connection fails.
Improved patch to fix the problem
353635 1396 bytes Help: systemtap Dashboard Guide -> Importing Modules has a broken link
Patch to fix the reported problem
353809 10784 bytes Function Callgraph profile configuration does not support -vv and -vvv options
Using a spinner instead of checkboxes
353903 13039 bytes "Function Callgraph" should use the most recently used launch config
Fill default configuration with the same attributes that are used by LaunchStapGraph
Patrick Hofer (gmail.com)
275685 1455 bytes [valgrind] doesn't launch on debian based system
proposed patch with copyright info
Patrick Tasse (gmail.com)
310709 11240 bytes [TMF] Time Analysis Viewer widget single event trace and fixed time interval problems
Proposed patch on org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis package
319428 16052 bytes [TMF] Generalization of Project View
Proposed patch in org.eclipse.linuxtools.tmf package
319428 228807 bytes [TMF] Generalization of Project View
Proposed patch in org.eclipse.linuxtools.tmf.ui package
319429 332308 bytes [TMF] Implementation of Custom Parsers
Proposed patch in org.eclipse.linuxtools.tmf.ui package
319429 4662 bytes [TMF] Implementation of Custom Parsers
Icons zip file for org.eclipse.linuxtools.tmf.ui package
325638 25209 bytes [TMF] Virtual Table widget improvements and bug fixes
Proposed patch on TmfVirtualTable.java and TmfEventsTable.java
327265 38018 bytes [TMF] Custom parsers NPE, extra columns and event type & content fixes
Proposed patch in org.eclipse.linuxtools.tmf.ui
337872 5981 bytes [TMF] Progress monitor feedback for indexing and constructor trigger
Proposed patch in org.eclipse.linuxtools.tmf
337891 1699 bytes [TMF] Event clone erases content
Proposed patch in org.eclipse.linuxtools.tmf
337900 5003 bytes [TMF] Buffered random access file
Proposed patch in org.eclipse.linuxtools.tmf
337914 62765 bytes [TMF] Implementation of filter model
Proposed patch in org.eclipse.linuxtools.tmf package
337914 11114 bytes [TMF] Implementation of filter model
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338016 80544 bytes [TMF] Consolidation of externalization strings
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338112 10339 bytes [TMF] Projects view improvements and bug fixes
Proposed patch in org.eclipse.linuxtools.tmf.ui.views.project package
338112 867 bytes [TMF] Projects view improvements and bug fixes
icons zip file for org.eclipse.linuxtools.tmf.ui package
338151 71362 bytes [TMF] Implementation of Filters view
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338151 1975 bytes [TMF] Implementation of Filters view
icons zip file for org.eclipse.linuxtools.tmf.ui package
338155 49208 bytes [TMF] Implementation of Colors view
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338155 512 bytes [TMF] Implementation of Colors view
icons zip file for org.eclipse.linuxtools.tmf.ui package
338162 45556 bytes [TMF] Implementation of raw event viewer
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338162 3825 bytes [TMF] Implementation of raw event viewer
Proposed patch in org.eclipse.linuxtools.tmf package
338162 1219 bytes [TMF] Implementation of raw event viewer
Proposed patch in org.eclipse.linuxtools.tmf.tests package
338253 76166 bytes [TMF] Implementation of searching, filtering, highlighting and bookmarking in events table
Proposed patch in org.eclipse.linuxtools.tmf.ui package
338253 1953 bytes [TMF] Implementation of searching, filtering, highlighting and bookmarking in events table
Proposed patch in org.eclipse.linuxtools.tmf package
338253 2193 bytes [TMF] Implementation of searching, filtering, highlighting and bookmarking in events table
icons zip file for org.eclipse.linuxtools.tmf.ui package
342769 47389 bytes [TMF] Refactoring of event cache with filter support and optimization of GUI refresh
Proposed patch in org.eclipse.linuxtools.tmf.ui package
348010 849 bytes [TMF] NullPointerException in custom XML parser wizard
Proposed patch in org.eclipse.linuxtools.tmf.ui package
348020 3620 bytes [TMF] Color resource leak in Colors view
Proposed patch in org.eclipse.linuxtools.tmf.ui package
353020 222892 bytes [TMF, LTTng] Changes for streaming support, background and event request refactoring, trace control updates and minor bug fixes
Proposed patch in org.eclipse.linuxtools packages
Rafael Medeiros Teixeira (linux.vnet.ibm.com)
23a84d 165 lines Oprofile: Fix NPE after failed profile
2d0c56 30 lines Fixing bug with remote profiling when remote tools' connection name has whitespace characters
994a46 211 lines Minor fixes on profiling.launch.ui plugins Adding pom.xml Adding about.html Adding missing copyright disclaimers fixing version number, adding Bundle-Localization parameter to MANIFEST.MF
9bc82f 38 lines Fix for Bug 333315 - Add text to Valgrind view when no errors were found.
b97652 10 lines Further fix for Bug 333315. Since the last fix doesn't allow empty messages array anymore (there's at least a ValgrindInfo message in it), verification for executions with no output must be different. Messages are also cleaned-up from console before starting a new execution; it might be confusing to have a "no output" message related to a previous execution written in the console while current profiling is running.
cba9b8 197 lines oprofile: Modifications to use the linuxtools' path set for the project. If there's a Linuxtools path defined for the project being profiled, the plugin will try to run opcontrol as root. If it doesn't work, user will be prompted to add this opcontrol in the sudoers file with NOPASSWD. If no path is defined for the project, the plugin will try to use the opcontrol link/wrapper created by the install scripts.
cccffe 27 lines oprofile: Edited ChangeLog, removed unnecessary import in OpInfo.java, removed version for org.eclipse.linuxtools.tools.launch.core in MANIFEST.MF
e5b4d2 131 lines Change RuntimeProcessFactory to use file and process proxies
f35088 1476 lines Oprofile: Added support for remote targets with Oprofile
315505 109236 bytes [remote] Support remote targets with OProfile
Patch to add support for remote targets with Oprofile
364941 26436 bytes Add support for multiple Oprofile launch configs
Patch to change Linux Tools path for Oprofile
364941 3880 bytes Add support for multiple Oprofile launch configs
Minor fixes
369766 17256 bytes Request to add a IRemoteFileProxy based file and directory chooser for use in launch configuration tabs
Minor fixes on profiling.launch.ui plugins
377120 15482 bytes Oprofile - Profiling fails when Linux Tools Path property is changed
Patch to fix NPE after failed Oprofile run with Linux Tools Path property set
381248 48896 bytes Request to add a new implementation of CMainTab using ResourceSelectorWidget
Patch to add RemoteProxyCMainTab
382060 26054 bytes Modify Remote Valgrind profile configuration tab group to use RemoteCMainTab
Patch that adds Valgrind Remote Tab Group that uses RemoteProxyCMainTab
383833 4601 bytes Unable to run remote profiling with RemoteProxyCMainTab using remote tools when connection name has a whitespace character
Fixing bug with remote profiling when remote tools' connection name has whitespace characters
333315 157 bytes Add text to Valgrind view when no errors were found
comment #1
333315 251 bytes Add text to Valgrind view when no errors were found
comment #3
378494 202 bytes Change RuntimeProcessFactory to use file and process proxies
comment #0
378494 0 bytes Change RuntimeProcessFactory to use file and process proxies
comment #1
378494 49 bytes Change RuntimeProcessFactory to use file and process proxies
comment #3
378494 134 bytes Change RuntimeProcessFactory to use file and process proxies
comment #4
378494 0 bytes Change RuntimeProcessFactory to use file and process proxies
comment #5
378494 214 bytes Change RuntimeProcessFactory to use file and process proxies
comment #6
378494 102 bytes Change RuntimeProcessFactory to use file and process proxies
comment #17
Remy Suen (ca.ibm.com)
179141 5531 bytes ChangeLog plug-in should migrate away from plugin.xml to MANIFEST.MF
Patch to remove stuff in plugin.xml and move them to a MANIFEST.MF file.
179549 2082 bytes function guess fails when making changelog entry in static code block
Patch to mark the static block as "static initializer".
181249 4330 bytes Plug-ins do not specify execution environments and/or does not use OSGi manifests
Patch to fix up org.eclipse.linuxtools.rpm.core.
181249 1164 bytes Plug-ins do not specify execution environments and/or does not use OSGi manifests
Patch for org.eclipse.linuxtools.rpm.ui.editor.tests.
181249 1208 bytes Plug-ins do not specify execution environments and/or does not use OSGi manifests
Patch to update org.eclipse.linuxtools.rpm.ui.editors.
181249 3689 bytes Plug-ins do not specify execution environments and/or does not use OSGi manifests
Patch for org.eclipse.linuxtools.rpm.core.tests.
181249 3858 bytes Plug-ins do not specify execution environments and/or does not use OSGi manifests
Patch to correct org.eclipse.linuxtools.rpm.ui.
Renato Stoffalette Joao (br.ibm.com)
ce8794 410 lines This is a piechart implementation. PieChart class extends Chart from SWTChart. It adds a PaintListener and a PieChartSeries methods. PieChartPaintListener implements a PaintListener, gets the PieSeriesArray and calculates the angles to draws the primitives in the paintControl method. IColorsConstants is an interface of swt.graphics.RGB colors.
373552 17516 bytes Switch Systemtap Charting from BIRT to using SWTChart
A piechart implementation extending Chart from SWTChart
Rodrigo Fraxino Araujo (linux.vnet.ibm.com)
377671 18865 bytes Remote support for RPM plug-in
Patch to add remote support to RPM using linuxtools profiling package
382882 56145 bytes Patch to add support for remote perf
patch for remote perf
383552 2882 bytes RuntimeProcessFactory fails when using RSE
parse rse output of runtimeprocessfactory
383920 1439 bytes Perf hangs on creation of the Event Tab for local configuration
fix local execution of perf list
383936 12855 bytes Perf events tab is getting duplicated in remote profiling
fix duplicated events on remote perf.
Rodrigo Fraxino Araujo (br.ibm.com)
10b2ac 883 lines Added support for remote perf using Linuxtools profiling package.
b178c6 296 lines Added support to create and export RPM files remotely.
caa871 25 lines Fixed parsing RSE output of RuntimeProcessFactory.
Ryan Xu (gmail.com)
360950 1205 bytes When open the preference page of valgrind on windows host, the whole eclipse will hang.
patch
Sami Wagiaalla (redhat.com)
348260 18327 bytes Add a shared library template to new project wizard
Add Autotools shared library template
348432 23461 bytes Add support for individual element validation to Autoconf parser
Add support for individual element validation.
Severin Gehwolf (redhat.com)
319742 965 bytes NPE: An internal error occurred during: "Update RPM packages proposal list"
Bugfix
321905 18360 bytes IMAGE_FILTER set incorrectly if project is external
Regression-test for this bug.
Stephen Shaw (decriptor.com)
9eea85 82 lines Now accounts for jvm being in /usr/lib64 on 64bit machines Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Uwe Stieber (windriver.com)
265494 632 bytes MacroProposalsPreferencePage fails to compile with Eclipse 3.5M5
Set the visibility of selectionChanged to protected
265495 1474 bytes oprofile linux x86 and x86_64 cannot find fragment host
Setting fragment host version constraint to 0.1.0 instead of 0.1
Wainer S. Moschetta (linux.vnet.ibm.com)
1ad5b1 10 lines Perf: read events list also from stderr Old versions of Perf used to send events list to stderr instead of stdout This patch changes the plug-in to check whether stdout is empty or not Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
63afc3 9 lines Perf: refactoring on events parser. Fixes Bug 367555 Events parser used to rely on line length of 'perf list' output. However, length might change between perf versions. This patch changes events parser to use regex instead. Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
6d63d5 2 lines Perf: fix handler of single event selection Changed PerfEventsTab to handle a single event selection in the same case as multiple events. Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
fb1815 11 lines Polishing Perf plug-in Added plugin.properties file with bundleName and bundleProvider properties Changed display "Profile as Perf!" with "Profile as Perf" Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com>
351355 1372 bytes gprof: support 64-bit gmon files in ppc64
Patch to fix the problem
366075 2918 bytes Polish Perf plug-in
Patch with cosmetic changes
366611 1888 bytes Perf: read events list also from stderr
Patch to fix the problem
367555 3027 bytes Perf: use regex to parse events
Patch to fix the problem
367625 1441 bytes Perf: fix handler of single event selection
Patch to fix the problem
379258 3123 bytes Fix pie chart title in gprof/gcov
Patch to fix it
333315 192 bytes Add text to Valgrind view when no errors were found
comment #5
363510 560 bytes Cachegrind: manual cache configuration is reseted after run
comment #0
363510 0 bytes Cachegrind: manual cache configuration is reseted after run
comment #1
Will (gmail.com)
341621 3528 bytes oprofile: hangs on Parsing OProfile Data
decided it should be cleaned up a bit. purely aesthetic changes from previous patch.
William Bourque (polymtl.ca)
287745 52326 bytes [TMF] Switch to JUnit3
Convert org.eclipse.linuxtools.lttng.tests to junit3.
290060 22134 bytes [LTTng] Add a HOWTO to integrate the C library
LTTv installation guide, in HTML format.
291662 8906 bytes [LTTng] Refactoring of the LTTng JNI
Patch to support moving (reading) on a single tracefile in a trace
291662 15717 bytes [LTTng] Refactoring of the LTTng JNI
Modified unit test to support move (seek and read) on single tracefile.
291662 8342 bytes [LTTng] Refactoring of the LTTng JNI
Modified JniEvent to improve speed.
291662 14753 bytes [LTTng] Refactoring of the LTTng JNI
"New way" to Add a "endTime" for a trace
292393 21548 bytes [LTTng] Improve search of a process within the State model
Implemented HashMap instead of a list for LttngProcessState
292393 7007 bytes [LTTng] Improve search of a process within the State model
Cchanges in FlowContainer and ResourceContainer to add debug and better "equals"
Xavier Raynaud (kalray.eu)
357355 7808 bytes [TMF] Enhancement of class TmfVirtualTable
patch proposal
Yufen Kuo (mvista.com)
340341 15183 bytes [LTTng] Missing liblttngtrace format not handled gracefully at all
patch to display error dialog when native trace library fails to load instead of displaying stack trace in console
354541 63158 bytes LTTng plugins requires to set LD_LIBRARY_PATH to point to the path of native parsing libraries
Patch to add UI to allow user to specify parser library path in new LTTng project wizard and project property
354541 11047 bytes LTTng plugins requires to set LD_LIBRARY_PATH to point to the path of native parsing libraries
patch to fix compilation issues in org.eclipse.linuxtools.lttng.tests plugin
354541 2945 bytes LTTng plugins requires to set LD_LIBRARY_PATH to point to the path of native parsing libraries
patch to enable Project->Properties main menu when LTTng project is selected in Lttng Projects View
354541 6035 bytes LTTng plugins requires to set LD_LIBRARY_PATH to point to the path of native parsing libraries
patch for runpath setting note on loader parser library
Yuriy Vashchuk (polymtl.ca)
311930 100553 bytes [LTTng] HistogramView : Make sure time interval are small enought in very long trace
The multi-trace bug correction and histogram view improvements
311930 36020 bytes [LTTng] HistogramView : Make sure time interval are small enought in very long trace
Patch corrections
315889 59146 bytes [LTTng] HistogramView improvements
Histogram patch
323503 13228 bytes [LTTng] Histogram View design and draw improvements
The Histogram design and draw corrections

Repositories

The information contained in this log was generated by using commit information from the following repositories:

/gitroot/linuxtools/org.eclipse.linuxtools.eclipse-build.git
/gitroot/linuxtools/org.eclipse.linuxtools.git