Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Fix for bug 385419: Streaming issues with legacy LTTng traces.Patrick Tasse1-1/+3
2012-07-16tmf: Print CTF integer fields in the correct baseAlexandre Montplaisir1-5/+44
2012-07-16tmf: Use macro-style definitions for CTF field typesAlexandre Montplaisir1-8/+24
2012-07-16tmf: Javadoc update in CtfTmfEventFieldAlexandre Montplaisir1-139/+78
2012-07-12tmf: Close the state history files before deleting themAlexandre Montplaisir1-11/+18
2012-07-09tmf: Do not broadcast signal if request is cancelledAlexandre Montplaisir1-4/+7
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
2012-07-03Fix seekEvent() problem and augment TmfExperimentTestFrancois Chouinard3-50/+20
2012-06-21Fix for bug 382910: Improve responsiveness of Control Flow and ResourcesPatrick Tasse5-35/+65
2012-06-18Fix for bug 382910: Improve responsiveness of Control Flow and ResourcesPatrick Tasse2-0/+44
2012-06-18tmf: Simple warning fixes in tmf.core and testsAlexandre Montplaisir26-374/+439
2012-06-15Fix a few warningsFrancois Chouinard1-0/+1
2012-06-12Fix author and version information in the GSS classesAlexandre Montplaisir11-58/+56
2012-06-12Fix for the fix: Fix an error if a user forcefully reads after theMatthew Khouzam1-4/+1
2012-06-12Fix an error if a user forcefully reads after the end of the trace.Matthew Khouzam1-0/+3
2012-06-12More java-doc updatesBernd Hufmann2-4/+14
2012-06-12Revert "Fix for bug 381411: Incorrect experiment location after getNext."Francois Chouinard1-3/+37
2012-06-12Revert "Fix for bug 381411: Implement ranked location in experiment."Francois Chouinard5-193/+34
2012-06-12More javadoc updatesFrancois Chouinard13-22/+77
2012-06-12Fix for bug 381411: Implement ranked location in experiment.Patrick Tasse5-34/+193
2012-06-12Fix for bug 381411: Incorrect experiment location after getNext.Patrick Tasse1-37/+3
2012-06-11Updated some javadoc in org.eclipse.linuxtools.tmf.core plug-inFrancois Chouinard11-16/+52
2012-06-11Fix for bug382279Francois Chouinard1-1/+2
2012-06-11Fix another NPE when switch experiment (bug 381412)Bernd Hufmann1-0/+6
2012-06-11Fix for bug 382268: IllegalArgumentException in CtfTmfTrace on getNextPatrick Tasse1-0/+3
2012-06-11Fix for bug 382245: TmfLocationArray incorrectly cloned.Patrick Tasse1-1/+1
2012-06-10Fix for Timestamp normalize() of BIG_BANG and BIG_CRUNCH (bug 382135)Bernd Hufmann1-0/+5
2012-06-09Fix for bug 382156: Background subrequests are not cancelled properly.Patrick Tasse2-74/+91
2012-06-07Add logging of exceptions in signal manager.Patrick Tasse1-0/+4
2012-06-07Improve javadoc for ctfAdapter in Tmf.CoreMatthew Khouzam5-4/+35
2012-06-07String comparison may return any integer (not only 0, 1 and -1)Xavier Raynaud1-1/+4
2012-06-06tmf: Update the Javadoc for everything GSS-relatedAlexandre Montplaisir11-115/+158
2012-06-06Fix for NPE after disposing an experiment (Bug 381412)Bernd Hufmann1-0/+6
2012-06-06Add events structures, indexes and event caches per traceMatthew Khouzam3-42/+251
2012-06-06performance enhancement for seekEvent by timestamp for a Ctf TraceMatthew Khouzam1-4/+19
2012-06-06performance enhancement in seekevent by timeMatthew Khouzam1-30/+30
2012-06-06Fix #2 for bug381411Francois Chouinard6-17/+145
2012-06-06Remove leftover commentsFrancois Chouinard1-5/+0
2012-06-05Improve performance/usability in TmfTrace.seekEvent(ITmfTimestamp)Francois Chouinard1-6/+1
2012-06-04tmf: Actually coalesce the requests...Alexandre Montplaisir1-2/+2
2012-06-04tmf: Provide a way to build the state system in-bandAlexandre Montplaisir2-7/+33
2012-06-04tmf: Coalesce the state system event request with the indexingAlexandre Montplaisir2-67/+80
2012-06-04Replace location by context in checkpoint indexerFrancois Chouinard13-83/+74
2012-06-01Use the context in checkpoints (Bug381411)Francois Chouinard6-66/+48
2012-06-01Augment the TmfCheckpoint API (Bug381411)Francois Chouinard4-15/+56
2012-06-01tmf: Broadcast a signal when a history is done buildingAlexandre Montplaisir1-2/+8
2012-06-01Fix for bug381370Francois Chouinard1-7/+5
2012-06-01tmf: Handle the history constructions in separate jobsAlexandre Montplaisir1-6/+37
2012-06-01tmf: Internalize the state history storage backendAlexandre Montplaisir14-17/+19
2012-06-01tmf: Introduce the StateSystemManagerAlexandre Montplaisir2-73/+108

Back to the top