Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lttng
AgeCommit message (Expand)AuthorFilesLines
2014-03-13tmf: use Boolean.parseBoolean() for isDirectory attributeBernd Hufmann1-1/+1
2014-03-13Use CBI license feature.Alexander Kurtakov8-8/+8
2014-03-13tmf: move the TMF statistics analysis module to tmf.core plug-inBernd Hufmann5-24/+25
2014-03-13tmf: don't execute statistics analysis module for experimentsBernd Hufmann1-0/+4
2014-03-13TMF: Change cast in analysis output to fix warning in lunaGeneviève Bastien1-1/+1
2014-03-13TMF: Add rebuild() method to abstract time graph viewGeneviève Bastien1-9/+28
2014-03-13tmf: remove warning in HistogramBucket classBernd Hufmann1-1/+1
2014-03-13tmf: fix minimum total size in AttributeTreeBernd Hufmann1-1/+1
2014-03-13gdbtrace: Remove unused importMarc-Andre Laperle1-1/+0
2014-03-13TMF: Fix a NPE when no tracetype extension is specified in UI for experimentGeneviève Bastien1-3/+5
2014-03-13TMF: Add possibility to add new module listener to analysis managerGeneviève Bastien1-37/+32
2014-03-13TMF: Force getId() from IAnalysisModule to be NonNullGeneviève Bastien3-6/+12
2014-03-12TMF: Add the possibility to set properties on analysis outputsGeneviève Bastien2-1/+52
2014-03-12tmf: reactivate persistent experiment indexBernd Hufmann1-2/+2
2014-03-11tmf: Cancel modules when disposedMarc-Andre Laperle2-1/+7
2014-03-11tmf: Export xychart packages in tmf.uiAlexandre Montplaisir3-4/+4
2014-03-11ctf: Specify a timeout for the CTF testsuite downloadAlexandre Montplaisir1-2/+2
2014-03-11gdbtrace: Fix table scrolling back to beginningMarc-Andre Laperle2-9/+13
2014-03-11gdbtrace: Prevent hang when a lot of commands are sent to GDBMarc-Andre Laperle4-28/+95
2014-03-10tmf: Don't use assumeTrue() in @BeforeClass in ctfadaptor testsAlexandre Montplaisir3-24/+26
2014-03-10tmf: Fix Unsafe cast error when targetting LunaMarc-Andre Laperle4-32/+40
2014-03-07gdbtrace: Use preference for gdb pathMarc-Andre Laperle2-15/+14
2014-03-07gdbtrace: Use original trace type idMarc-Andre Laperle2-2/+2
2014-03-06TMF: Move the LTTng ust memory usage analysis to the core pluginGeneviève Bastien6-27/+23
2014-03-06tmf: Fix exceptions in TmfTraceManagerTestsBernd Hufmann1-0/+18
2014-03-06ctf: Fix failing tests on WindowsMarc-Andre Laperle1-1/+1
2014-03-06tmf: Exclude experiment types from automatic trace type detectionBernd Hufmann1-0/+3
2014-03-06TMF: Add identifier type to analysis output schemaGeneviève Bastien1-1/+4
2014-03-06update documentation according to #428919 (multi-trace histogram)Xavier Raynaud3-0/+2
2014-03-06tmf: add swtbot tests for custom text parserMatthew Khouzam2-1/+299
2014-03-06tmf/lttng: add swtbot helperMatthew Khouzam3-137/+181
2014-03-06fix #428919: Support multi-trace histogramsXavier Raynaud12-68/+524
2014-03-05tmf: Delete experiment supp files when adding/removing traceBernd Hufmann1-15/+21
2014-03-04tmf: Add a getSubAttributes() with regex to the state systemAlexandre Montplaisir2-0/+38
2014-03-04tmf: Fix various leaks in HistogramMarc-Andre Laperle4-17/+23
2014-03-04tmf: Fix NPE for persitent experiment index when using text tracesBernd Hufmann3-3/+3
2014-03-04Tmf: Add unit tests for experiment typesGeneviève Bastien11-6/+472
2014-03-04TMF: Add support of experiment types to events editorGeneviève Bastien4-15/+33
2014-03-04TMF: Open experiments with the right experiment typeGeneviève Bastien6-271/+138
2014-03-04TMF: Add possibility to select experiment type from UIGeneviève Bastien4-42/+120
2014-03-04TMF: Allow experiments to have analysis and display them in UIGeneviève Bastien2-2/+9
2014-03-04Tmf: Move some TmfTraceElement methods to parent classGeneviève Bastien8-351/+552
2014-03-04Tmf: Add support of experiment types to TmfTraceType and TraceTypeHelperGeneviève Bastien3-29/+70
2014-03-04TMF: Add default constructor to experiment and method to initialize itGeneviève Bastien3-17/+88
2014-03-04TMF: Rename the TmfWithFolderElement class to TmfCommonProjectElementGeneviève Bastien3-33/+48
2014-03-04Tmf: Add the experiment type to the trace type extension pointGeneviève Bastien7-4/+115
2014-03-03tmf: Set focus on the event table after searchingMarc-Andre Laperle1-0/+3
2014-03-03tmf/lttng: Update 2014 copyrightsAlexandre Montplaisir332-313/+522
2014-03-03tmf: Create/Open default project if necessary when opening a traceMarc-Andre Laperle2-0/+12
2014-03-03tmf: Fix Image leak in TmfAnalysisOutputElementMarc-Andre Laperle1-1/+9

Back to the top