Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Remove content of the lttng folder and corresponding target dependenciesMarc-Andre Laperle73-15713/+0
2014-12-19tmf: ctf: add support for traces with changing endianessMatthew Khouzam1-69/+24
2014-11-18ctf: better test event headers (bug 446190)Matthew Khouzam2-4/+23
2014-10-01lttng: Annotate 3.2 APIsAlexandre Montplaisir2-5/+5
2014-09-17ctf: make CTFTraceReader access streams in consistent wayMatthew Khouzam1-2/+2
2014-09-15ctf: Reduce complexity of CTFTrace#openStreamInputMatthew Khouzam1-31/+34
2014-09-05ctf: Fix NPE when running CTF Platform-lessMarc-Andre Laperle1-3/+1
2014-09-03ctf: Provide a utility for "safe" mapping of a ByteBufferMarc-Andre Laperle4-7/+69
2014-09-02ctf: make CtfStreamInput not hold onto any resourcesMatthew Khouzam5-85/+115
2014-08-22ctf: improve unit testsMatthew Khouzam1-3/+3
2014-08-21ctf: replace HashMaps with ArrayLists for EventDeclaration storageMatthew Khouzam5-49/+161
2014-08-18ctf: make id conversions in event headers saferMatthew Khouzam3-11/+18
2014-08-13ctf: add Event header data typesMatthew Khouzam14-88/+800
2014-08-11ctf: reduce sonar warnings in IOStructGenMatthew Khouzam1-16/+27
2014-08-04CTF: Do not recalculate the single clock each time in CTFTrace#getClock()Geneviève Bastien1-1/+4
2014-08-04ctf: remove duplicate code in array/sequence declarationsMatthew Khouzam5-112/+27
2014-08-02ctf: remove redundant code in utilMatthew Khouzam2-16/+7
2014-08-02ctf: remove redundant code in structDeclarationMatthew Khouzam1-19/+11
2014-07-28ctf: Make IOStructGen catch (Exception e) more specificMatthew Khouzam1-4/+5
2014-07-28ctf: Make LabelAndRange static in EnumDeclarationMatthew Khouzam1-2/+11
2014-07-25ctf: remove redundant null check in StructDeclarationMatthew Khouzam1-10/+5
2014-07-25ctf: clean up IOStructGen.Matthew Khouzam2-148/+99
2014-07-25ctf: fix call to equals of two different types (CTFStreamIn...)Matthew Khouzam1-2/+2
2014-07-25ctf: add hashcode and equals to CTFCallsiteMatthew Khouzam1-0/+55
2014-07-25ctf: remove redundant null check in lexical scopeMatthew Khouzam1-9/+9
2014-07-10ctf: introducing the ICompositeDefinitionMatthew Khouzam3-19/+49
2014-07-09ctf: introducing IDefinitionMatthew Khouzam7-23/+59
2014-07-09ctf: accelerate n-grams for ctf scopesMatthew Khouzam15-33/+437
2014-07-07ctf: minor CTFTrace cleanupMatthew Khouzam1-9/+18
2014-06-30ctf: Flatten fixed-size structsMatthew Khouzam6-7/+142
2014-06-26ctf: Cleanup StructDeclarationAlexandre Montplaisir4-49/+76
2014-06-26ctf: make BitBuffer's Constructor only take non-null ByteBuffersMatthew Khouzam3-15/+16
2014-06-25ctf: make BitBuffer's buffer @NonNullMatthew Khouzam1-17/+11
2014-06-25ctf: make BitBuffer's ByteBuffer finalMatthew Khouzam5-38/+46
2014-06-20ctf: Introducing the ByteArrayDefinitionMatthew Khouzam16-20/+738
2014-06-18ctf: remove asserts from bitbufferMatthew Khouzam1-4/+12
2014-06-18ctf: Fix simple resource leak warningsAlexandre Montplaisir2-33/+6
2014-06-17ctf: add notion of ScopedDefinitionMatthew Khouzam3-194/+152
2014-06-17ctf: Add get(byte[]) to BitBufferMatthew Khouzam1-0/+28
2014-06-05tmf-ctf: fix NPE in callsite handling (bug 436625)Bernd Hufmann1-0/+3
2014-06-04tmf: Bug 421475: Inaccurate seek for traces with timestamp transformPatrick Tasse1-0/+30
2014-05-22ctf: Rename Stream* classes to CTFStream*Alexandre Montplaisir11-118/+95
2014-05-13ctf: add scope to packet headerMatthew Khouzam1-1/+1
2014-05-09ctf: get iterable of stream input readersMatthew Khouzam2-0/+31
2014-05-02ctf: minor LexicalScope fixupsMatthew Khouzam1-2/+3
2014-05-02lttng: Add Lttng relayd connectorMatthew Khouzam2-13/+58
2014-05-02ctf: Make events immutableMatthew Khouzam33-1020/+1797
2014-05-02ctf: potential memory optimizationMatthew Khouzam3-58/+1
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti1-1/+1
2014-04-26ctf: java 8 compliance of javadocMatthew Khouzam8-10/+10

Back to the top