Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Remove content of the lttng folder and corresponding target dependenciesMarc-Andre Laperle51-9913/+0
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-03ctf: Provide a utility for "safe" mapping of a ByteBufferMarc-Andre Laperle3-7/+9
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 Khouzam4-35/+142
2014-08-18ctf: make id conversions in event headers saferMatthew Khouzam1-2/+3
2014-08-13ctf: add Event header data typesMatthew Khouzam10-83/+259
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 Khouzam3-62/+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 LabelAndRange static in EnumDeclarationMatthew Khouzam1-2/+11
2014-07-25ctf: remove redundant null check in StructDeclarationMatthew Khouzam1-10/+5
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 Khouzam6-22/+57
2014-07-09ctf: accelerate n-grams for ctf scopesMatthew Khouzam14-26/+434
2014-07-07ctf: minor CTFTrace cleanupMatthew Khouzam1-9/+18
2014-06-30ctf: Flatten fixed-size structsMatthew Khouzam4-5/+28
2014-06-26ctf: Cleanup StructDeclarationAlexandre Montplaisir3-47/+75
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 Khouzam11-17/+179
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 Montplaisir8-102/+79
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 Khouzam31-991/+1753
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
2014-04-25ctf: make MetadataPacketHeader more inline with coding styleMatthew Khouzam1-40/+59
2014-04-25Revert "ctf: make MetadataPacketHeader more inline with coding style"Matthew Khouzam1-59/+39
2014-04-25ctf: make MetadataPacketHeader more inline with coding styleMatthew Khouzam1-39/+59
2014-04-17ctf: Do not call System.gc() in CTFTrace.close()Alexandre Montplaisir1-2/+0
2014-04-16ctf: Make CTFTrace and its reader classes AutoCloseableAlexandre Montplaisir4-14/+18
2014-04-14ctf: Use Antlr 3.5.2 for parser generation onlyMarc-Andre Laperle1-1/+1

Back to the top