| Ref |
Size |
Description |
| 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. |
| 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. |
| 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> |
| Christopher Daniel (pl.ibm.com) |
| ae6a17 |
19 lines |
Apply patch from #350304. Works perfect. Thanks for doing it. |
| Krzysztof Daniel (redhat.com) |
| 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 |
| Benjamin Drung (debian.org) |
| ee1a5c |
2 lines |
Support finding libjasper-java 5.5.33-1 or newer on Debian. |
| 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 |
128 bytes |
Create unit tests for Helgrind comment #11 |
| 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> |
| 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> |
| 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> |
| 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 |
| 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 |
| Wainer |
| 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> |
| 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 |
227 bytes |
Valgrind tools options (massif, cachegrind, memcheck) does not reflect some options available on latest valgrind. comment #11 |
| Rafael Medeiros Teixeira (linux.vnet.ibm.com) |
| 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 |
| 364941 |
3880 bytes |
Add support for multiple Oprofile launch configs Minor fixes |
| 333315 |
251 bytes |
Add text to Valgrind view when no errors were found comment #3 |
| Charley Wang (redhat.com) |
| a1452a |
0 lines |
Add missing callgraph user guide images |
| a15a1d |
0 lines |
Add missing systemtap icon |
| fcd404 |
0 lines |
Add missing systemtap icons |
| Elliott Baron (cs.toronto.edu) |
| a946fe |
0 lines |
Added missing Valgrind icon. |
| Chris Aniszczyk (gmail.com) |
| c42083 |
52 lines |
Add repo generation for the man module Signed-off-by: Chris Aniszczyk <zx@redhat.com> |
| lmcpata (ericsson.com) |
| cc215b |
15 lines |
Fix for state experiment manager coalescing. |
| 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. |
| Aaron Luchko (luchko.ca) |
| 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 |
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 |
| Jeremy Handcock (aperte.org) |
| 82195 |
110055 bytes |
[RPM] Refactor org.eclipse.cdt.rpm.core Patch for org.eclipse.cdt.rpm.ui |
| 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 |
| Alphonse Van Assche (gmail.com) |
| 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 |
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 |
| 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 |
3858 bytes |
Plug-ins do not specify execution environments and/or does not use OSGi manifests Patch to correct org.eclipse.linuxtools.rpm.ui. |
| Kyu Lee (redhat.com) |
| 179327 |
18470 bytes |
Separate *Parser classes into plug-ins removing dependencies for JDT, CDT and parsers |
| 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 |
| Alexander Kurtakov (gmail.com) |
| 207207 |
985 bytes |
Rpm editor do not accept valid values for Release: Possible fix |
| 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. |
| Jeff Johnston (redhat.com) |
| 210144 |
49183 bytes |
Changelog plugin should not depend on CVS Changelog plugin patch |
| 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 |
| 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 |
| Patrick Hofer (gmail.com) |
| 275685 |
1455 bytes |
[valgrind] doesn't launch on debian based system proposed patch with copyright info |
| Francois Chouinard (gmail.com) |
| 277520 |
4328 bytes |
Add an entry for LTTng on the project page LTTng project info |
| 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 |
| 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 |
| 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 |
14753 bytes |
[LTTng] Refactoring of the LTTng JNI "New way" to Add a "endTime" for a trace |
| 292393 |
7007 bytes |
[LTTng] Improve search of a process within the State model Cchanges in FlowContainer and ResourceContainer to add debug and better "equals" |
| 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 |
| Marc Khouzam (ericsson.com) |
| 292172 |
390 bytes |
Wrong release version on oprofile move_opxml script Fix |
| Matthew Khouzam (ericsson.com) |
| 292414 |
16532 bytes |
[LTTng] Include Legend in Control Flow and Resources View Includes legends in control flow view and resource view |
| 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. |
| Lawrie Nichols (gmail.com) |
| 296228 |
1853 bytes |
No profiling data generated - wrong image filter? Patch for oprofile abstract launcher |
| 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 |
228807 bytes |
[TMF] Generalization of Project View 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 |
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 |
867 bytes |
[TMF] Projects view improvements and bug fixes icons zip file for 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 |
512 bytes |
[TMF] Implementation of Colors view icons zip file for org.eclipse.linuxtools.tmf.ui package |
| 338162 |
1219 bytes |
[TMF] Implementation of raw event viewer Proposed patch in org.eclipse.linuxtools.tmf.tests 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 |
| Yuriy Vashchuk (polymtl.ca) |
| 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 |
| 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 " Patch to escape characters &'"<> |
| 314587 |
2041 bytes |
Add support for Cygwin in getPathString() Add support for cygwin paths |
| 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 |
| Bernd Hufmann (gmail.com) |
| 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 |
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 |
| Marc-Andre Laperle (omnialabs.net) |
| 322698 |
2507 bytes |
Can't create a new C/C++ project AutotoolsBuildWizard messages patch |
| Francois Godin (gmail.com) |
| 323611 |
1862 bytes |
[TMF] TmfVirtualTable scrolling and slider bugs Patch v2 |
| 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 |
| 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 |
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 |
| Missing name (gmail.com) |
| 340700 |
1303 bytes |
[LTTng] File descriptors exhausted because traces are never closed Proposed fix |
| Corey Ashford (us.ibm.com) |
| 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 |
| 351368 |
6434 bytes |
Error handling of opcontrol needs improvement Patch to improve error handling of opcontrol |
| 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. |
| 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. |
| rosaliam@linux.vnet.ibm.com |
| 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 |
| 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 |
| Ken (msn.com) |
| 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. |
| mathieu.denis@polymtl.ca |
| 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 |
| 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. |
| minoo ziaei (gmail.com) |
| 353447 |
2618 bytes |
Missing exported rpmstubby package rpmstubby and rpm.ui.editor 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 |
| avkosinsky@yandex.ru |
| 355385 |
2247 bytes |
Workaround ManParser problem for Windows/Cygwin ManParser.java |
| Xavier Raynaud (kalray.eu) |
| 357355 |
7808 bytes |
[TMF] Enhancement of class TmfVirtualTable patch proposal |
| Ryan Xu (gmail.com) |
| 360950 |
1205 bytes |
When open the preference page of valgrind on windows host, the whole eclipse will hang. patch |
| Wainer dos Santos Moschetta (linux.vnet.ibm.com) |
| 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 |
| 333315 |
192 bytes |
Add text to Valgrind view when no errors were found comment #5 |
The information contained in this log was generated by using commit information from the following repositories: