Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Fix NPE when indexer wasn't instantiatedFrancois Chouinard2-4/+8
2012-05-31Fix ranks in CtfTmfTrace as part of bug #389051Alexandre Montplaisir2-13/+21
2012-05-30Implement index cancellation on dispose (bug 381115)Francois Chouinard4-3/+37
2012-05-30Push LTTng MANIFEST.MF/pom.xml to 1.0 and correct features dependenciesFrancois Chouinard2-3/+3
2012-05-30tmf: Start counting at zero when using incrementAttributeAlexandre Montplaisir1-1/+4
2012-05-30Bug 380951: Augment previous fix to update CtfTmfTrace indexBernd Hufmann1-3/+23
2012-05-30tmf: Don't log dummy interval messagesAlexandre Montplaisir1-3/+3
2012-05-29Add incremental indexing support Bug 380952Matthew Khouzam2-21/+14
2012-05-29Change CtfTmfTrace to use TmfTrace. Bug 380951Matthew Khouzam1-335/+94
2012-05-29Add the TmfStateSystemBuildCompleted signal (bug 380945)Francois Chouinard1-0/+51
2012-05-28tmf: Allow the test plugin to access the internal TMF packagesAlexandre Montplaisir1-5/+5
2012-05-25Update some javadocsFrancois Chouinard15-45/+59
2012-05-25Internalize some classes and fix a pile of warningsFrancois Chouinard24-91/+200
2012-05-25Fix for Hudson warnings in LTTng TMF Core Unit + Test suitesFrancois Chouinard3-4/+3
2012-05-24Fix exceptions and incorrect signal source.Patrick Tasse1-1/+4
2012-05-24Allow query history range with end equal to start.Patrick Tasse1-1/+1
2012-05-24Improve request coalescing criteriaFrancois Chouinard3-24/+69
2012-05-23Fix non-default checkpoint indexer page size problemFrancois Chouinard1-2/+2
2012-05-23Remove obsolete legacy experimentFrancois Chouinard1-966/+0
2012-05-22Fix for the handling of legacy LTTng tracesFrancois Chouinard2-6/+39
2012-05-18Merge branch 'master' into TmfTrace-newFrancois Chouinard12-78/+259
2012-05-18Revisit the TmfExperiment structureFrancois Chouinard21-220/+259
2012-05-18tmf: Use TMF signals to trigger the state history buildingAlexandre Montplaisir1-27/+76
2012-05-18tmf: Cleanup generated files when a request is cancelledAlexandre Montplaisir4-7/+55
2012-05-18tmf: Use the correct data type in coalesced requestsAlexandre Montplaisir1-1/+1
2012-05-17tmf: Avoid a try at every loop in range queriesAlexandre Montplaisir1-25/+22
2012-05-17tmf: Correctly store null state values in the backendAlexandre Montplaisir1-13/+10
2012-05-17tmf: Make sure the resolution in range queries is validAlexandre Montplaisir2-2/+3
2012-05-17tmf: Start resolution range queries at the t1 parameterAlexandre Montplaisir1-2/+2
2012-05-17Fix some Sonar findings in TmfEventFrancois Chouinard3-3/+3
2012-05-16Fix some minor issues in TMF for CTF supportFrancois Chouinard6-37/+3
2012-05-16Replace printStackTrace() with proper logging in TMF and LTTngBernd Hufmann4-9/+98
2012-05-16Merge branch 'master'Francois Chouinard36-954/+1703
2012-05-16Partial fixes for experiment indexing with CTF tracesFrancois Chouinard11-41/+75
2012-05-15Format internal request tracingFrancois Chouinard9-30/+70
2012-05-15Fix IllegalArgumentException in CTF multi-trace indexingFrancois Chouinard2-0/+7
2012-05-15Check if a trace is empty before going to the last event. Matthew Khouzam1-1/+7
2012-05-15tmf: API fix for the state system queriesAlexandre Montplaisir2-6/+6
2012-05-15tmf: Also pick the interval at the end time of range queriesAlexandre Montplaisir1-0/+7
2012-05-15Work on request coalescingFrancois Chouinard2-971/+8
2012-05-15Merge branch 'master'Francois Chouinard30-884/+2515
2012-05-15Add missing TMF constants fileBernd Hufmann1-0/+48
2012-05-14Merge branch 'master'Francois Chouinard30-884/+2515
2012-05-14tmf: Work around a simple CtfTmfEventType warningAlexandre Montplaisir2-7/+10
2012-05-14tmf: Also assign the end time when opening a CTF traceAlexandre Montplaisir1-6/+18
2012-05-14Merge branch 'master'Francois Chouinard30-884/+2515
2012-05-14Add a TmfLegacyExperiment for the LTTng 0.xFrancois Chouinard2-133/+151
2012-05-14Fixed lost event bug. Mathieu Denis1-2/+6
2012-05-11tmf: Use static final's for the StateValue typesAlexandre Montplaisir4-3/+7
2012-05-11tmf: Make HistoryBuilder use a TMF request for its eventsAlexandre Montplaisir2-13/+85

Back to the top