lttng: Add Next/Previous TID event action in CFV
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core /
2016-06-15  Alexandre Montplaisirtmf: Add utility method to search for events matching...
2016-06-15  Wassimtmf.core: making fInstance private
2016-06-15  Geneviève Bastientmf: buf 495911 Fix timestamp transform fast for small...
2016-06-10  Cédric Biancherilttng: add names of traces in sync algorithm stats
2016-06-07  Patrick Tassetmf: Bug 495219: Fix NPE in checkpoint indexer seeking...
2016-05-31  Patrick Tassetmf: Bug 495054: Importing or exporting custom parsers...
2016-05-30  Sonia Farrahtmf: Remove toString on string objects
2016-05-27  Geneviève Bastientmf: bug 493661 Return analyses who apply to experiment
2016-05-20  Alexandre Montplaisiranalysis.lami: Replace OnDemandAnalysisException with...
2016-05-18  Patrick Tassess: Replace AttributeNotFoundException with IOOBE for...
2016-05-17  Philippe Proulxanalysis.lami: Add support for user-defined LAMI analyses
2016-05-17  Marc-Andre LaperleAdjust @since tags to 1.2 release
2016-05-17  Patrick Tassetmf: Bug 433518: Add support for unit of seconds in...
2016-05-17  Philippe Proulxlttng: Add configuration files to call LTTng-Analyses...
2016-05-17  Patrick Tassetmf: Make process and thread names optional in call...
2016-05-16  Matthew Khouzamtmf: make checkpoint indexer return a failed status...
2016-05-15  Sonia Farrahtmf: Remove unused local variable
2016-05-13  Matthew Khouzamtmf.core: make Analyses with experiments add children...
2016-05-13  Matthew Khouzamtmf.core: add exception logging to event requests
2016-05-12  Geneviève Bastienrequirements: Implement all level for event names and...
2016-05-12  Geneviève Bastienrequirements: make TmfAnalysisRequirement abstract
2016-05-12  Geneviève Bastienrequirements: Add a composite requirement
2016-05-12  Geneviève Bastienrequirements: Clean up the API of TmfAnalysisRequirement
2016-05-12  Genevieve Bastienss: Add a custom state value type
2016-05-10  Geneviève Bastientmf.core: Add a resolve method to IEventAspect with...
2016-05-09  Geneviève Bastientmf.tests: Add tests for TmfStateSystemModule#isQueryab...
2016-05-09  Geneviève Bastientmf: Do not define base aspects in the interface
2016-05-05  Matthew Khouzamtmf: make CallstackProvider entry and exit return TmfStates
2016-05-04  Alexandre Montplaisirtmf: Add a method to indicate if a ODA is user-defined
2016-05-04  Alexandre Montplaisirtmf: Make IOnDemandAnalysis#execute() throw an exception
2016-05-04  Alexandre Montplaisirtmf: Introduce IOnDemandAnalysisReport and correspondin...
2016-05-04  Alexandre Montplaisirlttng.ust: Split the function name into its own aspect...
2016-05-04  Geneviève Bastientmf: Fix the actual end time of state system modules
2016-05-04  Geneviève Bastientmf: Add the dependency level to the analyses' event...
2016-05-04  Geneviève Bastientmf.core: Add a dependency level to analyses
2016-05-04  Bruno Roytmf.core: Remove overriding methods
2016-05-04  Bernd Hufmanntmf: Introduce dependency level for event requests
2016-05-04  Geneviève Bastientmf: bug 492744 Reverse CAUSE and EFFECT in event matching
2016-05-03  Alexandre Montplaisirtmf: Introduce base class and extension point for on...
2016-05-03  Sonia Farrahtmf: change printStackTrace() to Activator.logError()
2016-05-03  Bruno Roytmf.core: Changed printStackTrace() for logError()
2016-05-02  Florian Moeschtmf.core: null type safety (added type annotation)
2016-04-27  Alexandre Montplaisirtmf: Introduce the notion of PID to the Callstack analysis
2016-04-26  Geneviève Bastientmf: Add a method to verify if analysis is ready at...
2016-04-25  Matthew Khouzamtmf.core: Internalize timestamp types
2016-04-22  Matthew Khouzamtmf.core: simplify timestamp implementations
2016-04-20  Alexandre Montplaisirtmf: Rework TmfTraceUtils#resolveIntEventAspectOfClassF...
2016-04-19  Matthew Khouzamtmf.core: Introduce TmfTimestamp factory methods
2016-04-19  Bernd Hufmanntmf: add events field analysis requirement class and...
2016-04-19  Alexandre Montplaisirtmf: Add generics to ITmfEventAspect
2016-04-15  Matthew Khouzamtmf: Make Analysis Requirements implement Predicates
2016-04-15  Geneviève Bastientmf: Add an event names requirement
2016-04-11  Geneviève Bastientmf: Move the analysis requirements to their own package
2016-04-05  Geneviève Bastientmf: Add an attribute pool for state system analyses
2016-03-30  Alexandre MontplaisirRemove "Analysis" from localized analysis names
2016-03-25  Alexandre MontplaisirFix new null warnings
2016-03-22  Patrick Tassetmf: Bug 489971: Premature processing of payload in...
2016-03-18  Patrick Tassetmf: Add collapsible event table header bar with applie...
2016-03-16  Geneviève Bastientmf: Add the ID to the analysis property
2016-03-16  Geneviève Bastiencommon: Add annotations to HashMultimap#create methods
2016-03-16  Matthew Khouzamtmf.core: Add cpu and thread to trace context
2016-03-15  Alexandre MontplaisirRemove unneeded checkNotNull() calls
2016-03-09  Geneviève Bastientmf: Set ITmfTraceWithPreDefinedEvents to @NonNull
2016-03-04  Geneviève Bastienss: Add utility method to increment an attribute by...
2016-03-04  Matthew Khouzamtmf.core: fix timestamp normalization clamping
2016-03-02  Jean-Christian Kouametmf : Move initialization steps of modules into analysi...
2016-03-02  Jean-Christian Kouametmf : Make waitForInitialization() return a boolean
2016-03-02  Jean-Christian Kouametmf : add waitForInitialization() to ITmfAnalysisModule...
2016-02-27  Matthew Khouzamtmf.all: use ITmfTimestamp#toNanos when possible
2016-02-26  Matthew Khouzamtmf.core: Introduce ITmfTimestamp#toNanos
2016-02-25  Bernd Hufmanntmf: fix regression in trace type detection
2016-02-23  Patrick Tassetmf: Bug 488042: TmfStatisticsModule returns null in...
2016-02-23  Bernd Hufmanntmf: move trace type detection utility to tmf.core
2016-02-19  Marc-Andre Laperletmf: Fix TestRefreshTextTrace failure because of bad...
2016-02-17  Geneviève Bastientmf: Add properties to the state system analyses
2016-02-09  Jean-Christian Kouametmf : Fix get analysis modules when executing analysis...
2016-02-02  Geneviève Bastientmf: change ITmfTraceProperties to a more generic ITmfP...
2016-01-27  Geneviève Bastientmf: Add a listener element to the analysis extension...
2016-01-07  Alexandre MontplaisirUse pom-less plugins where we can
2016-01-07  Geneviève BastienTMF: Bug 454283: Initialize all analysis modules before...
2016-01-05  Marc-Andre LaperleSome cleanups related to investigating redundant null...
2015-12-11  Marc-Andre Laperletmf: Bug 479675: Fix for index not being properly delet...
2015-12-10  Alexandre MontplaisirFix latest batch of null warnings
2015-12-08  Alexandre MontplaisirFix some null warnings
2015-12-07  Marc-Andre Laperlecommon: Annotate some Class.get*Name methods
2015-11-27  Jean-Christian Kouametmf : Remove inefficient new String(String) constructor
2015-11-26  Patrick Tassetmf: Fix unprocessed custom event content
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Use of Activator.logError() instead of System...
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuffer
2015-11-24  Jean-Christian Kouametmf : Remove inefficient new String(String) constructor
2015-11-24  Jean-Christian Kouametmf : Avoid concatenating nonliterals in StringBuilder
2015-11-19  Marc-Andre Laperletmf: Introduce resolveIntEventAspectOfClassForEvent
2015-11-19  Alexandre MontplaisirFix some null warnings
2015-11-17  Marc-Andre LaperleAnnotate parameters of Immutable collections copyOf...
2015-11-09  Patrick Tassetmf: Add Lost Events marker event source and factory
2015-11-09  Patrick Tassetmf: Add TmfTraceAdapterFactory
2015-10-30  Alexandre Montplaisirreleng: Transition to jdt.annotation 2.0
next
This page took 0.047517 seconds and 8 git commands to generate.