Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-08Bug 544411 - Fix perf-list parsing on newer versionsRoland Grunberg1-1/+1
2019-10-03Stop using deprecated AbstractUIPlugin.imageDescriptorFromPluginAlexander Kurtakov1-1/+2
2019-07-30Bug 418094 - Remote perf doesn't workKaushik Datta1-7/+43
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov3-9/+9
2018-08-31Bug 538494 - NullPointerException in PerfCore.getHostNameJeff Johnston3-0/+12
2018-08-31Bug 538432 - NoStackTrace in PerfCore.getPerfVersionJeff Johnston2-2/+13
2018-05-14Update perf plugin license headers to EPL 2.0.Alexander Kurtakov45-230/+314
2018-01-06Bug 529469 - NullPointerException in PerfCore.reportJeff Johnston1-6/+16
2017-05-19Make use IStructuredSelection directly.Alexander Kurtakov1-4/+3
2017-05-18Make use of the new lambda listeners in SWT.Alexander Kurtakov4-104/+50
2017-05-18Use varargs MessageFormat.format method.Alexander Kurtakov4-13/+12
2016-05-16sonar: Simplify boolean operations.Alexander Kurtakov2-7/+4
2015-12-12Adapt to Neon M4 changes.Alexander Kurtakov1-3/+3
2015-12-08perf: Move to Java 8 and Neon.Alexander Kurtakov8-108/+44
2015-10-20perf: make stat work on PTP sync project.Wainer dos Santos Moschetta6-64/+66
2015-10-15Bug 479344: Fix double click in line does not open source code in sync projects.Roberto Oliveira3-3/+28
2015-10-15perf: Support running on Fedora 23.Alexander Kurtakov1-8/+12
2015-10-14perf: Reduce usage of OSGi Version.Alexander Kurtakov3-17/+96
2015-10-14Bug 477829 - fix to assembly view that hangsWainer dos Santos Moschetta1-2/+6
2015-10-13perf: Reduce usage of org.osgi.Version.Alexander Kurtakov4-15/+13
2015-10-13Bug 477829 - fix to perf hangs when obtaining sources lineWainer dos Santos Moschetta1-3/+29
2015-10-10Bug 479462 - fix perf annotated symbols without line numberWainer dos Santos Moschetta1-1/+6
2015-09-15Bug 476990: Fix when getting the working dir path for local and sync projects...Roberto Oliveira1-10/+12
2015-07-29Remove useless @see tags.Alexander Kurtakov2-7/+0
2015-07-22Bug 473244 - NoSuchElementException in PerfCore.getPerfVersionJeff Johnston1-0/+2
2015-07-17Remove useless non-javadoc comments.Alexander Kurtakov1-8/+0
2015-04-30Change tabs to spaces, remove trailing whitespace.Andrew Ferrazzutti4-26/+26
2015-03-09perf: make use of the same delegate for local and remoteRodrigo Fraxino Araujo2-387/+138
2015-03-06Remove unneeded casts.Alexander Kurtakov1-1/+1
2015-02-12Handle case where percentage value includes '%' symbol.Roland Grunberg1-1/+1
2014-12-19perf: Fix a NPE when getting the shell to show a message dialog.Roberto Oliveira1-4/+12
2014-10-20Bug 446740: Stat Comparison View should support newer versions.Roland Grunberg2-6/+6
2014-09-10perf: read stat file from IFileStoreWainer S. Moschetta1-3/+5
2014-09-02[Perf] - Externalize UI strings in the PerfEventsTab class.Rafael Peria de Sene3-9/+25
2014-07-18perf: fix double click to source code in synchronized projectsRodrigo Fraxino Araujo1-1/+2
2014-05-29perf: remove deprecated -f optionRodrigo Fraxino Araujo1-4/+0
2014-04-30Multi-catch.Alexander Kurtakov2-6/+2
2014-04-30Cleanups.Alexander Kurtakov7-26/+15
2014-04-29More cleanups.Alexander Kurtakov9-23/+12
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti44-4291/+4291
2014-04-25profiling: Retire ProfileLaunchConfigurationDelegate.Alexander Kurtakov2-6/+9
2014-04-17profiling: Launch cleanup and documenting.Alexander Kurtakov2-18/+17
2014-04-15oprofile/perf: Remove dead code.Alexander Kurtakov18-149/+53
2014-04-14profiling: Fix warnings.Alexander Kurtakov1-10/+5
2014-04-08perf: Fix recentlry introduced warnings.Alexander Kurtakov1-24/+9
2014-04-07Display program output in real time.Roland Grunberg2-48/+62
2014-02-28Bug 429127: perf-record -r requires an integer.Roland Grunberg3-2/+32
2014-02-28Bug 429129: perf-record -M does not exist since version 2.6.35.Roland Grunberg3-16/+65
2014-01-27Remove unused imports.Alexander Kurtakov2-7/+8
2013-12-19perf: Move to 1.7 finished.Alexander Kurtakov17-59/+51

Back to the top