Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Stop using deprecated AbstractUIPlugin.imageDescriptorFromPluginAlexander Kurtakov1-10/+11
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov1-1/+1
2018-07-21Bug 537249 - NoStackTrace in SystemTapErrorHandler.writeToLogJeff Johnston1-1/+1
2018-05-10Change systemtap license headers to EPL 2.0.Alexander Kurtakov18-98/+128
2018-01-08Reduce number of CallGraph errors loggedJeff Johnston1-1/+1
2017-05-19systemtap: Remove deprecated Action with command.Alexander Kurtakov1-12/+18
2017-03-01Move away of deprecated CDT methods/constants.Alexander Kurtakov1-20/+1
2016-05-16systemtap: Remove useless instanceof checks.Alexander Kurtakov2-6/+2
2016-05-13systemtap: Remove useless sysouts.Alexander Kurtakov1-5/+1
2015-12-08systemtap: Bump to Java 8 and Neon.Alexander Kurtakov1-35/+27
2015-07-17Remove useless non-javadoc comments.Alexander Kurtakov1-8/+0
2014-04-30Cleanups.Alexander Kurtakov1-3/+3
2014-04-29More cleanups.Alexander Kurtakov2-3/+2
2014-04-29Various cleanups.Alexander Kurtakov1-1/+1
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti17-1332/+1332
2014-04-14callgraph: Remove dead code.Alexander Kurtakov12-209/+56
2014-04-14profiling: Fix warnings.Alexander Kurtakov1-1/+2
2014-04-08systemtap: Remove unused method parameters.Alexander Kurtakov1-1/+1
2014-02-13Systemtap: Cleanup & warning/style fixes.Andrew Ferrazzutti2-6/+8
2014-02-05systemtap: Use try-with-resources.Alexander Kurtakov1-36/+30
2014-01-26systemtap: remove duplicated catch clause.Alexander Kurtakov1-3/+0
2014-01-22systemtap: Move all to Java 7.Alexander Kurtakov7-63/+28
2013-09-09callgraph: Various cleanups.Alexander Kurtakov5-97/+21
2013-08-27callgraph: Add missing Non-NLS.Alexander Kurtakov1-40/+40
2013-08-01No need to call toString on Strings.Alexander Kurtakov1-1/+1
2013-06-17Callgraph: Fix various warnings.Camilo Bernal2-40/+60
2013-06-07callgraph: make callgraph runnable with the current systemtapSami Wagiaalla2-13/+18
2013-05-30callgraph: About in a view is useless.Alexander Kurtakov2-64/+1
2013-03-29Clean up o.e.l.callgraph and o.e.l.systemtap.ui.*Camilo Bernal1-1/+0
2013-03-27o.e.l.callgraph: Fixes all around.Alexander Kurtakov1-41/+11
2013-01-18Move from Vector to List and adapt to foreach.Alexander Kurtakov1-16/+17
2013-01-15Add EPL to files created by Red HatSami Wagiaalla1-0/+11
2013-01-15Revert "Add EPL to files created by Red Hat"Sami Wagiaalla1-11/+0
2013-01-15Add EPL to files created by Red HatSami Wagiaalla1-0/+11
2013-01-15systemtap/o.e.l.callgraph.core: cleanupAlexander Kurtakov14-158/+151
2012-11-29Remove blanket Exception catchingSami Wagiaalla3-72/+74
2012-08-31Map iteration done right.Alexander Kurtakov1-5/+5
2012-08-29Add @Override annotations.Alexander Kurtakov3-4/+11
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov1-6/+2
2012-08-29Call static methods from the class defining them.Alexander Kurtakov1-1/+2
2012-08-29Remove unnecessary semicolons.Alexander Kurtakov1-1/+1
2012-08-29Remove unnecessary NON-NLS.Alexander Kurtakov3-4/+4
2012-08-29Remove unneeeded casts.Alexander Kurtakov1-3/+3
2012-08-09Use RuntimeProcessFactory in all systemtap bundles.Sami Wagiaalla1-2/+2
2012-04-06Make sure to close resources.Alexander Kurtakov1-1/+9
2012-04-03Remove unused variables.Alexander Kurtakov1-4/+0
2012-04-03Remove unneeded suppresswarnings.Alexander Kurtakov1-2/+1
2012-03-16Internalize Callgraph Core API.Roland Grunberg19-19/+19
2012-03-14Revert "Internalize all of Callgraph API."Roland Grunberg19-19/+19
2012-03-14Internalize all of Callgraph API.Roland Grunberg19-19/+19

Back to the top