Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-10tmf: Fix a few other cases of not using toOSStringMarc-Andre Laperle1-2/+6
2014-08-28tmf: Fix time unit of time stamp in TmfTrace.createTimestamp()Patrick Tasse2-2/+3
2014-08-15TMF: Move timestamp transform to internal to avoid API breakage laterGeneviève Bastien8-23/+267
2014-08-13TMF: Do not keep event matches by default when no processing unit is setGeneviève Bastien1-13/+10
2014-08-12tmf: Add TmfEventTableColumn classAlexandre Montplaisir2-5/+30
2014-08-11tmf: make TmfConstantTransform serializableMatthew Khouzam1-10/+16
2014-08-11TMF: bug 440998: Set active task to null in TmfRequestExecutor when completedGeneviève Bastien1-0/+2
2014-08-07tmf: extract common elements in custom txt/xml trace definitionsMatthew Khouzam3-210/+104
2014-08-06tmf: implement hashcode and equals on filter classesVincent Perot9-6/+342
2014-08-05tmf: add constant offset synchronization algorithm and algorithm factoryMatthew Khouzam4-1/+214
2014-08-04Revert "tmf: Make TmfTimePreferences completely static"Alexandre Montplaisir2-13/+32
2014-08-04tmf: Make TmfTimePreferences completely staticAlexandre Montplaisir2-32/+13
2014-08-01tmf: make ITmfTimestampTransform SerializableMatthew Khouzam3-6/+5
2014-07-31tmf: make TmfTimeRange static ranges NonNullVincent Perot1-2/+4
2014-07-24lttng: Open a live trace and update the events tableMarc-Andre Laperle3-6/+76
2014-07-24tmf: add subfield filteringVincent Perot1-1/+62
2014-07-24tmf: update calculation of confidence level of text trace validationBernd Hufmann2-7/+8
2014-07-18tmf: Add thread id to call stack state systemPatrick Tasse2-4/+22
2014-07-17tmf: Make TmfEventField's equals() also check the sub-fieldsAlexandre Montplaisir1-0/+12
2014-07-14tmf: Provide a static method to retrieve state systemsAlexandre Montplaisir1-0/+31
2014-07-14lttng: Fix string externalization in plugin.xml'sAlexandre Montplaisir3-3/+7
2014-07-10tmf: Fix exception when trace type has no categoryPatrick Tasse1-1/+1
2014-07-10TMF: bug 438949: fix the traceTypeApplies method in analysis module helperGeneviève Bastien1-2/+7
2014-07-09TMF: Add utility method to return trace set, including experimentGeneviève Bastien1-0/+32
2014-07-04TMF: Register analysis module to parameter provider only if trace activeGeneviève Bastien4-3/+37
2014-07-03TMF: TmfAnalysisManager is not meant to be instantiatedGeneviève Bastien1-0/+10
2014-06-25tmf: Some analyses don't call super() in their constructorMarc-Andre Laperle2-0/+2
2014-06-19tmf: Fix simple resource leak warningsAlexandre Montplaisir1-7/+2
2014-06-18lttng: Enable "potential resource leak" warningsAlexandre Montplaisir1-1/+1
2014-06-18TMF: Allow state systems to be built for experimentsGeneviève Bastien1-1/+12
2014-06-17lttng: Disable deprecated-API-in-deprecated-code warningAlexandre Montplaisir1-1/+1
2014-06-16TMF: Fix formatting of MANIFEST.MF filesGeneviève Bastien1-29/+35
2014-06-10TMF: Fix resource leak when trace indexer is re-createdGeneviève Bastien1-0/+3
2014-06-06tmf: Bug 436738: NPE after deleting default custom parserPatrick Tasse3-1/+5
2014-06-04Set next release to be 3.1.0.Jeff Johnston2-36/+30
2014-06-04tmf: Bug 436376: CustomXML Trace Parser Undefined behaviour on closelyPatrick Tasse1-7/+20
2014-06-04tmf: Bug 436263: BufferedRandomAccessFile read does not return -1 on EOFPatrick Tasse1-1/+4
2014-05-26tmf: Make TmfTraceType staticPatrick Tasse4-80/+77
2014-05-24TMF: Display a help text for analyses from the helperGeneviève Bastien5-41/+97
2014-05-24TMF: Validate if an analysis can be executed using the requirementsGeneviève Bastien6-8/+79
2014-05-14tmf: Mark ITmfEventRequest.handleData's parameter as NonNullAlexandre Montplaisir8-28/+19
2014-05-13tmf: Add new interface to get pre-defined data typesGeneviève Bastien3-3/+114
2014-05-13lttng: Remove all unnecessary gitignore filesBernd Hufmann1-5/+0
2014-05-12tmf: Don't use ITmfEventField in TmfEventsTableAlexandre Montplaisir1-4/+10
2014-05-08tmf: Make IAnalysisModule AutoCloseableAlexandre Montplaisir2-1/+13
2014-05-08tmf: Add a TextTraceEvent for text tracesAlexandre Montplaisir2-15/+89
2014-05-07tmf: Restore TextTraceEventContent.getField(int)Alexandre Montplaisir1-16/+31
2014-05-05TMF: Synchronize traces on their host ID instead of trace nameGeneviève Bastien4-89/+53
2014-05-02tmf: Modernize ITmfEventFieldAlexandre Montplaisir6-181/+162
2014-05-02ctf: Make events immutableMatthew Khouzam1-6/+6

Back to the top