Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Cleanup leading underscores from identifiers' names in org.eclipse.linuxtools...Dmitry Kozlov1-7/+7
2012-03-29Internalize all (core,launch,ui) of OProfile.Roland Grunberg20-75/+75
2012-03-12Session deletion should be done through LinuxOpcontrolProvider.Roland Grunberg1-12/+10
2012-03-12Mark parsing of OProfile XML as internal API.Roland Grunberg1-1/+1
2012-03-08Fix high priority FindBugs Warnings in OProfile and Callgraph.Roland Grunberg1-1/+1
2011-09-26Use opreport information for linking to source code.Roland Grunberg3-65/+14
2011-09-21Fix warnings and some FindBugs issues.Roland Grunberg2-5/+7
2010-08-24Handle failed parsing of empty xml files, and stop parsing if opreport fails ...Roland Grunberg1-1/+2
2010-08-23Remove reliance on opxml component as outlined in Bug #273337, and useRoland Grunberg2-0/+47
2010-06-02Allow the default session "current" to be externalized, but maintain its engl...Roland Grunberg2-0/+5
2010-05-06Simplify double-click logic for symbols.Roland Grunberg1-49/+7
2010-04-09Fix code that requires the opening of a file on a certain line.Roland Grunberg1-77/+112
2010-04-08Use helper functions relocated into the profiling framework.Roland Grunberg1-106/+19
2010-04-06Add support for linking ModelSymbols (functions) to their source code.Roland Grunberg2-17/+165
2009-05-28stylistic changesKent Sebastian1-2/+3
2009-05-28fixed ebz277385 old glibc error message; incl 'no profiling data' error does ...Kent Sebastian2-0/+6
2009-05-14add final qualifier to static memberKent Sebastian1-1/+1
2009-05-11add indicator when there are no samples to display in the session; part of eb...Kent Sebastian4-6/+15
2009-03-26Move saving default session to actions menu instead of dbl-click, eclipse bz2...Kent Sebastian4-80/+10
2009-03-26check for null added due to test failureKent Sebastian1-4/+6
2009-03-26check for null added due to test failureKent Sebastian1-4/+7
2009-03-26check for null added due to test failureKent Sebastian1-4/+6
2009-03-17extract method to run opxml for test classKent Sebastian1-3/+7
2009-03-16minor changesKent Sebastian1-2/+3
2009-03-16remove double click on symbol to open fileKent Sebastian1-12/+15
2009-02-19remove annotation for nowKent Sebastian2-434/+0
2009-02-19start of new annotation modelKent Sebastian2-1/+90
2009-02-12change colourization thresholdsKent Sebastian2-10/+18
2009-02-11Annotation feature initial commit and related changesKent Sebastian8-64/+377
2009-01-22added a check and test if oprofile was run outside of eclipse and the samples...Kent Sebastian2-14/+20
2009-01-15fix externalizationsKent Sebastian13-35/+47
2009-01-14fixing copyright headersKent Sebastian3-3/+3
2009-01-07remove unused methodKent Sebastian1-8/+0
2009-01-07popup if opcontrol doesnt exist, descriptive text to fix, fixes so things don...Kent Sebastian1-1/+1
2009-01-06No NPE if modelroot is null; occurs if no opxml provider.Kent Sebastian2-4/+6
2009-01-06remove use of isEmpty() to allow use of 1.5 JVMsKent Sebastian2-2/+2
2008-12-09put the default minimum percentage into the activator and standardized the co...Kent Sebastian5-8/+17
2008-12-03icons for dependent, image, symbol and sample elements in the tree (im not sa...Kent Sebastian5-8/+12
2008-12-03event icon + related code to show itKent Sebastian2-2/+3
2008-12-02session iconKent Sebastian2-6/+4
2008-12-01show users only the source's filename, instead of full path; check for a null...Kent Sebastian1-1/+6
2008-12-01dbl-click on a symbol brings you to line 1 of the corresponding fileKent Sebastian1-1/+12
2008-12-01externalize parsing dialog messageKent Sebastian2-2/+3
2008-12-01changed classpath settings and removed @Overrides as necessaryKent Sebastian12-47/+0
2008-12-01perspective not used nor needed nor wantedKent Sebastian1-74/+0
2008-12-01i don't remember why this was in the UI package.. but all the launch stuff is...Kent Sebastian1-21/+0
2008-12-01deleted as part of refactoringKent Sebastian1-39/+0
2008-12-01refactored refresh view action to be its own class, added log reader action, ...Kent Sebastian3-7/+7
2008-12-01changes from OprofileUiMessages refactoringKent Sebastian2-10/+13
2008-12-01dont need these anymore -- the running/stopping of oprofiled is done from lau...Kent Sebastian6-256/+0

Back to the top